can't open a vbproj under vs 2005
I am trying to open a “vbproj” file that was written in .net 2.0 under Visual Studio 2005. The problem is that when I try to open it with VS 2005, the conversion wizard appears and asks me to convert that project. Please any one has met this issue..?
I need your help
Thanks you i开发者_JAVA百科n advance
The vbproj metafile has to be from a previous version. If you open that file in a notepad text editor you can verify the version in there. You should covert regardless without any major issues. Just back up the source and the associated .vb files.
精彩评论