1

I'm trying to create a program for webcam capture, in which I followed the online tutorial. I was able to debug it and deploy the program, but when I installed it on my PC the program failed to execute then gave an error message as follows

 Unhandled exception has occurred in your application. 
 The type initializer for Emgu.CV.CvInvoke' threw an exception. 

Has any one came across this kind of error? Please assist. Thanks

4

1 回答 1

0

This is a very common error in EmguCV which is explained in détails in the Download and Installation page. Most of the time, people doesn't have the MSVCRT installed on the dev or deployment machine.

It can also be that the DLL are not present in the debug folder, or in your case, in the deployed folder.

于 2013-10-03T13:18:25.497 回答