Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. WARNING: Unable to parse XML, with error: Exception calling "Load" with "1" argument(s): "Unexpected 'NONE' in parse rule 'Element ::= . EmptyElement | ( StartElement ElementBody ).'."
  2.  Ensure that there are NO SelectionChanged or TextChanged properties in your textboxes (PowerShell cannot process them)Exception calling "Load" with "1" argument(s): "Unexpected 'NONE' in parse rule 'Element ::= . EmptyElement | ( StartElement ElementBody ).'."At line:8 char:5
  3. +     $Form=[Windows.Markup.XamlReader]::Load($reader)
  4. +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.     + CategoryInfo          : NotSpecified: (:) [], ParentContainsErrorRecordException
  6.     + FullyQualifiedErrorId : XamlParseException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement