0x800a139e - JavaScript runtime error: SyntaxError

后端 未结 3 1373
予麋鹿
予麋鹿 2020-12-06 02:17

I\'m new to Visual Studio Express 2012 for Windows 8.

I have been able to get a simple app to work just fine, but it would throw the same \"exceptions\".

So

3条回答
  •  既然无缘
    2020-12-06 03:01

    I had the same error when I moved my web page from VS10 to VS12. I thought the problem was somehow having to do with the transfer. I read the above questions and answers and concluded that my error was testing using Windows 8.1 and IE 11. I tested my VS12 version software using the FireFox browser and the error has gone. I don't know how to change the jQuery in IE 11 to build 1.x. If I did I would because I want my software to operate using the most popular browsers.

    Thank you for all your help.

提交回复
热议问题