I have a bizarre problem with a Visual Studio project. I'm writing a C# application using the .Net 4 framework. I add a reference to some DLLs (which I believe are compiled in 3.5) and they work until I build the solution. When this happens, it removes the References in the sense that the compiler cannot see the namespaces within these DLLs. Any ideas?
The error:
Error 4 The type or namespace name 'XXX' could not be found (are you missing a using directive or an assembly reference?)
Copy Localset totrue. – Neil Knight Jan 9 '12 at 16:30