Re: "Web server running ASP.NET version 1.0" error with .NET 2003

From: Paul Glavich[MVP - ASP.NET] (glav_at_aspalliance.com-NOSPAM)
Date: 03/09/04


Date: Tue, 9 Mar 2004 23:00:14 +1100

I am not sure of your actual problem, but you can try going running the
'aspnet_regiis -i' that exists in the
\{WINDOWSDIRECTORY}\Microsoft.Net\Framework\V1.1.4322 directory. This
re-registers the .Net framework V1.1 on the system (ie. sets the correct
filter within IIS, sets script mappings etc.)

--
- Paul Glavich
Microsoft MVP - ASP.NET
"sandman" <anonymous@discussions.microsoft.com> wrote in message
news:3D8D8431-ED6E-47BF-AA5F-D5E455778F28@microsoft.com...
> 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??