I am working on my second custom report, and I am running into an error when I try to run the report on our Test database:
"Exception of type 'System.Web.HttpUnhandledException' was thrown.The given key was not present in the dictionary."
After a bit of searching online I thought it was related to either parameters not being named or passed correctly, or that the rdl.data file needed to be deleted. After trying those I still cannot get the report to run. It works fine in preview through BIDS.
When I try to run the report through Tessitura it shows just the first parameter, "begin dt" but doesn't show any of the others.
If anyone has any ideas as to what could cause this I would really appreciate it.
Hi Andrew,
Did you check the values in the ssrs name column in Report Setup to see that they match up exactly with the parameter names in SSRS? Are your parameters ordered differently in Report Setup than in SSRS?
Thank you,
Rachel