Summary of your issue
I got the Following exception at runtime System.Exception: 'Failed to find dll "DlibDotNetNative", for processor architecture AMD64.'
Is there any known limitation on .Net 7.0 ?
Environment
.NET 7.0 on a WPF application running on windows 11 with a x64 build
DlibDotNetNative.dll and DlibDotNetNativeDnn.dll are in [projectFolder]\bin\x64\Debug\net7.0-windows10.0.17763.0\runtimes\win-x64\native and are both x64 dll
DlibDotNet.dll is in [projectFolder]\bin\x64\Debug\net7.0-windows10.0.17763.0
What did you do when you faced the problem?
It crash at runtime as soon as i call a DlibDotNet method
Output:
System.Exception: 'Failed to find dll "DlibDotNetNative", for processor architecture AMD64.'
What did you intend to be?
DlibDotNet seams to work on an empty .NET 7 application but Always crash in my Solution.
I would like know if there is a know limitation with .NET 7.0 x64 build for windows.
Thanks a lot