Please read question, it will not be duplicate.
I have a dll of intel perceptual computing. They have provided demo console application which is using the dll and working fine.
I tried to use same dll in a windows application. As soon as I create object of class it is throwing error :
Could not load file or assembly 'libpxcclr, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Whats issue here I could not figure out. I am running this on x64 bit machine.
Thanks for help.