We unfortunately still having the same issue with combining TIFF files. Please address this issue as soon as possible. At this point, we have paid for a license for a full year but not have been able to use it because of this problem.
Please see IMAGINGNET-4155 “Exception combining TIFF images”.
The exception is “Image Export Failed” with the following information:
Inner exception: “Cannot access a disposed object. Object name: ‘TiffFrame’.”
Stack trace:
at Aspose.Imaging.Image.Save(Stream stream, ImageOptionsBase optionsBase, Rectangle boundsRectangle)
at Aspose.Imaging.RasterImage.Save(Stream stream, ImageOptionsBase optionsBase, Rectangle boundsRectangle)
at Aspose.Imaging.Image.Save(Stream stream, ImageOptionsBase optionsBase)
at ImageMan64Test.AsposeFunc.CombineImageFiles(String fpDest, String[] safp) in C:\dev\Testing\AsposeCombineFiles\ImageMan64Test\AsposeFunc.cs:line 345
at ImageMan64Test.frmTestImageMan.btnAspose_Click(Object sender, EventArgs e) in C:\dev\Testing\AsposeCombineFiles\ImageMan64Test\Form1.cs:line 37
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at ImageMan64Test.Program.Main() in C:\dev\Testing\AsposeCombineFiles\ImageMan64Test\Program.cs:line 19