Wer folgende Fehlermeldung bekommt (ersichtlich in den Dateien %temp%\dd_wcf_ret*):
Error: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.ServiceModel.Install.InstallHelper.GetHighestOtherWcfRuntimeInstallPath()
at System.ServiceModel.Install.WebHostScriptMappingsInstallComponent.UninstallScriptMapFromPath (DirectoryEntry path, OutputLevel outputLevel)
at System.ServiceModel.Install.WebHostScriptMappingsInstallComponent.Uninstall (OutputLevel outputLevel)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(String[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRun(String[] args)
der sollte folgendes unternehmen, damit die January CTP auch tatsächlich installiert werden kann:
servicemodelreg.exe -ua
Dies am besten im Verzeichnis C:\WINDOWS\WinFX\v3.0\Windows Communication Foundation aufrufen.
Danach ganz normal das Uninstall Tool, welches ich hier erwähnt hatte, ausführen. Die January CTP kann nun erfolgreich entfernt werden.