问题描述
我有一个简单的ASP.net应用程序,在运行该应用程序时(通过单击调试箭头),Internet Explorer会打开default.aspx页面,但之后会出现类似错误的弹出框
I have a simple ASP.net application,while running this application(by clicking over a debug arrow) internet explorer opens with the default.aspx page but just after that an error appears like that with a pop up box
Microsoft JScript runtime error: ''objectsBlocker.adFinder'' is null or not an object
并在其后打开页面JScript- script block [dynamic]
,并且黄色箭头表示同一页面中指向此行的错误源
and behind that a page JScript- script block [dynamic]
will open and a yellow arrow represent the source of error in the same page pointing this line
var b=objectsBlocker.adFinder._getObjects(document)
关于此问题,我重新安装了Visual Studio和Internet Explorer,但此问题并没有消失.
如果有人能帮助我摆脱这个问题,这将是非常荣幸.
regarding this problem, i reinstalled my visual studio and internet explorer but still this problem doesn''t vanish.
It will be a great pleasure, if anybody would help me to get rid of this problem.
推荐答案
Disable script debugging(IE)
is checked.
这篇关于使用Internet Explorer运行ASP.net应用程序时出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!