简体   繁体   English

VS2010中的错误打开解决方案-此安装不支持项目类型

[英]Error opening solution in VS2010 - The project type is not supported by this installation

When trying to open a solution in VS2010 Professional, I get this error: 尝试在VS2010 Professional中打开解决方案时,出现以下错误:

The project type is not supported by this installation.

I already looked at this thread and none of it seemed to relate to my specific situation. 我已经看过这个线程,而且似乎都与我的具体情况无关。

When I view the csproj in notepad, it shows this: 当我在记事本中查看csproj时,它显示如下:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <StartPageUrl>
          </StartPageUrl>
          <StartAction>CurrentPage</StartAction>
          <AspNetDebugging>True</AspNetDebugging>
          <SilverlightDebugging>False</SilverlightDebugging>
          <NativeDebugging>False</NativeDebugging>
          <SQLDebugging>False</SQLDebugging>
          <ExternalProgram>
          </ExternalProgram>
          <StartExternalURL>
          </StartExternalURL>
          <StartCmdLineArguments>
          </StartCmdLineArguments>
          <StartWorkingDirectory>
          </StartWorkingDirectory>
          <EnableENC>False</EnableENC>
          <AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>

Thanks in advance! 提前致谢!

Are you sure it is a 2010 template? 您确定它是2010模板吗? Or, is it a MVC or Web API project? 或者,它是MVC还是Web API项目? You might need to install MVC to fix it. 您可能需要安装MVC才能对其进行修复。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在VS2010中创建WCF项目时,我得到“错误:WcfProject.csproj无法打开。 此安装不支持项目类型“ - When creating a WCF project in VS2010, I get “Error : WcfProject.csproj cannot be opened. The project type is not supported by this installation” VS 2010 SP1 - 此安装不支持项目类型 - VS 2010 SP1 - The project type is not supported by this installation 在Microsoft Visual C#2010中打开项目时出现重复开发表达错误此安装不支持项目类型 - Duplicati Development when opening project in microsoft visual c# 2010 express get error The project type is not supported by this installation VS2010安装项目冻结&#39;选择安装文件夹&#39; - VS2010 Setup Project Freezes on 'Select Installation Folder' 解决方案VS2010中不同项目中的程序集列表 - List of Assemblies in a different project within Solution VS2010 在ubuntu上编译VS2010 c#解决方案(项目) - Compile VS2010 c# solution (project) on ubuntu VS2010:使用解决方案中另一个项目的命名空间? - VS2010: Use namespace from another project within the solution? 从VS2010升级到VS2013(或VS2012)后,无法打开Visual Studio C#解决方案,错误消息“不支持给定路径的格式” - Can not open Visual Studio C# solution after upgrading from VS2010 to VS2013 (or VS2012), error message “The given path's format is not supported” 尝试将Web服务连接到vs2010项目时遇到错误 - Encountering error when trying to connect a webservice to vs2010 project 构建XNA解决方案(在VS2010中)冻结 - Building XNA solution (in VS2010) freezes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM