vix

Is there a C# wrapper for the VMware VIX API?

Hi, I am using VMware Workstation 6.5 on Windows Vista x64. I would like to automate some of the VM management tasks. I know that there is a COM API (http://www.vmware.com/support/developer/vix-api/) available which I could use directly. Is there a C# wrapper for this COM API? Thanks, Arnie ...

VMware VIX API FindItems() method never returns when querying for registered VMs

Hi, I am using VMware Workstation 6.5 on Windows Vista x64. I am trying to write some C# code that uses VMware Vix v1.6.1 COM API to get a list of registered virtual machines. The code I am using is as follows: using System; using VixCOM; namespace ConsoleApplication48 { internal class Program { private static void Main(...