I am trying to get an ASP.NET 3.5 site to run on a computer running Windows 2000 (not my idea !!!), but I have some problems. I worked with copying the necessary DLL files from C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5 to my application bin directory. This successfully led me to "build not found" errors.
However, now I get the following error.
Could not find csc.exe compiler executable
How can i fix this? This is primarily the LINQ functionality that I am looking to use.
source share