Hello,
I am having problems performing any task that involves the guest OS. I can use VMWareTasks to successfully connect to my Workstation (11.1.2), start/stop virtual machines, and take/revert to snapshots. These seem to be the functions that involve the host OS. LoginInGuest continues past the point of the function call, but I can't confirm that the Login actually occured. WaitForVMWareUserProcessInGuest times out, as well as RunProgramInGuest.
If you would like too look at my source code, it is essentially the same as VMWareVirtualHostSamples.cs\GettingStartedWorkstation() but with WaitForVMWareUserProcessInGuest before RunProgramInGuest.
Any help appreciated!