framework 2.0 and visual studio 2003: compatible?
-
Can you use framework 2.0 with visual studio 2003? I just ran a bunch of service packs and installed framework 2.0. Now, I open an C# web app and I get an error: "Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1." "You will be unable to run ASP.NET web applications or services" I did the aspnet_regiis.exe -i and thought that 2003 would be compatible. Am I wrong or is there something that I need to change in my solution or project file? Thanks Much. Will
-
Can you use framework 2.0 with visual studio 2003? I just ran a bunch of service packs and installed framework 2.0. Now, I open an C# web app and I get an error: "Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1." "You will be unable to run ASP.NET web applications or services" I did the aspnet_regiis.exe -i and thought that 2003 would be compatible. Am I wrong or is there something that I need to change in my solution or project file? Thanks Much. Will
Sled Dog wrote:
Can you use framework 2.0 with visual studio 2003?
No. Visual Studio 2002 -> .NET 1.0 Visual Studio 2003 -> .NET 1.1 Visual Studio 2005 -> .NET 2.0 ONLY! No exceptions. You can't force 2003 to work with .NET 2.0. Remember, the compilers are built into the .NET Framework, not Visual Studio. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Can you use framework 2.0 with visual studio 2003? I just ran a bunch of service packs and installed framework 2.0. Now, I open an C# web app and I get an error: "Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1." "You will be unable to run ASP.NET web applications or services" I did the aspnet_regiis.exe -i and thought that 2003 would be compatible. Am I wrong or is there something that I need to change in my solution or project file? Thanks Much. Will
Sled Dog wrote:
Can you use framework 2.0 with visual studio 2003?
No. This question was asked so many times. ASP.NET 2.0 installs a property sheet, so u can change the version of .net-framework. 'A programmer is just a tool which converts caffeine into code'
-
Sled Dog wrote:
Can you use framework 2.0 with visual studio 2003?
No. Visual Studio 2002 -> .NET 1.0 Visual Studio 2003 -> .NET 1.1 Visual Studio 2005 -> .NET 2.0 ONLY! No exceptions. You can't force 2003 to work with .NET 2.0. Remember, the compilers are built into the .NET Framework, not Visual Studio. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome