Failed to load ImageList.

  • Thread starter Thread starter Jean-Francois Cantin
  • Start date Start date
J

Jean-Francois Cantin

We develop a solution with Visual Studio.NET, and our development computers
use Windows XP.
When we install the solution on a computer using Windows 98, the following
message raises :

Failed to load ImageList.

I suppose something's wrong with the .manifest file, but how can we fix it ?

Thank's !

Jeff
 
Windows 98 does not use manifest files. I assume your manifest file is for
Visual Styles? Visual Styles are not applicable in any version of Windows
other than XP and 2003.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"
 
Ok, but when I install the solution ( exe ) on that windows 98 computer,
nothing's working.
What can I do ? Recompile my solution with no manifest ? Desactivate some
visual style somewhere ?

Thank's

Jeff
 
Hello,

Jean-Francois Cantin said:
We develop a solution with Visual Studio.NET, and our
development computers use Windows XP.
When we install the solution on a computer using Windows
98, the following message raises :

Failed to load ImageList.

I suppose something's wrong with the .manifest file, but how can
we fix it ?

Does the application use a manifest file or do you use the manifest file for
"devenv.exe"? If you use the manifest with the IDE, remove it and recompile
the application. Windows 98 ignores the manifest file if deployed with the
application.

HTH,
Herfried K. Wagner
 
Back
Top