Force Visual Studio 2012 to use old C# compiler -


I recently found that (because only) installing Visual Studio 2012 on my machine, Visual Studio 2010 causes the new C # to be used. Compiler It also happens when setting the language version for 4 ().

I want to know if it is possible to force the old sticker to use the old compiler, I think it is not possible because it seems that the compiler is installed in the framework of the framework which is NET 4 and .NET 4.5 are similar, but I was thinking that someone has managed to do it in any way.

You can see the use of the command line compiler, and post your code on the old compiler in post build jobs. Can run

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -