Hello,
I'm getting the following error for a web form page in an MVC application. I'm trying to set the parameters programmatically (so the report has an ID/year parameters and I set both with valid values), and I get the error:
The parameter '{0}' cannot be an empty string. Parameter name: cookie.Domain
Any idea why I am getting this error and what I can do to address it?
Thanks.