Dear All,
my webservice application using Aspose.pdf 8.7.0.0
it thrown an exception as below:
System.NullReferenceException: Object reference not set to an instance of an object.
at ..(Stream )
at ..(String , Assembly )
at Aspose.Pdf.License.SetLicense(String licenseName)
it occurs on the following:
Aspose.Pdf.License lic_pdf = new Aspose.Pdf.License();
lic_pdf.SetLicense(“Aspose.Pdf.lic”); —> Exception occurs here!!!
lic_pdf.Embedded = true;
Could anybody please help?
Thanks a lot in advance
Regards
Win