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!