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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.