I am on a new PC and brought my web app down from TFS. For some reason in IE, I keep getting the below error:
Unhandled exception at line 1, column 6567 in http://horusjs.s3.amazonaws.com/horus.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'indexOf' of undefined or null reference
Does anyone know the fix for this?
I tried to follow the following url and added the jquery-ui.js file into my project and referenced it as such in my master page and I still get this error:
http://forums.asp.net/t/2023178.aspx?0x800a138f+JavaScript+runtime+error
<script src="../Scripts/jquery-ui.js"></script>
Go to the complete details ...