Click here to Skip to main content
15,881,653 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys I have a problem and i'm hoping someone can point me in the right direction. I want to start using SignalR in my application but when I install the packages from Nuget I get the following error "Could not load file or assembly 'Microsoft.Owin, Version=2.0.1.0" even though I have installed version Microsoft.Owin 2.1 through the nuget installer. Any help is very much apreciated as im really stuck at this point.

Thanks Guys
Posted
Comments
[no name] 5-Mar-14 11:29am    
Did you try installing the exact version required? i.e. 2.0.1.0
frostcox 5-Mar-14 11:40am    
Yeah I have tried every way known to man and its not liking it for some reason.

Uninstall the Microsoft.Owin 2.1 & reinstall again by restarting the Visual Studio
 
Share this answer
 
v2
Comments
frostcox 5-Mar-14 12:47pm    
The thing is when i install SignalR.Core it installs Microsoft.Owin version 2.0.2 but qhen a run the application and it reaches the Maphubs() i get the error.
Try This

copy this Microsoft.Owin, Version=2.0.1.0.dll and paste in you application bin folder.
Also check this dll is register or not in GAC.
 
Share this answer
 
Comments
frostcox 6-Mar-14 7:48am    
Hey I added the correct DLL but not the StartUp class never gets called. Any ideas? When I try create the hub proxy I get "undefined"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900