Hello and thanks in advance. Nice place you have here.
I have taken over a project from somebody else and I do not have a ton of ASP.net experience.
I have an asp.net application that displays different crystal reports. For the most part everything is working great however I have an issue with some parameters. In some reports parameter values are passed from the asp page into the crystal report object. This does work for the most part. Unfortunately when you let the report sit idle for a minute and you click to change the current page in the cyrstal report it gives the following error.
"Missing parameter values."
So if I changes pages quickly there is no problem but if I let it sit idle for 1 minute or so when I change the page it errors. I assume the report is timing out and it for some reason does not save it's own parameter values.
I will note that the whole asp page does not time out as I have set that time out for 1 hour.
I tried searching for the issue for a while but I could not find an answer. Any guidance would be greatly appreciated.
Start Free Trial