刚才我在调试一个简单的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。
什么是交易,我该如何解决?
答案 0 :(得分:2)
原来这是Visual Studio 2013 Update 1中的错误,因为Mads Kristensen告诉我here。
所以解决方案就是抓住Visual Studio 2013 Update 2 CTP 2。