We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Code has trouble locating .lic file

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

Hello
Thanks for your request. Please make sure that you applied the license as described here:
https://docs.aspose.com/words/reportingservices/license-aspose-words-for-reporting-services/
Best regards,

*AndreyN:
Hello

Thanks for your request. Please make sure that you applied the license as described here:
https://docs.aspose.com/words/reportingservices/license-aspose-words-for-reporting-services/
Best regards,*

Great! That’s what I was looking for. Thanks for your help.