Error Reporting in Silverlight is really bad. One of the most common error you see whiled developing a Silverlight application
is AG_E_PARSER_BAD_PROPERTY_VALUE.
This error mostly occurs due to following,
Version Change in assemly while you are working in the same code (i.e. you used version x initially and later on you changed it to version x + y ). Some Assemblies in 3rd party control when upgraded do not support few older properties or methods.
Your XAML code is referring to some event which is not present in the code behind file. Make sure that all XAML code has relevant code in code behind file. (Remove any unnecessary Events from XAML and CS files)
Your XAML code has repeated the same code again, causing a clash.
Hope this helps
Similar Posts:
- InitializeError error #2104 in Control ‘silverlightControHost’. Could not download the Silverlight Application
- Not able to Debug Silverlight 2.0 application in Visual Studio 2008
- Cannot load HTML template: No launch page defined in template at c:\Program Files (x86)\Microsoft Expression\Encoder 4\Templates\en\…
- Posting or Uploading Files using cURL with PHP
- RSA server certificate CommonName (CN) does NOT match server name!?