- Where Developers Learn, Share, & Build Careers
So I have 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 Visual Studio will not have 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
Post a Comment