|
-
Sep 8th, 2002, 01:40 AM
#1
Thread Starter
New Member
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!
-
Sep 8th, 2002, 06:29 AM
#2
Frenzied Member
You are probably missing a file.
Dont gain the world and lose your soul
-
Sep 8th, 2002, 09:02 AM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|