Home>Forum>Unable to load DLL 'VisioForge_MFP64.dll':
Unable to load DLL 'VisioForge_MFP64.dll':
Mar 15, 2019
HaNTwrote
When I run the VisoForge samples from github, I got this error
System.DllNotFoundException: 'Unable to load DLL 'VisioForge_MFP64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
I tried to create my own WinForm application and refer to the nuget trial packages and the same problem happened.
Any idea to fix it?
Reply
Log in please
Login
I forgot it
Login
Do not have an account?
Register
2 Answers
Mar 16, 2019
Roman Miniailovagentwrote
Hi
Try to remove package and install again.
Mar 17, 2019
HaNTwrote
Oh, thank you. It works after remove and install again (plus restarting the machine). Thank you.