使用断点运行时AjaxControlToolKit.DLL收到错误 [英] AjaxControlToolKit.DLL getting error while running with breakpoint

查看:50
本文介绍了使用断点运行时AjaxControlToolKit.DLL收到错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi Frnds,

在逐行移动时使用断点运行Aspx .net应用程序时,我收到ajax控件错误。

错误为

AjaxControlToolKit.DLL!ToolkitScriptManager.OnLoad(System.EventArgs e)第208行。



在Asp .net页面中收到此错误后,无法正常工作在断点上。然后点击F5移动到浏览器。如何解决这个问题



谢谢。

Hi Frnds,
While Running Aspx .net Application with breakpoint when moving line by line ,i am getting ajax control error.
Error as
AjaxControlToolKit.DLL!ToolkitScriptManager.OnLoad(System.EventArgs e)Line 208.

After getting this error in Asp .net page,,not able to work on breakpoint.After that clicking F5 moves to browser.How to solve this problem

Thanks.

推荐答案

希望这会有所帮助,



工具 - >选项 - >调试 - >取消选中要求源文件与原始版本完全匹配这使调试器不检查文件



在解决方案资源管理器中右键单击解决方案,然后从菜单中选择属性。展开Common Properties文件夹,然后单击Debug Source Files页面。



如果问题仍然存在,请发布完整的错误说明...
Hope this will help ,

Tools -> Options -> Debugging -> uncheck "Require source files to exactly match the original version" which makes the debugger not to check the file

Right-click Solution in Solution Explorer and select Properties from the menu. Expand the Common Properties folder, and click the Debug Source Files page.

If still the problem persists , post the complete error description...


<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>





在客户端添加此行



add this line at client side


这篇关于使用断点运行时AjaxControlToolKit.DLL收到错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆