G
Guest
I installed Windows Mobile 2003 Second Edition Emulator Images for Pocket PC. I then tried to start my application in the emulator and got the following error msg
An unhandled exception of type 'System.Exception' occurred in System.Windows.Forms.dl
Additional information: Exceptio
The problem occurs on the following line
iltToolbarButtons.Images.Add(New Icon(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("MyApp.ToolbarButton1.ico"))
'iltToolbarButtons' is a imagelist.
If I remove the line then the application starts without any problems. My application works fine on Pocket 2003. Anyone know why it fails to work on 2003 SE
Hel
Gavin
An unhandled exception of type 'System.Exception' occurred in System.Windows.Forms.dl
Additional information: Exceptio
The problem occurs on the following line
iltToolbarButtons.Images.Add(New Icon(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("MyApp.ToolbarButton1.ico"))
'iltToolbarButtons' is a imagelist.
If I remove the line then the application starts without any problems. My application works fine on Pocket 2003. Anyone know why it fails to work on 2003 SE
Hel
Gavin