Hi,
I have been using aspose.word.dll and aspose.pdf.kit.dll in my VB.NET application for more than 6 years. But the application suddenly started complaining that “Cannot find license ‘Aspose.Total.lic’”
All my project file, DLL and LIC file in same folder.
And it only happens when I debug the application in development machine. In UAT machine, and production it works fine.
If I build the application and deploy it to UAT, the application will work all fine. But always complain in debug mode.I am using VS2010.
Thanks,
Divya
Hi Divya,
Thanks for contacting support.
Can you please confirm which specific API (either Aspose.Words or Aspose.Pdf.Kit) is causing this problem. Furthermore, it appears that you are using quite old version of Aspose.Pdf.Kit for .NET because its been discontinued as separate API since July-2011 and all its classes and enumerations are merged under Aspose.Pdf namespace of Aspose.Pdf for .NET.
Also please share if you are still using the older versions of API or you have recently upgraded the version for Aspose.Words for .NET.
We are sorry for this inconvenience.
Hi ,
Thanks for getting back. I am still using my same old DLL. No upgrade or change happened recently. I have attached my file details tag here.
And in the code,
Aspose.Pdf.Kit.License pdfLicense = new Aspose.Pdf.Kit.License();
pdfLicense.SetLicense(“Aspose.Total.lic”);
this is what I use. Nothing been changed except I am getting this message.
I am using this in one Windows application and one Web application, both of them giving me the same error.
Hope you would be able to help.
Thanks,
Divya
Hi Divya,
Thanks for sharing the details.
Can you please share some sample project with all resources (API binaries, license file etc), so that we can test the scenario in our environment.