PORTS Forum

Ports and Interfaces => USB => Topic started by: egovind on December 04, 2013, 06:09:39 am

Title: generic_hid_cs_v62 does not compile out of the box
Post by: egovind on December 04, 2013, 06:09:39 am
Just tried to compile the project with Visual Studio 2012, got an error - "Unable to find manifest signing certificate in the certificate store."

Solution is to go to Project's properties page, then Signing tab then uncheck the checkbox "Sign the ClickOnce manifests".
Title: Re: generic_hid_cs_v62 does not compile out of the box
Post by: Jan Axelson on December 04, 2013, 11:42:06 am
Thank you for reporting this.
Title: Re: generic_hid_cs_v62 does not compile out of the box
Post by: egovind on December 05, 2013, 02:05:34 am
Thank YOU for the awesome software. I'm relatively new to C#, but the library looks really elegant compared to the other HID communication examples I have seen elsewhere. Thanks for sharing it!