Depois de apanhar um pouco encontrei a solução.
- Baixe a DLL system.dll no seguinte link: http://techhead.co/files/system.dll
- Entre no diretório: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher
- Crie a pasta "lib" e copie a dll baixada para dentro dessa pasta
- Edite o arquivo VpxClient.exe.config da seguinte forma:
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <system.net>
- <connectionManagement>
- <clear/>
- <add address="*" maxconnection="8" />
- </connectionManagement>
- </system.net>
- <appSettings>
- <add key = "protocolports" value = "https:443"/>
- </appSettings>
- <runtime>
- <developmentMode developerInstallation="true"/>
- </runtime>
- </configuration>
- Crie a variável de ambiente DEVPATH da seguinte forma:
- Nome da variável: DEVPATH
- Valor da variável: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib
- Salve as configurações e execute o VMware vSphere
Nenhum comentário:
Postar um comentário