Posted on: 12/4/2014 6:19:22 PM | Views : 743

I started a new project with MS VS Professional 2013 on my PC. Following the instruction to start a ASP.NET MVC project.
When I ran it in debug mode with IE, I got error in a dialogue box like (it shows in my attached image, if you can view it):
Unhandled exception at line 1, column 6128 in http://horusjs.s3.amazonaws.com/horus.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'indexOf' of undefined or null reference.
If click "Continue" it continues to run, but when it posts back, it gets the same error. 
If click "Break", it will breaks at the horus.min.js[dynamic] at the position:  {if(-1!=window.location.origin.indexOf("www.amazon")&&-1!=window.location.pathname.indexOf("gp/buy/spc/"))
If debug with oth ...

Go to the complete details ...