Visio Licence issue

Hi
We have renewed the licence and applied but Visio Creation is in EVAL mode and state the below.

Created with Evaluation version of Aspose.Diagram ©

However Excel output as expected? Any help welcome

Regards

@RBauckham

Thanks for contacting support.

Would you please make sure that you are setting license properly before performing any operation using the API. In case issue still persists, please share your license file in a private message along with your environment details e.g. OS Name and Version, Application Type, etc. We will test the scenario in our environment and address it accordingly.

Hi
I believe the lic is set correctly as Excel exports OK. But please advise how to complete as I am not sure of the correct process ?

How can I check that the Lic is for Visio as well as Excel?

Aspose.Cells for .NET

@RBauckham

Thanks for your inquiry.

In case you are working with multiple Aspose APIs, you need to set license for each API separately as follows:

Aspose.Cells.License clicense = new Aspose.Cells.License();
clicense.SetLicense("Aspose.Total.lic");
Aspose.Diagram.License dLicense = new Diagram.License();
dLicense.SetLicense("Aspose.Total.lic");