问题描述
当我尝试调试Web应用程序时,它显示错误.错误消息的文本:
无法在Web服务器上开始调试.检查以下内容之一.
1)您要调试的应用程序使用了调试器不支持的Microsoft .NET Framework版本.
2)调试器对您的应用程序将要使用的Microsoft .NET Framework版本做出了错误的假设.
3)您指定用于调试的Microsoft .NET Framework版本不正确.
请参阅Visual Studio .NET调试器文档,以正确指定应用程序将用于调试的Microsoft .NET Framework版本."
但是构建成功.构建成功后,当我尝试登录系统时,它显示一些解析器错误.
如何解决?可能是什么原因呢?现在我正在使用.net 3.5 visual studio2008.几天前,我安装了VS2008的sp 1,jquery和VWD2010的vs2008的更新.所有其他解决方案都可以正常工作.
When I am try to debug my web application it is showing an error. The text of the error message:
"Unable to start debugging on the web server. Check for one of the following.
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.
Please see the Visual Studio .NET debugger documentation for correctly specifying the Microsoft .NET Framework version your application is going to use for debugging."
But build is successful .After successful build when I am trying to log in to the system it showing some parser error.
How to solve it??What may be the probable reason of it? Now I am using .net 3.5 visual studio 2008.Few days ago I have installed sp 1 of VS2008, update of vs2008 for jquery and VWD2010.All other asolution is working fine.
推荐答案
这篇关于调试错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!