Have updated to the new version and getting the same issue again, is there another known way, I don't feel like creating a new solution to remove the dll versioning issues due to it being portable.
It seems that when I add references to the tweetinvi project and add the relevant nuget packages, as I am not building a portable app, VS2013 adds in teh latest version of the file:
System.Net.Http.Primitives.dll
4.2.29.0
But tweetinvi is expecting 1.5.0.0
It seems that when I add references to the tweetinvi project and add the relevant nuget packages, as I am not building a portable app, VS2013 adds in teh latest version of the file:
System.Net.Http.Primitives.dll
4.2.29.0
But tweetinvi is expecting 1.5.0.0
: Could not load file or assembly 'System.Net.Http.Primitives, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)