Hi there!
We have Licenses for Slides and Cells, called the SetLicense() - Method
before doing anything, but still have an “Evaluation Copyright
Warning” on the Excel-Sheet when we open the PPTX-File and Click
“Edit Data” on the Chart that our application creates.
After some investigations, we figured out that it seems that is not a
problem with our application, but in the Apose-Libs or perhaps our
Licensing-technique?! Initially, we only called SetLicense() on an
Aspose.Slides.License - Object (sure, with a valid Slides-License), but the
problem also occurs when we make a 2nd call to Aspose.Cells.License - Object
(with a valid Cells-License).
We use these .NET-Components (Binaries for .NET 2.0) with Visual Studio 2010
/ C# :
- Slides : 5.3.0
- Cells : 6.0.0
–
For your investigations, i attached a sample-code. It is an exact copy from the
Helpfiles (Section “Creating a Chart from Scratch"Creating a Chart
from Scratch”) where we only added some lines to make the Licensing at the
top.
Thank you for your Help,
Dirk