"Web server running ASP.NET ver1 .0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just installed Visual Studio 2003 over the 2002 version and now I'm getting a Version Mismatch error when I try open a v1.1 C# web project that was created on a different system (and it runs fine over there). The only info I found in the help docs was totally useless and I can't find anything on MSDN. The error message has 2 radio buttons on it, one option says "I will upgrade ASP.NET on the server to the latest version", the other says "Make the application compliant with ASP.NET version 1.0". I tried the 2nd option - that didn't work and I can't find any info on how to upgrade the web server. Can somebody help?
 
Try using this tool to set the versions of your Webs?

"The ASP.NET Version Switcher is a little utility that can be used to
quickly switch the .NET Framework version that the ASPX pages are compiled
against. This is helpful for developers who often have to test their web
applications for compatibility with different version of the .NET Framework"

http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
 
Back
Top