I am running the latest version with ASP on IIS6.0. For some reason, when I try to read a .gif file, I get the following error:
GflAx.GflAx.1 error '80004005'
Unknown format
All other file formats work, only .gif throws an error.
_____________________________________
When I try to write to a .gif file, I get this error:
GflAx.GflAx.1 error '80004005'
Can't save this bitmap in this format !
All other file formats work, again only .gif throws this error!
I find this very strange, does anyone have an idea as to why this is happening?
ASP - .gif unknown format error
Moderators: helmut, XnTriq, xnview
-
- Author of XnView
- Posts: 45870
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: ASP - .gif unknown format error
Add .EnableLZW = TRUEDonB wrote:I am running the latest version with ASP on IIS6.0. For some reason, when I try to read a .gif file, I get the following error:
GflAx.GflAx.1 error '80004005'
Unknown format
All other file formats work, only .gif throws an error.
_____________________________________
When I try to write to a .gif file, I get this error:
GflAx.GflAx.1 error '80004005'
Can't save this bitmap in this format !
All other file formats work, again only .gif throws this error!
I find this very strange, does anyone have an idea as to why this is happening?
Pierre.