Recently has this issue where when a report was executed an error was logged.
The issue identified was with the contract class. The report i created was a RDP report however the contract class that i created was extending SrsReportRdlDataContract.
When a contract class is being created for a RDP Report then the contract class need not extend any base report and can simply implement the required interfaces like SysOperationValidatable.
1 comment:
A simpler approach is to clear usage data for the controller classes after update. Should not require any code modification.
Post a Comment