Hi,
I have a strange problem here. I have a simple test program that uses one third party library (video capture device). The libraries are installed on my 64 bit development machine and on another test machine. A third machine is a fresh windows 7 64 bit install.
Visual studio 2010 C# is set to compile for ANY CPU. Now when I run this on the development machine it works fine. On the test machine with VS express and the the library it also works fine. However, on the third machine without the libraries it crashes with no error messages. Now, in VS I set the Copy Local True for the references and if I look in the folders created on all three machines, the identical files are there. If I compile for X86, then it works on the third machine. But not in 64 bit mode.
I'm at a loss here. Same with the supplier of the library. I put try / catch everywhere and it never helps.
Does anyone have any ideas on how I can trouble shoot this?
Thanks, Tom