In my class we must use Visual Studio 2003, but I am extremely excited that I have recently got a copy of Visual Studio 2005 Standard Edition (Microsoft presentation in my city). I have been told that there is a way to save a project from 2005, and then open it in 2003, but I have been unable to find where this feature is hiding. Any help is much appreciated.
Thank you,
Chris Dwyer
foulplay2@gmail.com

Visual Studio 2005 project in 2003
Joe Kelly
I believe that what everyone else is saying is roughtly true. I also believe you can roughly accomplish this.
Write your code in vb2005. Make it really vanilla. Stay away from new features.
In Vs2003 open up a blank project and just cut and paste the vs2005 code in it.
This won't be perfect. There will be errors but enjoy...!
JeremyKei
Søren Mondrup
Zhi-Xin Ye - MSFT
Thanks for the help,
Chris Dwyer
foulplay2@gmail.com