Windows Mobile Device Center (x64)

  • Thread starter Thread starter Scott Glasgow
  • Start date Start date
S

Scott Glasgow

I've tracked my COMException issue when trying to run WMDC after the sync
upgrade to the WindowsMobileForeman class.

Does anyone know what com object this is referencing or can someone lookup
this class id and see which dll it points to?
EE05EDE6-97CF-4D00-9B20-AD9EC0B45108

Error I Get:
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM
class factory for component with CLSID
{EE05EDE6-97CF-4D00-9B20-AD9EC0B45108} failed due to the following error:
80040154.
at Microsoft.WindowsMobile.DeviceCenter.Program.Main()

Class definition that points to it.
[ComImport, TypeLibType(TypeLibTypeFlags.FCanCreate),
ClassInterface(ClassInterfaceType.None),
Guid("EE05EDE6-97CF-4d00-9B20-AD9EC0B45108")]
public class WindowsMobileForeman
{
}
 
So no one is running on Vista 64? Anyone with Mobile Device Center working
on 32 bit version able to look up that class id and see what it references?
 
Back
Top