I am trying to migrate an existing MVC WebApplication to run in a Linux machine using Mono (4.0.1). This existing WebApplication is based on the MVC template in Visual Studio 2013 plus it uses SignalR & OWIN. After weeks of googling and struggling, and following the sites here and here and here, I can finally get to this far:
Error: System.Web.AsyncInvoker.Invoke (System.Object sender, System.EventArgs e) ...
I read in the Mono Compatibility Page here that Mono has only limited ASP.NET 4.5 async stack support. Is this the cause of the above error? Should I give up on running SignalR 2.x in Mono? Is using SignalR 1.x a possible workaround?
Thanks in advance for your help.