.NET 2005 applications on Visual Studio 2003

jello

Member
Joined
Mar 12, 2008
Messages
11
Programming Experience
Beginner
Hello,

This is my first post here. I am taking my first course in Visual Basic.NET so my questions will be quite simple for the rest of you.

I have an application that was developed in a .NET Framework that is later than the 2003 Version I currently have (I think it is 2005 or 2008, I am not sure).

What can I do to open it with my current version of Visual Studio, especially since installing the .NET Framework 3.5 slows down my computer?
 
You would have to make a new project in VS 2003 then add all of the files individually from the VS 2005 (or newer) into your VS 2003 project
 
Back
Top