Home
Options

using SignalR 2.0 beta 2 in LINQPad

Hi all,

I had used the SIgnalR 2.0 beta2 SelfHost package in LINPad,

When i call the WebApp.Start(), it appear the following error message:

"The server factory could not be located for the given input:"

Can anybody help me ??

Thanks very much!

tsengms.

Comments

  • Options
    Be sure to reference all the assemblies that you need (including ones that are loaded dynamically by your SignalR package). This will ensure that they end up in the runtime folder when LINQPad runs the query.
Sign In or Register to comment.