0

why it throw the error "Could not find a part of the path ... bin\roslyn\csc.exe" ?

One working project failed to compile after I made a fresh checkout. The same commit that before worked without a problem now got me this compiler error:

"Could not find a part of the path ... bin\roslyn\csc.exe" ?

My Actual question is What is roslyn csc.exe and whats the work of roslyn csc.exe?

2
  • 4
    It's the C# compiler. Commented Apr 11, 2023 at 13:14
  • What kind of project is this? In the .NET 4 / VS 2017 era you had the Microsoft.CompilerServices packages which shipped a newer compiler than what VS could support, giving fancy C# features. You probably just need to restore your NuGet packages to get this running. Then upgrade your project and IDE to get more fancy new stuff. Commented Apr 11, 2023 at 13:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.