asp.net 3.5 on windows 2000
Posted
by SiC
on Stack Overflow
See other posts from Stack Overflow
or by SiC
Published on 2009-06-22T11:59:27Z
Indexed on
2010/05/24
7:21 UTC
Read the original article
Hit count: 233
Hi, I am trying to get an ASP.net 3.5 site to run on a windows 2000 machine (not my idea!!!) but am having some problems. I have been working through copying required dlls from C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5 into my app bin directory. This succesfully got me past the "assembly not found" errors.
However, I am now getting the error: "Compiler executable file csc.exe cannot be found". Does anyone know how I can fix this? It is primarily LINQ functionality I am looking to utilise.
Many thanks!!
© Stack Overflow or respective owner