Could not load file or assembly 'System.Net.Http, Version=4.0.0.0'

Benpesporbded

New Member
I don't know what I did, but I may have removed \[code\]System.Net.Http 4.0.0.0\[/code\] from the GAC. I have a Windows Portable Library that targets WinRT that was compiling and working fine, and now I get the following error every time I try and run it\[code\]Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.":"System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\[/code\]how can I re-add \[code\]System.Net.Http 4.0.0.0\[/code\]? Every time I look for the .dll, I find the 2.0.0.0 version?
 
Back
Top