kingm56 Posted November 19, 2023 Report Posted November 19, 2023 Paul, Is there another option to get the current FSUIPCClient.dll for .net6? I'm getting errors when trying to download via nuget package. I suspect it's due to my ISP/overseas. Matt
Paul Henty Posted November 19, 2023 Report Posted November 19, 2023 Hi Matt, I haven't provided any alternatives to NuGet, but I've attached the NuGet package here. You can copy this to your NuGet 'local store' which you can select in the 'package source' dropdown: If you don't have one, or don't know the path, you can view and create stores with the cog icon. Once you have the nuget file in the local store you can install it as normal. The DLL takes a dependency on protobuf-net so I've also included that package. Paul FSUIPCClientDLL.3.3.8.nupkg protobuf-net.3.2.26.nupkg
kingm56 Posted November 19, 2023 Author Report Posted November 19, 2023 Thanks Paul; for some reason, only the fsuipcClient.xml is downloading, not the actual dll.
Paul Henty Posted November 20, 2023 Report Posted November 20, 2023 The only thing I can think of is that your virus checker is seeing it as a false-positive and quarenteening it. You can probably check to see if that's happened and add an exception. You could also try renaming the .nupkg to .zip, then you can unzip it and find the DLL under \lib\net6.0-windows7.0 Paul
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now