You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UWP's package manifest rejects the KeepKey Vendor Id. It also rejects the Ledger device Id while it accepts the Trezor one. This seems to be a bug in the UWP platform.
The error is:
Severity Code Description Project File Line Suppression State
Error Validation error. error C00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 43, Column 15, Reason: 'vidpid:2B24 0001' violates pattern constraint of 'any|vidpid:[0-9a-fA-F]{4} [0-9a-fA-F]{4}( (usb|bluetooth))?|model:[^;]{1,512};.{1,512}'. The attribute 'Id' with value 'vidpid:2B24 0001' failed to parse. Hardfolio.UWP C:\GitRepos\Coins\src\Hardfolio\Hardfolio.UWP\bin\x86\Debug\AppxManifest.xml
I need some help with this one. I think it would be good if the KeepKey engineers could contact the UWP team and ask why the UWP platform rejects their Vendor Id.
The text was updated successfully, but these errors were encountered:
UWP's package manifest rejects the KeepKey Vendor Id. It also rejects the Ledger device Id while it accepts the Trezor one. This seems to be a bug in the UWP platform.
The error is:
Severity Code Description Project File Line Suppression State
Here is a more detailed Stack Overflow thread on the topic:
https://stackoverflow.com/questions/51219062/uwp-usb-hid-device-wont-connect
I need some help with this one. I think it would be good if the KeepKey engineers could contact the UWP team and ask why the UWP platform rejects their Vendor Id.
The text was updated successfully, but these errors were encountered: