I have a ASP.NET web application that has been developed in .Net 2003 .I want to migrate this ASP.NET
web application to Visual Studio .net 2008.I created a local copy of the project from source safe ,while I
was doing this process I got a Set Project Location window .In the Enter Working Copy Location section,I entered
http://localhost/WebApp.The project that was created from source safe is named as C:\Inetpub\wwwroot\WebApp.I removed the source control bindings of the WebApp.I opened the solution file of the WebApp in Visual Studio 2008 and followed the conversion wizard steps .I finally got a message;
"One or more projects failed to convert.These projects are now unloaded and marked as unavailable
in the solution explorer .Reload those projects to determine the cause."
The WebApp has only one project ,In the Solution explorer ,the project was unavailable.
I reopened the solution and reloaded the project and I found that in the project properties the .net framework was 2.0.Please guide me to fix this issue.I want to migrate this WebApp developed in .net framework 1.1 to .net framework 3.5.