Hello folks,
I am working on an project that use a .NET 8 Web API as the backend and an Angular frontend to render telerik reports. Everything was working fine until we decided to upgrade Telerik.Reporting.Services.AspNetCore to version 18.3.24.1112
We also updated the following package in our frontend app.
and updated the version from telerikReportViewerTemplate to match the version from our Reporting.Services package from the backend.
Now whenever we try to show any of our reports, we get the error: Could not find stored procedure 'sp_tr_GetInstancesByKey'
Our connection string hasn't changed and when I look at our database I can see these related stored procedures, but not the one mentioned in the error message.
Does anybody know what the problem might be?
Try running Telerik Database Cache Configurator (DatabaseCacheConfigurator.exe):
Configuring an MSSQL Database Storage - Telerik Reporting