Rank: Newbie Groups: Member
Joined: 12/14/2011 Posts: 4
|
Since I added the EO.Pdf to my asp.net project I get the following errors after I access the dll for the first time when debugging the project.
System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description>Unhandled exception</Description><AppDomain>/LM/W3SVC/2/ROOT-4-129683704876404182</AppDomain><Exception><ExceptionType>System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>Invoke or BeginInvoke cannot be called on a control until the window handle has been created.</Message><StackTrace> at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args) at EO.Pdf.Internal.ha.g() at EO.Pdf.Internal.kh.g() at EO.Pdf.Internal.kh.a(Object A_0, EventArgs A_1)</StackTrace><ExceptionString>System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args) at EO.Pdf.Internal.ha.g() at EO.Pdf.Internal.kh.g() at EO.Pdf.Internal.kh.a(Object A_0, EventArgs A_1)</ExceptionString></Exception></TraceRecord>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
What's your EO.Pdf.dll version?
Thanks!
|
Rank: Newbie Groups: Member
Joined: 12/14/2011 Posts: 4
|
2011.2 (3.0.84.2)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to update to the latest build (3.0.95.2). This issue may have been fixed in this build.
Thanks!
|