0
當試圖打開VS2010專業的解決方案,我得到這個錯誤:錯誤打開在VS2010的解決方案 - 該項目類型不受此安裝支持
The project type is not supported by this installation.
我已經看了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>
謝謝!
我不能說出是什麼樣的項目。使用什麼項目模板來創建它? – 2014-09-29 15:03:22
我不知道該怎麼說。搜索GUID後,它顯示「Web應用程序」。所以我認爲用於創建這個模板的是「ASP.NET Web應用程序」 – CrazyPaste 2014-09-29 16:12:34
是的,其他人創建了這個。我解決了這個問題。我正在查看「projectName.csproj.user」(不確定那是什麼)。我需要看的是「projectName.csproj」。然後它顯示了所有的。我搜索的第一個是MVC3。安裝了MVC 3和BOOM!問題解決了。 謝謝你的時間。另外,我應該張貼這個作爲我的問題的答案嗎?不確定的規則。 –
CrazyPaste
2014-09-29 19:56:24