ASP.NET Version Mismatch error

jello

Member
Joined
Mar 12, 2008
Messages
11
Programming Experience
Beginner
When i try to make a new ASP.NET Project in Visual Studio .NET 2003, I receive the following message:

Visual Studio .NET has detected that web server is running ASP.NET version 1.0. The Web application you are creating or opening can be configured to be compliant with ASP.NET 1.1

However, the application will not be able to use the new features of ASP.NET 1.1.


What should be done in this case?
 
Although .Net Framework 1.0 and 1.1 can co-exist, I suggest you remove 1.0 if you use VS.Net 2003 because ASP.Net 1.1 also support VS.Net 2002's ASP.Net 1.0.
 
Go to "Add or Remove Program" of the Control Panel. You will see .Net Framework 1.0 (if you have installed 1.1, you also see .Net Framework 1.1). Remove only .Net Framework 1.0 and leave .Net Framework 1.1 there.
 
I cannot see a 1.0 version in my Add/Remove Programs.

I see a 1.1, 1.1 Hotfix, 2.0 Service Pack 1, 3.0 Service Pack 1, and 3.5, but no 1.0.
 
Back
Top