Windows Mobile Device Center (x64)

Posted: 06-30-2006, 06:14 PM
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
{
}

Reply With Quote

Responses to "Windows Mobile Device Center (x64)"

Scott Glasgow
Guest
Posts: n/a
 
Re: Windows Mobile Device Center (x64)
Posted: 07-01-2006, 03:02 AM
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?

"Scott Glasgow" <sglasgowaz@hotmail.com> wrote in message
news:97025BBC-8DC9-41A9-939C-0580A745F20B@microsoft.com...
> 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
> {
> }
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
where is Windows Mobile Device Center support center? URGENT susanbuyer Windows Vista Networking & Sharing 3 06-23-2007 04:10 AM
windows mobile device center Zrod Windows Vista File Management 0 05-07-2007 08:59 PM
Windows Mobile Device Center Does not work with OneNote Mobile EricV Windows Vista Hardware & Devices 1 03-08-2007 11:33 AM
T-Mobile Dash & Windows Mobile Device Center John Freiman Windows Vista Hardware & Devices 1 10-27-2006 04:32 AM
Need Help with Windows Mobile Device Center Corey Windows Vista Hardware & Devices 3 09-01-2006 10:19 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90