Aspose.Excel trying to save to ASP.NET Response

I am saving an Excel file to the ASP.NET Response:

excel.Save( filename , SaveType.OpenInExcel, FileFormatType.Default, HttpContext.Current.Response );

After I save the file the Response doesnt seem to be closed or ended. I have seen this problem on othere posts about exporting to Excel, but thought Aspose took care of it.

Anyone have sugesstions?

Thanks

We do call Response.End method. What do you mean “doesn’t seem to be closed or ended”?

After the file downloads the cursor keeps spinning. I have updated the examples to follow the same lifecycle as my page, and this problem doensnt seem to occur in them. It must be something with our internal framework. If you have any ideas let me know.

Thanks,
Nathan

Just and FYI that this was fixed and had nothing to do with Aspose. Thanks