I'm using linqtotwitter (v3.0.3), installed with NuGet.
It's working with VS2012 .NET 4.5
But when I try to deploy, taking this error on runtime;
Could not load file or assembly 'System.Net.Http.Primitives, ... or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
System.Net.Http.Primitives.dll is in the folder.
Any ideas?