The definition of the report is invalid [solved]

Franky 106 Reputation points
2024-01-16T11:05:57.2833333+00:00

hello all, we have a report on our SQL 2019 Reporting Server that works fine. when my colleague downloads the report and redeploys it, he gets an error The definition of the report is invalid Google says: Check Changes and Schema. There is no wrong Schema

http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition The solution was: The report uses qrcode that needs *dlls. We have installed two dll locally on the computer and then the deploy also works on the other computer copy *.dll to c:\windows\system32 (as Administator) run Developer command Prompt as Administrator gacutil -i qrcoder.dll gacutil -i EncryptDecrypt.dll now it works fine

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,993 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.