Visual Studio 2013 keeps reporting namespace reference errors, even while the build is successful:

enter image description here

Even namespaces/classes in our code cannot be found at times:

enter image description here

All while our build is still successful. Sometimes we have to code blind because we know the reference will be fine when building. It is very frustrating.

Cleaning sometimes helps to get rid of these errors, but mostly they remain and disappear at will it seems.

有帮助吗?

解决方案

I can say this happened to me and not even a simple Show.Dialog() was recognized and would give me the same errors.

What I did was a reinstall of the IDE Visual Studio 2013 Ultimate. I am pretty sure this will solve your issue, other than that I cannot explain why such an error would stand up.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top