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...
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 within Blend more easily. Any ideas?