Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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

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)

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.
Posted
Updated 12-Apr-11 19:31pm
v3

hello,
please check weather the object 'objectsBlocker' is created and initialized withe 'new'
alos check 'objectsBlocker' is not assign to 'Null' any ware in code.
 
Share this answer
 
Please check your browser script debugging is disabled or not.

goto

tools-internetoptions-advanced-Disable script debugging(IE)

Make sure your
C++
Disable script debugging(IE)
 is checked.
 
Share this answer
 
Comments
SHADI.H 5-Jun-11 15:49pm    
update ToolkitScriptManager version on your page. this if you are using Ajax

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900