Dear support team and community ,
We are using Progress Telerik Report Server R3 2022 SP1 (8.2.22.1109) and want to configure it to use reports with custom functions. We created a library in the form of a .dll file that contains the function we call. All of that was successfully done using Standalone Report Designer, we have imported the library and we are successfully accessing it using Object Data Source.
However, when we wanted to do it on the Telerik Report Server running on the IIS server, we were unable to access the custom function found in the library and got an error on the Telerik Report Server web application.
We followed the instructions from the documentation found at this link:
After we copied the assembly to the bin folder and registered the same assembly in the corresponding application configuration file ([Telerik Report Server installation folder]\Telerik.ReportServer.Web\TelerikReporting.config), we got an error with this text.
"Unable to cast object of type 'System.Configuration.DefaultSection' to type 'Telerik.Reporting.Configuration.ReportingConfigurationSection'."
I am sending a picture and an attachment.
Could you please help us in solving this problem.