I am running powercli script from .net application and this used to work in 6.5.1 but with latest version when i run powercli script from c# c.net i get this error:
Connect-VIServer Method not found: 'Void VMware.Vim.VimClient.set_UseSystemProxy
If i run script from powershell console it works fine, just fail when runing hosted in .net.
Any idea what is wrong or has changed in 10.x?