I get an infrequent error "Exception from HRESULT: 0x800A81BA". I'm using ImageMan active X in a VB.NET windows service which converts TIF images to PNG's. My routine detects these errors and retries the conversion up to 10 times with .25 second pause between retries. If it fails all 10 times, then it will try converting from TIF to JPG. The TIF to JPG conversion works every time. I would use the JPG conversion, but I prefer the lossless compression of PNG and smaller file size. Does anyone know what causes this error?
Thanks,
Dave