perevoznyk / swelio-sdk

Belgian eID card SDK for .NET and C++
MIT License
29 stars 11 forks source link

Application not working when using microsoft account (AzureAD) with windows 11 Pro #23

Open Petervanburg opened 2 weeks ago

Petervanburg commented 2 weeks ago

Hi, When we try to use the demo application with an online microsoft account (AzureAD) with admin rights, the application is not working. It's like the application 'hangs' , not responsive , like it's looping. but it detects the card reader.. When turing of tracehardwareevents , then the application starts faster but card events are not working.

If we use the same application with local windows account, then it works.

Any idea's howto solve this? Something with Windows Helo smartcard issues?

We use Windows 11 PRO.

Regards P.

perevoznyk commented 4 days ago

Windows creates some virtual card readers. In the version 1.18.30 I tried to ignore the events from the special virtual readers. Both TraceServiceEvents and TraceHardwareEvents must be set to false. Can you try the v1.18.30 and give your feedback, please?

Petervanburg commented 20 hours ago

Hi, when i tried with TraceServiceEvents and TraceHardwareEvents =false. Then the card events (insert, remove) are not working anymore so we can't try it. Any other options possible ?