Hi
hi i try to debug a website on VS2013, i got the following error: "JavaScript runtime error: 'WebForm_InitCallback'". And everything on the page that works by callback, just don't work.
But when i just go to localhost on the browser, everything works.
this is a project that i as assigned for. I don't have much knowledge about what is really going on.
but its a pain, doing "debug" by save file, open browser. Without getting the normal feedback and power of a debugger.
Edit -------
when i run the debugger with the IE
first i got this error :
Exception was thrown at line 37, column 13509 in http://localhost:54132/bb97e2e8ab9f4ba1a22626e314673b4c/browserLink 0x800a03f6 - JavaScript runtime error: Invalid character
i can see the login page. I do the login. And when i'm waiting for the homepage i got:
Unhandled exception at line 2621, column 1 in http://localhost:49196/ 0x800a1391 - JavaScript runtime error: 'WebForm_InitCallback' is undefined If there is a handler for this exception, the program may be safely continued.
the file with error, is a dynamic file.
<script type="text/javascript"> //<![CDATA[ WebForm_InitCallback();//]]></script>