Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在VS2010中打开解决方案时出错-此安装不支持该项目类型_C#_Asp.net_Visual Studio 2010_Guid - Fatal编程技术网

C# 在VS2010中打开解决方案时出错-此安装不支持该项目类型

C# 在VS2010中打开解决方案时出错-此安装不支持该项目类型,c#,asp.net,visual-studio-2010,guid,C#,Asp.net,Visual Studio 2010,Guid,尝试在VS2010 Professional中打开解决方案时,出现以下错误: The project type is not supported by this installation. 我已经看过了这篇文章,但似乎都与我的具体情况无关 当我在记事本中查看csproj时,它显示以下内容: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.micro

尝试在VS2010 Professional中打开解决方案时,出现以下错误:

The project type is not supported by this installation.
我已经看过了这篇文章,但似乎都与我的具体情况无关

当我在记事本中查看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>

当前页码
真的
假的
假的
假的
假的
真的

提前谢谢

您确定它是2010年的模板吗?或者,它是MVC还是Web API项目?您可能需要安装MVC来修复它。

我不知道这是什么类型的项目。是用什么项目模板创建的?我不知道怎么说。谷歌搜索GUID后,它显示“Web应用程序”。所以我假设用来创建这个的模板是“ASP.NET Web应用程序”。是的,是其他人创建的。我解决了这个问题。我正在查看“projectName.csproj.user”(不确定确切的内容)。我需要看的是“projectName.csproj”。然后它显示了所有的信息。我搜索的第一个是MVC3。已安装MVC 3和动臂!问题解决了。谢谢你抽出时间。还有,我应该把这个作为我问题的答案吗?我不确定这方面的规则。