|
Hi,
I have one strange problem. My application (developed in c # and using version 15 leadtools) until to month all worked correctly, now marks me it the following exception when I use the method RasterCodecs.Save().
RasterCodecs.Save, Leadtools.RasterException: Not able to open file
at Leadtools.RasterException.CheckErrorCode(Int32 code)
at Leadtools.Codecs.RasterCodecs.SaveOnePage(Int32 page, SaveParams saveParams)
at Leadtools.Codecs.RasterCodecs.DoSave(SaveParams saveParams)
at Leadtools.Codecs.RasterCodecs.Save(RasterImage image, String fileName, RasterImageFormat format, Int32 bitsPerPixel)
at Acquisizione.Dominio.MotoreRiconoscimento.SaveImage(RasterImage image_, String pathFile_, RasterImageFormat format_, Int32 bitPerPixel_)
Which it is the problem?
Thanks for the attention
|