We just dicovered a bug in our app that returns this error. When going to a certain page in our ASP.NET 2.0 app. When I press “Yes” to debug, the source of the page is displayed, but the line that is referenced has NO Java script on it. I am trying to figure what maybe causing the issue and how to debug it.
This is IE only application. The bug is happening in IE7 and 8.
Any pointers appreciated.
Thanks.
It turned out to be caused by another developer’s fix to a bug.
The actual error was inside a user control that was on a page.
Thanks for the help!