CFCOM wmp exception

  • Thread starter Thread starter juky
  • Start date Start date
J

juky

Hi all,

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

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

Additional information: 0x80040154: Unknown Error

The error raises at this line:
......
Me.mediaPlayer1.ProgID = "{22D6F312-B0F6-11D0-94AB-0080C74C7E95}"
......

I also tried to put this ProgID = 6BF52A52-394A-11d3-B153-00C04F79FAA6
(for wmp 9) but always the same error.

I'm using an Ipaq with pocket pc 2003 and WMP 9.

Any idea??

Thanks
Juky
 
The Windows Media Player ActiveX control works only with Pocket PC 2002,
there is currently no updated version to support Pocket PC 2003. The error
code is a COM error which represents "Class not registered", this means the
ActiveX control is not installed and registered on the device (or the progid
you have specified is wrong). However even if you can successfully register
the control, it is unlikely it will work on Pocket PC 2003 devices.

Peter
 
Thanks Peter,

this means I have no chance to embed wmp in my application written in VB
(or C#) .NET for pocket pc 2003. Isn't it?
CFCOM claims that works with ppc 2003.....strange!!??!??!

What can I do as next step now?

Thanks,

Luca

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
I am using it on Pocket PC 2003..
The only thing you have to do is to dispose WMP after using it..
It may work..
 
Back
Top