im tring to use opencv like in the examples that opencv provide
when i run it in the example (in winform) it works fine but in my website i get this error:
The type initializer for 'Emgu.CV.CvInvoke' threw an exception.
and inner exception:
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
with the stack:
at Emgu.CV.CvInvoke.cvLoadImage(String filename, LOAD_IMAGE_TYPE loadType)
at Emgu.CV.Image`2.LoadImageUsingOpenCV(FileInfo file)
at Emgu.CV.Image`2..ctor(String fileName)
im using the emgucv windows x64 2.40 version
