Issue with using aspose in Windows Service

Hi,

I have created a console application that creates some graphs using aspose. It works great when used through command line, however if the same console application is triggered using the .NET process through a windows service it takes a long time to respond and sometimes even hangs when trying to save the workbook.

Can you provide some pointers to resolve the same.

Hi,


Well, Aspose.Cells is just a custom component/assembly just like your other .NET components. Many of our users use it in their web or windows services. There might be some other issues for your win services process. We still recommend you to kindly use our latest version/fix: Aspose.Cells for .NET v7.3.1.2 if it makes any difference. Also, try to test and don’t involve Aspose.Cells component and make a simple custom component that could open and re-save the file with .NET’s own APIs, now use it in your win services.

If you still could not evaluate, kindly create a sample project including the win services, zip it and post it here to show the issue. We will check it soon.

Thank you.