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

前端 未结 14 969
暖寄归人
暖寄归人 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条回答
  •  春和景丽
    2020-12-13 07:13

    This worked for me:

    1. Make sure that the .NET folder where SDKs are and Visual Studio are in the same program files (x86) or program files.
    2. Provide the path to the SDK in the environment variable.

提交回复
热议问题