I\'m getting this error
The type initializer for \'Emgu.CV.CvInvoke\' threw an exception.
when I try to use Emgu CV. I\'ve tried
I had the same problem. My inner exception was "Unable to load DLL 'opencv_core290'".
You need to copy x86 and x64 folders from "yourEmguFolder/bin" to your project's output(bin) directory. Then build project again and run.
According to emgu wiki