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

  • Thread starter Thread starter Domenico La Fauci
  • Start date Start date
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
 
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
 
Back
Top