Can someone please help with C# and Dot Net program?

Basically, I've been trying to synchronize nzxt rgb in my PC with Razer, and have modded a nuget library to support my device. I got it working once but somehow it just stopped working, so I'm trying to recreate it. I just need some help with the nuget classes and the format for them. If someone would like to proofread my code that would be great. Thanks.
7 Replies
connorbarrownx
connorbarrownx7mo ago
I modified the fan SmartDeviceV2 code and renamed it to FanControllerV2 in the library Here's the program. I can send the full folder if required. I just recieved this error, which I'm assuming means I'm doing the naming wrong
Denis
Denis7mo ago
This error probably means that the chrome link software is running in the background; thus, its files cannot be overriten by your new build Check the task manager and kill the app from there
connorbarrownx
connorbarrownx7mo ago
I've done that and the error from before is gone, but now these ones appear.
TheRanger
TheRanger7mo ago
DeviceStream is null
connorbarrownx
connorbarrownx7mo ago
I’m guessing this is the problem. If so, what could I do to fix it?
TheRanger
TheRanger7mo ago
by initializing it
connorbarrownx
connorbarrownx7mo ago
I realised I didn't change the device in the code to the one I was using. Now it doesn't recognise the device. Could this be something to do with the caps for fancontroller?