Views: 9.2K
Replies: 3
Archived
|
Error when running the art shopHi,
Just started up the art shop example. Home page looked good and the about page looked good. When I click on the shop menu item I get the following error - any suggestions would be greatly appreciated. Thanks! Unhandled exception at line 2582, column 4 in localhost:58125/Scripts/jquery-1.9.1.js 0x80020003 - JavaScript runtime error: Member not found. Eric Downey, Nov 20, 2014
|
|
Reply 1Good analysis...Yes, you are right.
Peter Lewis, Dec 13, 2017
|
|
Reply 2Yep, you're right. Works fine under chrome....stupid IE.
Eric Downey, Nov 21, 2014
|
|
Reply 3It appears this is an IE 10 specific bug. It is described here: http://stackoverflow.com/questions/19302477/visual-studio-2012-mvc-application-crashes-in-internet-explorer You could change to Chrome and that would solve it. The same link also has a solution which is to add this line to the _Layout or Master files. <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> Hope this helps. Jack Jack Poorte, Nov 21, 2014
|