試圖更新我的項目中的signalr庫,並突然解決方案無法生成。SignalR命名空間衝突?不能使用MapHubs()
我有這些傢伙引用:
Microsoft.AspNet.SignalR.Core.dll
Microsoft.AspNet.SignalR.SystemWeb.dll
我有這個在Global.asax中:
using System;
using System.Web;
using System.Web.Routing;
智能感知看到的是RouteTable.Routes.MapHubs()來自SignalRRouteExtensions,但仍然中斷構建。項目是.net 4.0 MVC 3應用程序。不應該有任何問題。
你們有什麼想法,爲什麼發生這種情況?
Error 71 'System.Web.Routing.RouteCollection' does not contain a definition for 'MapHubs' and no extension method 'MapHubs' accepting a first argument of type 'System.Web.Routing.RouteCollection' could be found (are you missing a using directive or an assembly reference?) Global.asax.cs
你看到的錯誤信息是什麼? – 2013-03-07 23:38:44
我更新了錯誤消息 – Agzam 2013-03-07 23:40:15
的問題我無法重現您的錯誤,只是創建了一個新的MVC3並執行了所有提到的操作。嘗試重新構建,如果這不起作用,你可以發佈一個簡單的複製項目嗎? – 2013-03-07 23:47:56