Results 1 to 3 of 3

Thread: Running .NET APP in Win98

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    2

    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!

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You are probably missing a file.
    Dont gain the world and lose your soul

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width