Post date: Nov 21, 2014 6:14:27 AM
... and maybe more.
Use "Any CPU" for target and configuration manager.
The advice then is to copy the .dll files into the Debug (and Release when releasing) folder.
If you notice, this tutorial http://fewtutorials.bravesites.com/entries/announcements/-level-0-emgucv-installation-guide-for-64-bit-windows-users
uses opencv_xxx220.dll. In this revision, there is one directory each for the EmguCV.... dll's and in the same directory, the opencv_xxx220.dll's.
In opencv_xxx290.dll, there are in fact two directories. One for the EmguCV.... dll's and a sub-directory (in my case x64) for the opencv_xxx290.dll's.
So, copy Emgu.CV.dll, Emgu.CV.UI.dll, Emgu.Util.dll and ZedGraph.dll to the Debug folder.
Then copy the ENTIRE x64 directory into the Debug folder.
Frustrating but logical in retrospect!
One last thing ... note that the tutorial above works on .NET 3.5.