I read that there is no problem to use Visual Studio 2012
for projects written of Visual Studio 2010
. I open my project in vs 2012 and start it, everything was working. I can make changes in the existing classes and pages, no problems occur. After that I decide to add new class and here nothing was working correctly:
- References to the other classes, if I add
DataSet
and add usingSystem.Data
it is not shown like special word(in green) - No errors no warning about new classes shown by the compiler. If I write 12312312 and build no error is shown.
Errors are shown in the browser, but I strongly prefer to have a working compiler.
Do you know what is the problem and how to fix it ?