Can I create a .NET 4.0 application in Visual Stduio 2008? -
I have a Visual Studio 2008.
I have downloaded and installed a .NET 4.0 package.
But I still can not create a .NET 4.0 application. VS 2008 shows that it can only create 2.0, 3.0, 3.5 applications.
This is not possible. .NET 4.0 can only be used with Visual Studio 2010.
Visual Studio 2008 can target 2.0, 3.0 and 3.5 because all the same scheduling and language (additional additional libraries and updated compilers were required depending on 3.0 and 3.5). 4.0 Although there is a separate runtime.
Comments
Post a Comment