Rank: Newbie Groups: Member
Joined: 9/9/2009 Posts: 4
|
I am using the downloader to dynamicall generate a pdf file in a web application. I have the downloader button set to stay visible after the user has clicked it. The first time the button is clicked the downloader works fine, however the second time the popup window shows the error below. Any idea on how to stop this error. Thanks.
Invalid value for 'encryptedTicket' parameter. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Invalid value for 'encryptedTicket' parameter.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Invalid value for 'encryptedTicket' parameter.] System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) +332 System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) +425 EO.Web.Internal.a.EndInvoke(IAsyncResult A_0) +0 EO.Web.Internal.dz.a(IAsyncResult A_0) +57 EO.Web.Internal.d5.a(IAsyncResult A_0) +7 EO.Web.Runtime.a(IAsyncResult A_0) +14 System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +86
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3601
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you create a test page that demonstrates the problem? We tested it with our demo project (Downloader -> Features -> Dynamic Contents) by setting AutoHideDownloadButton to true and it seems to be working fine.
Once we have the test page we will try to run it in our test environment to see if we can see the problem. So please make sure the test page runs and also only include code that is needed to reproduce the problem.
Thanks!
|