SyncSaberService
SyncSaberService copied to clipboard
Unresolved dependency on Systen.Net.Http
'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.
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
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.
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.