I am adding this "LibUsbDotNet".dll in my project but Error is coming
Error 8 Assembly generation failed -- Referenced assembly 'LibUsbDotNet' does not have a strong name.
We are using 2 namespaces:
using LibUsbDotNet;
using LibUsbDotNet.Main;
Our namespace is sBus and I am trying Signing there is checkbox Sign the assembly and I selected snk file there and 1 more "LibUsbDotNet" this has an only .dll file, not project
This now I am trying making driver for another project and that project same snk use this project but now this error is coming.