SyncSaberService icon indicating copy to clipboard operation
SyncSaberService copied to clipboard

Unresolved dependency on Systen.Net.Http

Open pwhelan opened this issue 5 years ago • 3 comments

'On launching the program I get "......" Whatever.

For some reason I don't have System.Net.Http, version=4.2.0.0. I have attempted several times to install, succesfully in some ways, .NET, etc...

If you can tell me where to download the dependency or how to debug the linking/resolving I'll follow up.

pwhelan avatar Jul 06 '19 12:07 pwhelan

SyncSaberService targets .NET Framework 4.7.2. I'm not certain because it's just run on the PCs I've tested it on, but this might be what you need https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows

Zingabopp avatar Jul 09 '19 16:07 Zingabopp

After my struggles of using my SongFeedReader library in the Beat Saber mod I'm making, I think I'll be able to make it fall back to the older System.Net WebRequest/Response classes.

Zingabopp avatar Aug 09 '19 13:08 Zingabopp

To add a data point here, I had the same issues as the originator. Though it told me I needed to install 4.8.0, which I did, then continued to do so. I edited the .config file to a generic 4.0, and it would get to that System.Net.Http 4.2.0.0 and fail.

I used the offline installer from the link above and that fixed both issues.

Rurik avatar Oct 03 '19 13:10 Rurik