borrrden / Fido2Net

A set of .NET bindings for libfido2
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

Problems running the examples #3

Closed krabbenprgr closed 1 year ago

krabbenprgr commented 2 years ago

I get an error running the examples: DllNotFoundException: Unable to load DLL 'fido2' or one of its dependencies: Das angegebene Modul wurde nicht gefunden. (0x8007007E) Before execution, i build the native dependencies via the provided script: build_deps.ps1. But there is no fido2.dll file generated?

Any ideas?

Thanks in advance

gunjanai commented 2 years ago

You need to download a libfido2 release from Yubico's page - https://developers.yubico.com/libfido2/Releases/ And copy all of the contents of this folder "C:\Users\Downloads\libfido2-1.12.0-win.zip\libfido2-1.12.0-win\Win64\Release\v143\dynamic" to your project's bin folder i.e. - "C:\Users\Fido2Net-master\demoform\bin\Debug\net5.0-windows"

This will work.

Try building the solution in Visual Studio.