Zingabopp / SyncSaberService

Automatically downloads Beat Saber maps
MIT License
42 stars 4 forks source link

Unresolved dependency on Systen.Net.Http #15

Open pwhelan opened 5 years ago

pwhelan commented 5 years ago

'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.

Zingabopp commented 5 years ago

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 commented 5 years ago

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.

Rurik commented 4 years ago

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.