Page 1 of 1

ASP - .gif unknown format error

Posted: Mon Jun 20, 2005 4:45 am
by DonB
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?

Re: ASP - .gif unknown format error

Posted: Tue Jun 21, 2005 3:04 pm
by xnview
DonB 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?
Add .EnableLZW = TRUE

Posted: Tue Jun 21, 2005 9:16 pm
by DonB
Works like a charm, as I knew it would!

You guys are awesome, thanks so much for this tool!