Tuesday, February 22, 2022

SSRS Report Company does not exist error

 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:

JPaisley said...

A simpler approach is to clear usage data for the controller classes after update. Should not require any code modification.