Emgu.CV.CvInvoke threw an exception

2019-06-14 03:53发布

问题:

Im using emgu in my project.

I get this exceptit:

Here the details of the exception:

The opencv_core242 is in the folder project,and platform target set to x86.

Any idea what might cause the exception and how to solve it?

回答1:

You can use Dependency Walker on cvextern.dll to see if opencv_core242.dll is depending on another dll like nvcuda.dll or if you have a 32/64-bits mismatch.

Take a look at this other question.



回答2:

In .../windows/system32 I pasted cudart32_42_9.dll file.It's helped me to fix me problem