本文介绍了无法在Web服务器上启动调试.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在PC上同时安装了Visual Studio 2005和2008,并且我使用的是IIS 5.1版本,我尝试通过通过Google找到的解决方案进行尝试,但问题仍然相同



无法在Web服务器上开始调试

您尝试调试的应用程序使用调试器不支持的Microsoft .NET Framework版本.
调试器对应用程序将要使用的Microsoft .NET Framework版本做出了错误的假设.
您指定用于调试的Microsoft .NET Framework版本不正确

当我直接在本地主机上创建应用程序并运行该应用程序时,我遇到了这个问题,如果我的应用程序位于目录中,则可以很好地工作,因此任何人都可以告诉该怎么做以解决此问题

I am having Both visual studio 2005 and 2008 installed in my PC and i am using IIS 5.1 version, I tried as per the solutions find through Google but still the issue remain same



Unable to start debugging on Web server

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

I am getting this issue when i create my application directly in local host and running, works well if my application is in directory, so can any one tell what to do to resolve this issue

推荐答案



这篇关于无法在Web服务器上启动调试.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 05:36
查看更多