Visual Studio 2013 Browser Link not playing well with Firefox - throwing exception

一世执手 提交于 2019-12-24 04:36:08

问题


Just now I tried Browser Link with Firefox 27.0.1 while debugging a simple ASP.NET MVC app.

I have Visual Studio Ultimate 2013 Update 1.

Here's Browser Link Dashboard:

I tried changing something in a razor view, pressed Ctrl+S and went to the browser to see if the page had changed accordingly but...

this is what i see in Firebug:

http://localhost:6194/85d266397ee64f32b2f4ffdedc974643/arterySignalR/negotiate?requestUrl=http%3A%2F%2Flocalhost%3A26530%2Fgis&browserName=Firefox&clientProtocol=1.3&_=1394212700505

[13:56:43 GMT-0300] Browser Link:
Exception thrown in callback method pullStyleData:
[Exception... "The operation is insecure."  code: "18" nsresult: "0x80530012
(SecurityError)"  location: "<unknown>"]

Then I saw this error:

401 Unauthorized 82ms   
browserLink (line 37)
"NetworkError: 404 Not Found - http://localhost:26530/85d266397ee64f32b2f4ffdedc974643/arterySignalR/ping?requestUrl=http%3A%2F%2Flocalhost%3A26530%2Fgis&browserName=Firefox&_=1394211620626"

I'm running Visual Studio as Administrator.

What's the deal and how can I solve this?


回答1:


Turns out it was bug in Visual Studio 2013 Update 1 as Mads Kristensen told me here.

So the solution is to go grab Visual Studio 2013 Update 2 CTP 2.



来源:https://stackoverflow.com/questions/22256392/visual-studio-2013-browser-link-not-playing-well-with-firefox-throwing-excepti

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!