D
Danny
Hi all,
I'm having problems with a C# Smart Device app - I'm loading a bitmap
like this:
Image bgImage = new Bitmap(appDir + "start.gif");
but on a WinCE 5 device this this causes an exception with message
"Exception".
The emulator that comes with VS.NET 2003 (WinCE 4.10) works ok. From what
I've found online, the problem is that imgdecmp.dll is missing from the
emulator image:
http://www.dotnet247.com/247reference/msgs/35/177663.aspx
http://tinyurl.com/8jpkq
Unfortunately the solution present here:
http://msdn.microsoft.com/smartclient/understanding/netcf/FAQ/default.aspx#1.31
doesn't work (I'm using PB 5 / VS.NET 2003) - including the "OS Dependencies
for the .NET"
item doesn't add imgdecmp.dll the to the platform (or fix the problem).
Has anybody seen this before?
Best regards,
Danny
I'm having problems with a C# Smart Device app - I'm loading a bitmap
like this:
Image bgImage = new Bitmap(appDir + "start.gif");
but on a WinCE 5 device this this causes an exception with message
"Exception".
The emulator that comes with VS.NET 2003 (WinCE 4.10) works ok. From what
I've found online, the problem is that imgdecmp.dll is missing from the
emulator image:
http://www.dotnet247.com/247reference/msgs/35/177663.aspx
http://tinyurl.com/8jpkq
Unfortunately the solution present here:
http://msdn.microsoft.com/smartclient/understanding/netcf/FAQ/default.aspx#1.31
doesn't work (I'm using PB 5 / VS.NET 2003) - including the "OS Dependencies
for the .NET"
item doesn't add imgdecmp.dll the to the platform (or fix the problem).
Has anybody seen this before?
Best regards,
Danny