I am working on a relatively sophisticated website driven by JavaScript. It works great in all browsers except Internet Explorer (7, this version is our corporate standard). I get this very curious error:
"A runtime error has occurred. Do you want to debug? Line: 93 865 600. Error: Expected ';'"
The problem is that I do not have 93 million lines of code, and clicking βYesβ does not apply to Visual Studio, as usual.
I can click βNoβ and the website continues to work fine, but if the user does not have JavaScript debugging turned off, I donβt want them to see this meaningless error.
Suggestions / Tools / Plugins to figure it out below?
And yes, I learned my lesson, switch and check my project in Internet Explorer more often ...
Thanks,
source share