Difference between version in VS.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a (or two) question(s), and I hope somebody can answer it.
I have made a project with my VS.NET Professional Edition version 2003.
I brough my project to my friend who has VS.NET Enterprise Architect Edition version 2002.
His PC can't open my project, it said that the project is NOT VS/VB.NET format file.
But if I opened the file **.vb which is in the project. It opened.

WHY ?????

I also tried to bring his project to my PC dan tried to open it. I got a message which said that I have to upgrade the project to a higher version if I want to open it. If I click Yes. Upgrade was runned and project was openned. I saved this project and brough it back to my friend and tried to open it again. I got the same message. The project is NOT VS/VB.NET format file.

So........ can anybody tell me what's going on ? Please explain it to me.
Thank you.

JJ.
 
* "=?Utf-8?B?Sm9hY2hpbSBKZW4=?= said:
I have a (or two) question(s), and I hope somebody can answer it.
I have made a project with my VS.NET Professional Edition version 2003.
I brough my project to my friend who has VS.NET Enterprise Architect Edition version 2002.
His PC can't open my project, it said that the project is NOT VS/VB.NET format file.
But if I opened the file **.vb which is in the project. It opened.

WHY ?????

Because VS.NET 200*3* project files cannot be oopened with VS.NET 200*2*.

<http://www.codeproject.com/macro/vsconvert.asp>
 
Back
Top