Why I can't load a bitmap from a resource or file?

D

Domenico La Fauci

Hi all,
My C# application run properly on the CE .NET emulator for Visual Studio
..NET 2003 but when use my real device an excetpion is occurred.
The device is an Xscale processor and my CE.NET image contain Compact
Framework 1.0.
The handled exception is generated by System.Drwaing.dll module.

Any ideas is very appreciated!!!!!
Thanks
 
A

Alex Feinman [MVP]

Most likey because your device does not contain imgdecmp.dll. It is optional
when building an image, but required by System.Drawing to load various image
formats
 

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