.vbproj the project is not supported by this installation

倾然丶 夕夏残阳落幕 提交于 2019-12-30 14:44:59

问题


I have visual studio 2008 installed in my pc when I try to open a .Net 2005 Solution with multi-projects, there are project in vb and c#. The only web project on this solution display The following message:

.vbproj the project is not supported by this installation

I try to open the web project separately from the solution and I not have problem. How I can open the web project from the solution.

Any ideas?


回答1:


First, create a backup of the project and solutions.

Then, you could try putting together the solution yourself. Just create a new solution and add all of the projects. Since you have no problem loading the projects, that should work fine.

After that, you could run a file compare between the 2 solution files and the project files to see what was changed that might have been the problem.



来源:https://stackoverflow.com/questions/2538720/vbproj-the-project-is-not-supported-by-this-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!