Workbook.Save(HttpResponse...) method removed?

I just installed the 7.1.0 version and added a reference to the dll in my Visual Studio project. However, I no longer see the Aspose.Cells.Workbook.Save method that allows me to save my workbook to the ASP.NET Response object. It seems to have disappeared from the dll. Was this intentional, and if so, how am I supposed to export my PDF file from my ASP.NET application?

Hi,


Well, I think you are referencing the wrong Dll (Aspose.Cells.Dll) in your ASP.NET project.
Well, you should use Aspose.Cells.dll file under “\bin\net2.0” directory for Aspose.Cells for .NET. For Aspose.Cells.dll file present in “\bin\net3.5_ClientProfile” directory is for different purpose, i.e., when you need to create console application for .NET client profile as target framework. Since you are using a web ASP.NET application, so you should use dll file in net2.0 folder, The complete overloads for Workbook.Save() method will show fine.

Thank you.