I use flashFirmware in blkwfdll. We have a build of the dll that I call from a .net application.
The same .dll has worked since 2018, but recently it's been failling in Windows 11.
A machine was updated to windows 11 enterprise build 26200.7705. After that, a new instantiation of Updater threw a "could not connect" error. The machine previously had no issues using blfwkdll.dll. The device instance of the the HID-compliant vendor-defined device that blfwkdll.dll connects can be seen properly connected in device manager.
Another laptop with build 26200.7705 works fine with blfwkdll.dll.
Are there other reports of issues? Is there a new version blfwkdll.dll I could try? I found the source code, but I'm having trouble building the .dll in such a way that my .net application can use it as a reference, as it has before. Thanks!