Error parsing the server “10.0.0.5″ “clients.xml” file.
Login will continue, contact your system administrator
og der efter
Typeinitialiseringsfunktionen for ‘VirtualInterfacestructure.Utils.HttpWebRequestProxy’ udløste en undtagelse
Det vi skal gøre er at vi skal bruge System.dll fra “%SystemRoot%\Microsoft.NET\Framework\v2.0.50727” på en ikke Windows 7 computer. Samt at vi skal tilføje 3 linier til vores “VpxClient.exe.config” fil.
- Hent DLL filen her: System.dll
- læg system.dll ind i “%ProgramFiles(x86)%)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib“.
- Du skal nu redigere i VpxClient.exe.config som findes i “%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher“.
Her skal du indsætte disse linier<runtime>
<developmentMode developerInstallation=”true”/>
</runtime>Så hele din fil ser sådan her ud
<?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> - Lav et bat fil der hedder VpxClient.bat som indeholder følgene, eller hent den her: VpxClient.bat
SET DEVPATH=%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
Start “VpxClient – www.BlogIT.dk” “%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe” - Ændre din genvej til vSphere client, til at pege på din bat fil istedet for på VpxClient.exe
Det kan være krævet at du skal køre din genvej som administrator før dette virker!
Vær også opmærksom på at hvis du kære dette på en Windows 7 32bit computer skal du rette “%ProgramFiles(x86)%” til “%ProgramFiles”












