question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error with Resharper build: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.

See original GitHub issue

Steps to reproduce

Create ASP.NET Core Web Application, Web Application (Model-View-Controller) Using MySQL database, imported MySQL Framework Core DLLs MySql.Data 8.0.10-rc MySql.Data.Entity 7.0.7-m61 MySql.Data.EntityFrameworkCore 8.0.10-rc Other pretty much standard DLLs for building a .netcore 2.0 web-app. Build solution

Expected behavior

Clean build

Actual behavior

Error: The SDK ‘Microsoft.NET.Sdk.Web’ specified could not be found.

Environment data

dotnet --info output: .NET Command Line Tools (2.1.200-preview-007517)

Product Information:

Output from dotnet --info: Version: 2.1.200-preview-007517 Commit SHA-1 hash: dc62e50c3a

Runtime Environment: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.1.200-preview-007517
Microsoft .NET Core Shared Framework Host Version : 2.0.6 Build : 74b1c703813c8910df5b96f304b0f2b78cdf194d

VS Versions: VS 2017 15.6.6 and 15.7.0 preview 3

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
AndreyAkinshincommented, May 14, 2018

@livarcocc, @nguerrera, sorry for the late response. An answer from our QA team:

We can’t reproduce this issue on our side. It seems that you are using an old version of ReSharper. Could you please update ReSharper and VS? If you are able to reproduce this problem on the latest version of ReSharper, please, create an issue in our tracker: https://youtrack.jetbrains.com/issues/RSRP

1reaction
livarcocccommented, Apr 17, 2018

Does this repro if you build through the command line using full framework msbuild? Just open a developer prompt and run msbuild on your solution.

@nguerrera since this seems like a resolver issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The SDK 'Microsoft.NET.Sdk' specified could not be found. ...
Since Visual Studio 2022 updated from version 17.4 to 17.5, I couldn't load my project. and get the error "The SDK 'Microsoft.NET.
Read more >
The SDK 'Microsoft.NET.Sdk' specified could not be found - ...
The compiler can not find the SDK. You need it installed togeher with the Compiler to make a build. Ideally you picked the...
Read more >
The SDK 'Microsoft.Net.Sdk.Web' specified could not be ...
I was running into an issue where creating a new ASP.NET Core 2.0 project was giving me an error The SDK 'Microsoft.Net.Sdk.Web' specified...
Read more >
[MSB4236] The SDK 'Microsoft.NET.Sdk' specified could not ...
Building .net 6.0 class library, see this error when loading. Alt-Enter brings me to "Why is Resharper not available for this file?" and...
Read more >
The SDK 'Microsoft.NET.Sdk' specified could not be found
Relates to 1 issue (0 unresolved) ... led to "The "MSBuildSDKsPath" property is a global property, and cannot be modified." errors. ... I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found