ce emulator missing controls

  • Thread starter Thread starter PCH
  • Start date Start date
P

PCH

When I try to debug/deploy my C# .netCF project to the virtual emulator I
get a debug break error saying that my controls aren't available.

Specifically the windows media player control.

How can I get the com control into the emulator?

I believe the emulator already has wm9 on it, but not the sdk.

Any ideas?

Thanks.
 
What media player control? The CF has no MP control, nor does it support
COM interop.

-Chris
 
I'm trying out the Odessey com wrapper api. Which has default interfaces
already built for media player / flash. But when you deploy it says that
the com objects dont exist.
 
Back
Top