开发者

How to diagnose a vague XamlParseException in Blend?

I'm working on a custom control for Silverlight 4 in VS2010 and Expression Blend 4. Early on I was using generic.xaml with no problems and was actually able to see a preview of the styles I was playing with inside Blend.

But as I added complexity I suddenly started getting this error whenever I open generic.xaml in Blend and so far I've been unable to find the culprit...

How to diagnose a vague XamlParseException in Blend?

Strangely, the project still builds and the styles work as expected. So I can in fact make design changes by changing generic.xaml and rebuilding. But I'd hope to fix this problem so I can make modifications withi开发者_如何学Gon Blend more easily. Any ideas?


Well, sorry about this. I've spent several hours experimenting and researching and thought I was in need of some help.

It's one thing to get a vague error message. It's really frustrating when you realize that you're doing things to fix the problem, but the message wasn't updating in Blend even after a rebuild! After I closed and re-opened Blend it was then responding to my changes. If someone else runs into this problem maybe it will help to know that restarting Blend is necessary.

So anyway, this particular error was caused by a readonly property which really shouldn't have been readonly. After that I had another problem inside my overridden OnApplyTemplate function. Now everything's working as it should.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜