emgu 3.3 error exception HRESULT: 0x8007007E

0

I wrote and run my application form which is using Emgu library for OpenCV and itextsharp for PDF. It works well without any problems by using emgu 3.1 . When I created exe file for application using visual installer for Visual Studio 2017 it generated setup files and application was installed, the application was deplyed so when i clicked on the button which has any code of emgu the error appeared. I tried install emgu 3.3 and done all steps of that, so the same error appeared with visual studio mode until without exe created. I attached screenshot which showed the references and error. Please any one help me to slove this problem.enter image description here

Note (some words in russain language, i translated the following: Инициализатор типа "Emgu.CV.CvInvoke" выдал исключение = 'An initializer of type' Emgu.CV.CvInvoke 'threw an exception.

DllNotFoundException: Не удается загрузить DLL "cvextern": Не найден указанный модуль. (Исключение из HRESULT: 0x8007007E) = DllNotFoundException: Unable to load DLL "cvextern": The specified module was not found. (Exception from HRESULT: 0x8007007E).

c#
.net
opencv
visual-studio-2017
emgucv

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0