I\'m getting this error as my project is not able to find the reference for OWIN startup class. I\'ve even installed all the OWIN reference packages through Nug
OWIN
Create One Class With Name Startup this will help you..
public class Startup { public void Configuration(IAppBuilder app) { app.MapSignalR(); } }