未在 visual studio 2008 年进行调试

Not debug in visual studio 2008

我在调试应用程序时尝试执行时报告此错误:

  1. The application you are trying to debug uses a version of the Microsoft .NET Framework that is not supported by the debugger.
  2. The debugger has made an incorrect assumption about the Microsoft .NET Framework version your application is going to use.
  3. The Microsoft .NET Framework version specified by you for debugging is incorrect.

我正在使用 Visual Studio 2008 和 .NET Framework 3.5。

我在某个特定项目中遇到了这个问题。另一个具有相同框架和 visual studio 版本的项目完美运行。 这表明我这是项目的问题。 知道为什么吗?要设置哪个属性?

非常感谢

检查以确保您运行 站点所在的应用程序池设置为正确的 .Net 运行时版本。在 IIS 中,您可以在 IIS 管理器站点配置中进行设置。使用 IISExpress,您只需修改 applicationhost.config 文件以将站点设置为使用正确的应用程序池,或配置应用程序池以使用正确的版本。