.vbproj 此安装不支持该项目

.vbproj 此安装不支持该项目

问题描述:

当我尝试打开具有多项目的 .Net 2005 解决方案时,我的电脑中安装了 Visual Studio 2008,有 vb 和 c# 中的项目.此解决方案上唯一的 Web 项目显示以下消息:

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 此安装不支持该项目

.vbproj the project is not supported by this installation

我尝试与解决方案分开打开 Web 项目,但没有问题.如何从解决方案中打开 Web 项目.

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.

有什么想法吗?

首先,创建项目和解决方案的备份.

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.

之后,您可以在 2 个解决方案文件和项目文件之间运行文件比较,以查看可能存在问题的更改.

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.