How to open .Net 2003 program with earlier VS?

  • Thread starter Thread starter Ben Wan
  • Start date Start date
B

Ben Wan

I have dowloaded a few sample code from Code Guru but my visual studio .net
will not open it.

Do anyone know how to make the earlier Visual studio .net open visual studio
2003 projects?

The project file is just an XML file.
 
Ben said:
I have dowloaded a few sample code from Code Guru but my visual
studio .net will not open it.

Do anyone know how to make the earlier Visual studio .net open visual
studio 2003 projects?

The project file is just an XML file.

Hi,

hmm you could try to copy the code with notepad and paste it in a new
project of your old VS.net....
 
Hi,

you could create a new solution of the correct type and just add the source
files.

Cheers,
 
Back
Top