Xamarin UWP - Fingerprint reader - Digital Persona U.are.U
I'm having trouble connecting to my attached (USB) Digital Persona Crossmatch fingerprint reader in UWP. (Using Win Forms - ok).
I've added the dependent dll: DPUruNet.dll as a reference.
When I run my small code sample:
*using DPUruNet;
... `
var readers = ReaderCollection.GetReaders(); **// fail***
I get the exception "Unable to load DLL 'dpfpdd.dll' or one of its dependencies. Access is denied".
I can't add the dpfpdd.dll as a reference. VS2019 is not allowing the dll.
Is the depending dpfpdd.dll a "not trust" or not allowed x86 dll?
Is there some way I can allow/access dependent dll's in my UWP Xamarin Forms app?
The code works in a Win Forms project, can read my fingerprint etc... Kind regards, Jerry