I am trying to use libnodave with a net core project. But I could not. When I try to call the libnodave.dll function it throws an exception.
"BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)".
Using a project at framework .Net 4.8 it works correctly.
Is it possible to use this library with Net Core?