I started developing my CF project using VS.Net 2003 without any service
packs applied, with debugging and testing being done on a PPC2003 device.
My project has a treeview control which has an ImageList to attach different
icons to my TreeNodes.
All worked well but then I installed .Net CF SP1 on my development machine
and the device. Now all my images from my imagelist appear on the treeview
with a black background. I also found that loading data from an XML file
into a dataset was quite a bit slower. The only way I could get around
these problems was to uninstall the service pack from the device. I didn't
try rebuilding the imagelist as it's got about 120 images in it and took
quite a bit of time to put together.
Is this a known problem? I'm not desperate to get it sorted right now; I
don't think I need anything from SP1 but I am looking forward to some of the
bug fixes in SP2 and it would be nice to get to the bottom of it.