'Odyssey.CFCOM.ComException'

  • Thread starter Thread starter MrDeveloper
  • Start date Start date
M

MrDeveloper

I'm testing an sample (MediaPlayerInterop for VB.NET) coming with
CFCOM but I got an exception:

An unhandled exception of type occurred
in Odyssey.CFCOM.dll

Additional information: 0x80040154: Unknown Error

im using pocketpc 2003 and pocketpc 2002 and phone edition (Toshiba E740 and
E750 and Qtek 1010 and ipaq 4150 and Asus A716)

Thanks for helps...
 
For starters, I can tell you are not using exception handling in your code,
so it might be an idea to add some and catch the ComException exception to
see if it provides any more information.

Also, some code wouldn't go amiss in this instance otherwise we can't help.

--Neil
 
The error code (0x80040154) is a COM error which indicates "Class Not
Registered". You need to install the Media Player ActiveX control before you
can use the sample, it's not preloaded on the device.

Unfortunatly the download for the pocket media player ActiveX control keeps
moving around, I wasn't able to find a working link to it with a quick
google around and a search through MSDN.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Thanks you for helps... I installed Windows Media Control for Pocket IE,
problem solved...
 
Back
Top