试图在我的项目中更新信号器库,突然解决方案没有建立。
我参考了这些人:
Microsoft.AspNet.SignalR.Core.dll
Microsoft.AspNet.SignalR.SystemWeb.dll
我在 global.asax 中有这个:
using System;
using System.Web;
using System.Web.Routing;
Intellisense 发现 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