Silverlight error message AG_E_PARSER_BAD_PROPERTY_VALUE

Last post 04-22-2008 6:26 AM by SRIDHAR ANJANAPPA. 1 replies.

Sort Posts:

  • Silverlight error message AG_E_PARSER_BAD_PROPERTY_VALUE

    04-22-2008, 5:34 AM

    Getting a silverlight error message on my browser similar to below screen shot:


    Sridhar
  • Re: Silverlight error message AG_E_PARSER_BAD_PROPERTY_VALUE

    04-22-2008, 6:26 AM
    Answer

    Reason:


    1. In your .xaml file, you have an attribute which is not supported by XAML parser as shown in below screen shot.








    2. In your .xaml file you have declared an event for a control, but didn't implement the event handler for the same in .xaml.cs or .xaml.vb file.



     

    In above screen shot you must implement the eventhandler "OnClick" event as shown below:


    Sridhar
Page 1 of 1 (2 items)