Visual Studio 2013 浏览器链接无法在 Firefox 中正常运行 - 引发异常

2024-04-20

刚才我在调试一个简单的 ASP.NET MVC 应用程序时尝试使用 Firefox 27.0.1 进行浏览器链接。

我有 Visual Studio Ultimate 2013 Update 1。

这是浏览器链接仪表板:

我尝试在剃刀视图中更改某些内容,按 Ctrl+S 并转到浏览器查看页面是否相应更改,但是...

这是我在 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>"]

然后我看到了这个错误:

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"

我以管理员身份运行 Visual Studio。

这是怎么回事?我该如何解决这个问题?


正如 Mads Kristensen 告诉我的那样,事实证明这是 Visual Studio 2013 Update 1 中的错误here https://twitter.com/mkristensen/status/441989185272950784.

所以解决办法就是去抢Visual Studio 2013 更新 2 CTP 2 http://www.microsoft.com/en-us/download/confirmation.aspx?id=42023.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Visual Studio 2013 浏览器链接无法在 Firefox 中正常运行 - 引发异常 的相关文章

随机推荐