I'm trying to submit a job for conversion P2V from a c# app. I've tried running the app remotely and locally but I keep getting this error (here's the full error):
<detail><InvalidArgumentFault xmlns="urn:converter" xsi:type="vim25:InvalidArgument" xmlns:vim25="urn:vim25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><vim25:faultCause><vim25:fault xsi:type="ConverterNotSupportedConnection"><hostName>RSMITH</hostName></vim25:fault><vim25:localizedMessage>Unable to recognize the server type or version when connecting to the host 'RSMITH'.</vim25:localizedMessage></vim25:faultCause></InvalidArgumentFault></detail>
RSMITH is the name of the machine with the VCenter Converter Standalone (5.0) and where I wan tthe VM to go. It's a Windows 7 SP1. I'm running .net 4.0 winform.
Any suggestions? I'm pretty much running the example out of the box, except for wrapping a winform around it instead of a console app.