Last updated on March 1, 2024
Got this error, “Could not find a part of the path … bin\roslyn\csc.exe“. I guess the answer is to just do a REBUILD, maybe a clean solution first but REBUILD solution works.
Or try this in the Package Manager Console:
Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r
Be First to Comment