Hi,
This is an urgent matter as it involves our production deployment. I appreciate a prompt response.
Thanks.
Hi,
Hi There,
Hello Asad Ali,
Could you please give a detail example about solutions you provide?
We have try your solution on our development environtment, and it still throw the same exception.
Assembly assembly = Assembly.LoadFrom(@“C:\Aspose.PDF\Aspose.Pdf.dll”);
assembly.CreateInstance(“Aspose.Pdf.Document”);
Type type = assembly.GetType(“Aspose.Pdf.Document”);
Document doc = (Document)Activator.CreateInstance(type, filePath);
The exception occurs on the Activator.CreateInstance line.
Thanks.
Hello There,
Hello Asad Ali,
I already upgrade Aspose Pdf version to 17.4.0. It still not working and throw the same exception.
Have you try it on SharePoint webpart development? Because the exception only happen when we deploy it to GAC as part of Sharepoint webpart. Other than that, it run smoothly.
Thank you.
Hi There,