(If there is a better forum or place to ask the below question please advise!)
The SW I am using to synchronize my Windows Mobile phone with my desktop Outlook recently turned more and more sour and eventually always only seconds after connecting the device reproducibly crashed with the message "Window mobile Device Center Sync Host has stopped working.".
Eventually I decided to uninstall "Windows Mobile Device Center" and re-install it.
To reinstall I ran the setup.exe program that I had found in C:\Windows\WindowsMobile. But apparently that was either not the right setup file or some pieces must still be missing, because since that re-install the greenish dialog that used to open when starting WMDC lacks the right part of the content and instead there is now always an alert popping up: "unhandled exception has occured in your application ...." (the details I append below).
That means, that my mobile device synchronization is now completely f*$#%# up. Any idea how to re-install Window Mobile Device Center plus Mobile Sync Center such that they work again?
Michael
PS.: the "details" of the exception:
Code:
---------------------------------------------------
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {89108EE5-18DA-11DB-9617-00E08161165F} failed due to the following error: 80040154.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Microsoft.WindowsMobile.OutlookInfo.get_Instance()
at Microsoft.WindowsMobile.DeviceCenter.ExchangeSourceSetupFolderItem..ctor(MainHost mainHost)
at Microsoft.WindowsMobile.DeviceCenter.MobileSettingsPage.Load(Folder folder)
at Microsoft.WindowsMobile.DeviceCenter.FolderList.AddFolder(IFolderPage page)
at Microsoft.WindowsMobile.DeviceCenter.ConnectedPage..ctor(MainHost mainHost)
at Microsoft.WindowsMobile.DeviceCenter.PartneredPage..ctor(MainHost mainHost)
at Microsoft.WindowsMobile.DeviceCenter.MainHost.OnPartnershipStateChanged(State s, String message)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Fra...7/mscorlib.dll
----------------------------------------
Microsoft.WindowsMobile.DeviceManager
Assembly Version: 6.1.0.0
Win32 Version: 6.1.6965.0
CodeBase: file:///C:/Windows/WindowsMobile/Mic...iceManager.DLL
----------------------------------------
Microsoft.WindowsMobile.Common
Assembly Version: 6.1.0.0
Win32 Version: 6.1.6965.0
CodeBase: file:///C:/Windows/WindowsMobile/Mic...ile.Common.DLL
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...dows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...em.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...figuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...System.Xml.dll
----------------------------------------
Microsoft.WindowsMobile.Rapi
Assembly Version: 6.1.0.0
Win32 Version: 6.1.6965.0
CodeBase: file:///C:/Windows/WindowsMobile/Mic...obile.Rapi.DLL
----------------------------------------
Microsoft.WindowsMobile.DeviceCenter
Assembly Version: 6.1.0.0
Win32 Version: 6.1.6965.0
CodeBase: file:///C:/Windows/WindowsMobile/Mic...viceCenter.DLL
----------------------------------------
AnimationLibrary
Assembly Version: 6.1.0.0
Win32 Version: 6.1.6965.0
CodeBase: file:///C:/Windows/WindowsMobile/AnimationLibrary.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL...essibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
---------------------------------------------------