tags:

views:

120

answers:

0

Hello,

I made a wcf service to automate the VMware workstation 6.5 tasks remotely using VIX API, on 32 bit vista machine the service is running fine. But on 64 bit machine the service throws an soap exception. When i check the the service using wfcTestclient it throws the exception that System.BadImageFormatEcxeption even though i used x86 as target platform from configrution manager. if I change solution configurations from Debug to New it throw the exception that VixCOMWrapper.dll not found. but I already add the reference of this dll. Interesting part is that when i make one simple console application to automate the vmware workstation 6.5 using the same VixCOMWrapper.dll it works fine on 64 bit vista machine.So can any help me in this problem.

Best regrads Papapa