ASP.NET Version Mismatch -
10-17-2004
, 12:07 PM
Hi everybody,
I am running visualstudio.net 2003 and the framewrok is 1.1. I get the
following error message when i try to create a web application. Earlier I
never had a problem, this has started after i installed Visual c# express
editon that relies on framework 2.0. After 2.0 is installed that became the
default framework for all the applications. But i could not create a web
application due this error.
I un-installed fraamework 2.0 and visual c# express edition and ran
aspnet_regiis.exe again with options -i and checked but invain. Now i have
only framework 1.1 installed and the iis settings point to this version of
aspnet_isapi.dll to point to version 1.1 for the extension .aspx and others.
is there a way to fix VisualStudo.net 2003 for this??
Thanks
Ganesh.
------------------------------------------------------
This is the Message i get when i try to create a web application
------------------------------------------------------
ASP.NET Version Mismatch
Visual Studio.NET has detected that the Web server running ASP.NET version
1.0. the Web application you are creating or opening can be configured to be
compliant with ASP.NET1.0.
However, the application will not be able to use new features from ASP.NET
1.1.
What do you want to do?
1. Do not open the application.
2. Make the application compliant with ASP.NET version 1.0. |