I keep getting this error while trying to compile my solution:
Task failed because "Csc.exe" was not found, or the .NET Framework v4.0 is not installed. Please install the .NET Framework v4.0. (MSB3082)
I installed SharpDevelop 5 because SharpDevelop 4.4 doesn't seem to recognize that .NET Framework 4.0 is on this machine. I actually have 4.5.1. I've seen a bunch of other installers fail for other IDEs (inluding GTK#) even after installing these two items on the SharpDevelop Downloads page:
Microsoft .NET Framework 4.5.1 Developer Pack for .NET 4.5 code completion documentation
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (strongly recommended!)
I added C:\Windows\Microsoft.NET\Framework64\v4.0.30319 to my PATH env variable thinking that might be part of why, but all that does is give me command line access to the compiler. SharpDevelop *still* can't see csc.exe.
I am using Windows 7 Ultimate 64-bit.
I am at my wit's end here. Google is completely useless.