Application working with Smarphone 2003 emulator TypeLoadException with Smartphone 2003 SE

T

trevor.lyall

Hi.

This one has really got me puzzled. I have a game that I have written
that was targeted at the Smartphone 2003 platform (and PocketPC 2003).

Now when trying to run it on the SE editions I get the following error:

An unhandled exception of type 'System.TypeLoadException' occurred in
Jammed.exe

Additional information: Could not load type System.Drawing.Point from
assembly System.Drawing, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A.

I've no idea what is going on.

Can anyone help me?

I'm using Visual Studio 2003.

The game will not run on real devices either (Smartphone SE and
PocketPC SE editions tested).

Thanks.
/Trev
 
D

Daniel Moth

Could it be that you added a reference to the desktop System.Drawing
assembly rather than the CF one?

Cheers
Daniel
 
T

trevor.lyall

Unfortunately nope.

I've already checked and the path is to the CompactFrameworkSDK.

The really strange thing is that it is working fine on Smartphone 2003
devices but not Smartphone 2003 SE devices.

It doesn't work on the Windows Mobile 2003 SE but is fine on the
Windows Mobile 2003!

:-(

/Trev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top