Could not find a part of the path: bin\roslyn\csc.exe
Posted: 9/30/2019 4:38:26 PM
By:
Times Read: 1,485
0 Dislikes: 0
Topic: Programming: Web Applications

Not really sure why this happens, usually every time you check out a clean copy of the code to a new directory, but the fix is easy:

Open the NuGet Package Manager Console (Tools | NuGet Package Manager | Package Manager Console) and run the following command:

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

Rating: (You must be logged in to vote)