Overload for method 'Save' of Workbook takes '4' arguments involving Response object

Using Aspose.Cells verison 7.0.2 I get this error when I try to use the Save method I find documented in the online documentation.


See the attached screenshot.

Is this still a valid method? If not, what should I be using the save the workbook to the Response object?

Thanks,
Chris

This message was posted using Page2Forum (attachment) from Saving Files - Aspose.Cells for .NET

Hi,

I think you are using the wrong dll of Aspose.Cells. When you use our product in a a web application, please use the Aspose.Cells.dll from the net2.0 folder in the "/bin" directory. I think you are using the ClientProfile version of Aspose.Cells Assembly. For your information, the dll in net3.5_ClientProfile directory is used only for the console application with Net frame client profile as the target framework of vs.net. Please check your project, it is possible that your project is referencing this dll. For complete reference, please read the "readme.txt" file in the bin directory.

Let us know if you still have any confusion.