This is a migrated thread and some comments may be shown as answers.

Invalid value for Parameter ONLY while debugging

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 May 2020, 09:39 PM

I am running up against an issue where I am unable to debug an MVC App in which I am attempting to render a couple of reports in a controller method. The code in the attached screenshot runs perfectly fine if I build and publish my Web app, but I consistently receive the "Invalid value of report parameter 'ClientId'." error when I attempt to debug the app through Visual Studio.

I am on Telerik.Reporting version 12.0.18.416.

Please advise.

 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 07 May 2020, 03:32 PM

Hello David,

Based on the error message, the value workPool.ClientId passed to the parameter ClientId in the ReportSource drgSource is not valid. You need to check what is the received value before the program execution stops due to this error while debugging.

Make sure also that the assembly RIPT.ReportLIbrary is the same as the one that is published.

Feel free to open a Support ticket and attach a runnable application demonstrating the problem for local investigation.

Regards,
Todor
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
David
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or