How do you debug a XamlParseException?

前端 未结 5 1757
情深已故
情深已故 2020-12-17 16:22

I\'m trying to use a 3rd party component in my Silverlight application and when I try to create an instance of the control, I get a XamlParseException:

{Syst         


        
5条回答
  •  臣服心动
    2020-12-17 16:42

    You should see an error in .cs file while trying to run the app. And the corresponding .xaml file for this .cs file with given line number and column is the right one.

提交回复
热议问题