如何在Visual Studio 2017专业版中启用ASP.Net Core 2.2

时间:2019-02-05 06:51:00

标签: .net visual-studio asp.net-core visual-studio-2017

如何在Visual Studio 2017专业版15.9.6中激活ASP.Net Core 2.2项目创建。

我试图转到Tools > Options > Projects and Solutions > .NET Core并选中了该复选框,但没有成功。请帮助

Enable 2.2

enter image description here

5 个答案:

答案 0 :(得分:2)

您需要安装.NET Core 2.2 SDK,可以从https://dotnet.microsoft.com/download/dotnet-core/2.2下载。

目前看来您只安装了.NET Core 2.1 SDK。

答案 1 :(得分:2)

安装.net core 2.2 SDK。您可以在https://dotnet.microsoft.com/download/dotnet-core/2.2

上找到它

答案 2 :(得分:1)

已经提供的答案对我来说效果不佳。即使我能够创建新的.NET Core 2.2应用程序,该应用程序也无法运行。它因IIS错误而失败。

如果遇到同样的问题,则必须下载并安装 Visual Studio的SDK https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral

答案 3 :(得分:0)

请确保您的SDK已安装在正确的目录位置C:/ Program Files / dotnet / sdk,否则它将不会显示在列表中。

答案 4 :(得分:0)

仅作参考,此处描述了VS版本的网络核心正常运行而其他网络核心版本无效的原因:

https://github.com/dotnet/sdk/issues/3124