Author Topic: generic_hid_cs_v62 does not compile out of the box  (Read 5941 times)

egovind

  • Member
  • ***
  • Posts: 14
generic_hid_cs_v62 does not compile out of the box
« 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".

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: generic_hid_cs_v62 does not compile out of the box
« Reply #1 on: December 04, 2013, 11:42:06 am »
Thank you for reporting this.

egovind

  • Member
  • ***
  • Posts: 14
Re: generic_hid_cs_v62 does not compile out of the box
« Reply #2 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!