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
you could using LD_LIBRARY_PATH to solve it:
open the warning and check what lib your program lack
locate the path
$ locate # to find the library path
In your IDE, set the environment variable LD_LIBRARY_PATH to the lib path,(I use monodevelop, the path is Run-->Run With-->Custom Parameters...)
it work quit good now :)