As specified in the title, I get this error while trying to run a C# project:
The specified task executable location "\csc.exe" is invalid.
Click to see error SS
This happens after fixing the error I previously had with reference assemblies.
I must admit I'm a bit confused. Isn't the point of Mono so that you don't need the "regular" .NET framework? Because to fix the first error I had to install the correct .NET SDK version and now the compiler "csc" can't be found. I have "csc.exe" in a bunch of locations, both in C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
(for multiple versions in this location), and in Mono itself: C:\Program Files (x86)\Mono\lib\mono\4.5
Which one is it looking for? Why can't it find it (godot/mono/toolchain, whichever is failing)?
I have both of these locations in the PATH env. var. but the file path in the error report (two backslashes with csc.exe) looks suspicious...