Xamarin UWP - Fingerprint reader - Digital Persona U.are.U

Jerry Johansson 1 Reputation point
2021-03-22T02:52:21.057+00:00

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

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,988 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.