01-28-2022, 12:02 PM
HI,
i have a very big problem.
I released a program usign assimp (the latest version). compiling the program i need to use only x64 CPU.
In my bin folder I copied assimp64.dll and add a reference for assimpnet.dll
On my pc everything works as well, but whei i install the program on my customer pc i get an error:
It seems the program could not load assimp64.dll but the file exists on bin folder!!
SOMEBODY CAN HELP ME??
Assimp.AssimpException: Error loading unmanaged library from path: Assimp64.dll, see inner exception for details.
Impossibile trovare il modulo specificato. (Eccezione da HRESULT: 0x8007007E) ---> System.IO.FileNotFoundException: Impossibile trovare il modulo specificato. (Eccezione da HRESULT: 0x8007007E)
--- Fine della traccia dello stack dell'eccezione interna ---
in Assimp.Unmanaged.AssimpLibraryWindowsImplementation.NativeLoadLibrary(String path)
in Assimp.Unmanaged.AssimpLibraryImplementation.LoadAssimpLibrary(String path)
in Assimp.Unmanaged.AssimpLibrary.LoadLibrary()
in Assimp.Unmanaged.AssimpLibrary.IsExtensionSupported(String extension)
in Ab3d.Assimp.AssimpWpfImporter.ReadFileToAssimpScene(String fileName)
in Ab3d.Assimp.AssimpWpfImporter.ReadModel3D(String fileName, String texturesPath)
in smart3dalign.Form1.Form1_Shown(Object sender, EventArgs e)
in System.Windows.Forms.Form.OnLoad(EventArgs e)
in System.Windows.Forms.Form.OnCreateControl()
in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
in System.Windows.Forms.Control.CreateControl()
in System.Windows.Forms.Control.WmShowWindow(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Form.WmShowWindow(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
i have a very big problem.
I released a program usign assimp (the latest version). compiling the program i need to use only x64 CPU.
In my bin folder I copied assimp64.dll and add a reference for assimpnet.dll
On my pc everything works as well, but whei i install the program on my customer pc i get an error:
It seems the program could not load assimp64.dll but the file exists on bin folder!!
SOMEBODY CAN HELP ME??
Assimp.AssimpException: Error loading unmanaged library from path: Assimp64.dll, see inner exception for details.
Impossibile trovare il modulo specificato. (Eccezione da HRESULT: 0x8007007E) ---> System.IO.FileNotFoundException: Impossibile trovare il modulo specificato. (Eccezione da HRESULT: 0x8007007E)
--- Fine della traccia dello stack dell'eccezione interna ---
in Assimp.Unmanaged.AssimpLibraryWindowsImplementation.NativeLoadLibrary(String path)
in Assimp.Unmanaged.AssimpLibraryImplementation.LoadAssimpLibrary(String path)
in Assimp.Unmanaged.AssimpLibrary.LoadLibrary()
in Assimp.Unmanaged.AssimpLibrary.IsExtensionSupported(String extension)
in Ab3d.Assimp.AssimpWpfImporter.ReadFileToAssimpScene(String fileName)
in Ab3d.Assimp.AssimpWpfImporter.ReadModel3D(String fileName, String texturesPath)
in smart3dalign.Form1.Form1_Shown(Object sender, EventArgs e)
in System.Windows.Forms.Form.OnLoad(EventArgs e)
in System.Windows.Forms.Form.OnCreateControl()
in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
in System.Windows.Forms.Control.CreateControl()
in System.Windows.Forms.Control.WmShowWindow(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Form.WmShowWindow(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)