Rank: Member Groups: Member
Joined: 11/13/2012 Posts: 10
|
Hi.
I am not able to print my aspx page. This error is printed
[ArgumentNullException: Value can not be null. Parameter name: type] System.Activator.CreateInstance (Type type, Boolean nonpublic) 10,703,382 System.Activator.CreateInstance (Type type) +6 EO.Web.Internal.dg.a () +33 EO.Web.ASPXToPDF.a (String A_0, Stream A_1) +92 EO.Web.Internal.ms.a (b [] A_0) +127 EO.Web.Internal.a.Close () +69 System.Web.HttpWriter.Filter (final Boolean filtering) 367 System.Web.HttpResponse.FilterOutput () +137 System.Web.ApplicationStepManager.ResumeSteps (Exception error) 525 System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest (Http Context context, AsyncCallback cb, Object extra data) 247 System.Web.HttpRuntime.ProcessRequestInternal (HttpWorkerRequest wr) 643
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This occurs when your EO.Pdf.dll and EO.Web.dll do not match. Try to get both DLLs from the same installation.
Thanks!
|