Visual studio 2017 Update 3 - The SDK 'Microsoft.NET.Sdk.Web' specified could not be found

前端 未结 14 966
暖寄归人
暖寄归人 2020-12-13 07:06

Error:

C:\\WebApp\\WebApp.csproj : error : The SDK \'Microsoft.NET.Sdk.Web\' specified could not be found. C:\\WebApp\\WebApp.csproj

14条回答
  •  -上瘾入骨i
    2020-12-13 07:32

    I have solved this issue by, go to this site, https://dotnet.microsoft.com/download In that, install both .NET Core Runtime and .NET Core SDK. After you install that, Open the Visual Studio 2017 with an administrator, Now The problem has been gone

提交回复
热议问题