ASP.NET 3.5在Windows 2000

问题描述:

我试图让一个ASP.NET 3.5的网站到Windows 2000机器(不是我的主意!)上运行,但我有一些问题。我一直在通过复制所需的DLL文件正在由 C:\ Program Files文件\参考大会\微软\框架\器v3.5 进入我的应用程序bin目录中。这成功地让我过去的集结号未找到的错误。

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 DLL files 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 following error.

编译器可执行文件csc.exe的无法找到

Compiler executable file csc.exe cannot be found"

我该如何解决这个问题?它主要是LINQ的功能,我期待利用。

How can I fix this? It is primarily LINQ functionality I am looking to utilise.

您将有很多问题, .NET 3.5不支持Windows 2000(参见系统要求)。

You are going to have many issues as .NET 3.5 is not supported on Windows 2000 (see System Requirements).