xaml - Blend error "the name xx does not exist in the namespace yy" - but works fine in Visual Studio -


So I've been working on a WPF project for some time with Visual Studio 2010. I am using several class library projects which I have written about WPF control. Today I opened a solution for Blend for the first time, and he showed me many errors in this way:

"The name xxx is not present in the name space"

Assembly, I can see that The square appears at that place name. Also if it does not happen, then the Visual Studio has not compiled it, right?

I have examined similar questions, and no, I do not have an issue with the X86 Build platform, all of my DLL .NET 4.0, and there is no missing reference.

Is anything else?

Blend looks like some bugs by removing the references to the project and then adding it back Fixed it

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -