You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: