Format issues

Shortex

New member
Joined
Oct 9, 2008
Messages
2
Programming Experience
1-3
Hi, im currently running VS2008 but at university they are running VS2005. When i tried to open my project, it wouldnt open!
Does anybody know how i can save my project as a VS2005 format?

I tried clicking on the project then selecting "Save As" but im not given the correct formats!

Dumb question, i know!

Thanks
 
In Project properties (Compile tab, Advanced dialog) you can change target Framework version to 2.0 which is native VS2005 version, or 3.0 if you have that version installed also. VS2008 uses Framework version 3.5 by default. I've had issues opening 2008 projects in 2005 still, but it may work for you, especially try opening the .vbproj project file instead of the .sln solution file.
 
Back
Top