This website may use cookies. More info. That's Fine x
Welcome Login

Visual studio 2013: Javascript error 'Unhandled exception... browserlink' when debugging


Visual Studio 2013

Error:

"Unhandled exception at line 37, column 59140 in http://.../browserLink".

Eg:

vs2013-browserlinkbug1

 

 

This is a new 'browser link' feature bug in visual studio 2013.

To get round this error, you can just turn off this feature in web.config file.

<appSettings>
  ...
  <add key="vs:EnableBrowserLink" value="false" />
</appSettings>

 

 

 

For more information, see here.


Created on: Wednesday, October 22, 2014 by Andrew Sin