hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

anoncreds.GenerateNonceAsync() function returns System.EntryPointNotFoundException in dotnet #2547

Closed erenakyildiz-code closed 7 months ago

erenakyildiz-code commented 2 years ago

Hello Hyperledger Indy team,

Currently I am using dotnet wrapper for my project, and when I try to run anoncreds.GenerateNonceAsync().

I am getting this error:

System.EntryPointNotFoundException: 'Unable to find an entry point named 'indy_generate_nonce' in DLL 'indy'.'

Everything else I have used in anoncreds works fine.

Sorry if my explanation is not enough, this is the first issue I have created.

KangUkG commented 1 year ago

Me, either! So I create random 80bit binary number. I want to know Indy team's answer...