プロジェクトでシグナル ライブラリを更新しようとすると、突然ソリューションがビルドされません。
私はこれらの人への言及を持っています:
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