Hi
Hi Ross,
Well, it seems very strange. Please send your license file
to us and we will check the issue and get back to you. Please follow the steps
mentioned in the below link to send us the license file:
https://forum.aspose.com/t/how-to-send-license-file-to-support-team/225542
Sorry for the inconvenience,
Hello Ross,
Thanks for using our products.
Well, before you send out the license file to us, I would suggest you to please try accessing the embedded license file through following code lines. In case the problem still persists, please share the license file by following the steps specified by Nausherwan. We are sorry for your inconvenience.
[C#]
// create license object
Aspose.Pdf.License pdflic = new Aspose.Pdf.License();
// specify the embedded file information. MergedAPI is default namespace of project
pdflic.SetLicense("MergedAPI.Aspose.Total.lic");
// embed the license file within solution
pdflic.Embedded = true;
Hi
Hello Ross,
When using license file as an embedded resource with Aspose.Pdf for .NET, you need to provide the name of Default project namespace. The scenario/usage is different from other products. In case of any further query, please feel free to contact. We are sorry for your inconvenience.