Wednesday, April 21, 2010

Exception thrown and not caught" error On IE

"Exception thrown and not caught" error On IE
Hi
update your js like this. and you will get the actual cause of that issue. then it will help to fix.

try
{
// do your code here
} catch(e)
{
alert(e.faultCode?e.faultCode:e.message?e.message:e)
}

and check the permission of the file too..


hope it will helps u...

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home