Running .NET APP in Win98
I'm trying to distribute a VB.NET application onto a Windows 98 platform. I've installed the .NET Framework (on the client computer), and created and installed a setup for the application. When I execute the application in the Win98 environment I get a run time error "Failed loading imagelist" (my app does use an imagelist), and the application quits. I trapped this error in the Initialize routine and it happens at the following statement...
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
This does not happen in Win XP or Win2K. Has anyone run into this type of message, or anything similiar, when deploying an application that uses an imagelist on Win 98?
At this point I'm stumped and I need to get this application running in the Win98 world! Any and all suggestions/advice are greatly appreciated!
Running .NET App in Win98
You may be right however how do I find out which one? I used the setup wizard to create my setup program and I let it determine what all my references/files to include should be. Imagelists are part of the system.windows.forms namespace and I would think this would be automatic.