Question:
Edit ASP.NET 1 project using Visual Studio 2005?
Bhonimbi
2007-12-10 10:24:02 UTC
Hi There.

I have an ASP.NET 1.0 project which I developed using Visual Studio 2003. Now, I want to edit it using Visual Studio 2005 without first converting it into ASP.NET 2.0. Is this possible and how do I do it, or what are the implications? I no longer have the VS 2003 software.

The reason is, I am avoiding changing the configuration and installation settings, but just to change one page.
Four answers:
anonymous
2007-12-10 10:49:22 UTC
This is not a problem.



In fact, I do this now. When you open your solution it might prompt you to upgrade and you can tell it no.



Even if you did install 2.0 you still don't have a problem. You can change what version the code will compile against in your web application properties.



One point of clarification: with VS 2005 you need a new tool to specify the framework. It's developed by Microsoft and you can get it here:

http://www.microsoft.com/downloads/details.aspx?FamilyID=e0d0776f-25c4-444a-a6b9-71d06826f5b4&displaylang=en
rgankar
2007-12-10 10:42:48 UTC
If you don't want to convert your project to ASP.NET 2.0 , you can't use Visual Studio 2005 . Visual Studio 2005 can be used only for .NET 2.0
?
2016-10-01 11:25:55 UTC
study the help record of your seen studio. It has steps to create a clean project and the thank you to hold jointly it, etc. It helps lots to study the instruction manual first in the past attempting to do something with the editor. Cheers
mhnd_79
2007-12-11 08:49:07 UTC
easily you can open the page by it's own, edit it , save it ....


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...