how to stop the showing error message in visual studio for jscript in visual studio 2010
Posted
by
steven spielberg
on Stack Overflow
See other posts from Stack Overflow
or by steven spielberg
Published on 2011-01-14T07:48:57Z
Indexed on
2011/01/14
7:53 UTC
Read the original article
Hit count: 435
i am using IE 8 for testing the javascript i write for my web-application. i use something who are not unknown for IE 8 so they give me error each time
"Microsoft JScript runtime error: Object doesn't support this property or method".
are their any way to stop this error showing in visual studio when i debug the javascript.
when i refresh the page they give me error in visual studio. well i not want to see anything like showing error in visual studio.
so how i can disable the showing error for javascript in visual studio even i need to work with javascript breakpoint and trackpoint.
© Stack Overflow or respective owner