I took over an application at my company that uses Aspose.Words.Reporting.Services
The code tries to get the set the license like this:
Dim license As Aspose.Words.ReportingServices.License = New Aspose.Words.ReportingServices.License()
license.SetLicense("Aspose.Words.Reporting.Services.lic")
But I’m getting an error that says
Cannot find license ‘Aspose.Words.Reporting.Services.lic’.
I ran the .msi installer to install Aspose. Is the license being set incorrectly or do I need to give it a full path?
Thanks