Metro app is throwing error message ACCESS_DENIED when trying to get handle to the driver.
Steps followed:
- Install device driver successfully
- Generate Metadata
- Copy experience id from Metadata to the StoreManifest of the Metro app
Right now I have installed WDF driver with settings as mentioned in link (msdn.microsoft.com/en-us/library/windows/desktop/hh404264%28v=vs.85%29.aspx) enabled in both INF file and driver code
But still Metro app throwing error message 'Access_Denied'. I have following information:
1) Metadata file is not getting copied from WindowsMetadataStore to WindowsMetadataCache folder. Is this issue ?
2) Tried manually copying Metadata file to MetadataCache folder but still getting error message 'Access_Denied’.
Thanks.