C#C
C#17mo ago
alex098304

✅ Updated Visual Studio - Microsoft.Net.Sdk.Razor cannot be found

I just installed the latest visual studio update 17.11.0, and now I can't get my project files to load. It looks like it may have messed with some of my PATH variables, but I am not familiar enough to figure out what may be missing.

I tried adding back in Program Files/dotnet and Program Files (x86)/dotnet and swapping their order around, but that hasn't fixed the issue. I also tried repaired Visual Studio and rebooting my machine.

I also looked at my .csproj files to see if maybe there was a specific version specified, but I don't think that's the issue either.

<Project Sdk="Microsoft.NET.Sdk.Razor">

Here is a screenshot of my path variables for reference.

Anyone see where my problem might be or know the correct solution?
image.png
Was this page helpful?