What is this error? In the first calling this code:
SignalRInvoker Invoker = new SignalRInvoker GlobalHost.ConnectionManager.GetHubContext<GeneralHub>().Clients);
And the funny exception is :
Two Hubs must not share the same name. 'SM.GUI.Common.Remouting.GeneralHub, SM.GUI.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'SM.GUI.Common.Remouting.GeneralHub, SM.GUI.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' both share the name 'generalHub'.