Hi All,
Can someone tell me What’s the actual reason that we’re not able to debug the code in DP class when it’s extends SRSReportDataProivderBase?
Hi All,
Can someone tell me What’s the actual reason that we’re not able to debug the code in DP class when it’s extends SRSReportDataProivderBase?
Have you followed How to: Configure the Debugger to Debug a Report Data Provider Class?
Hi Martin,
Thanks for your quick reply. Yes. I properly configured my account as like mentioned in above MSDN link.
I can debug the code if RDP class extends SRSReportDataProviderPreProcess. But I wondered why debugger is not working when RDP class extends SRSReportDataProviderBase L**.**
Is it something like, when we use SRSReportDataProviderBase this class is not handled by Microsoft Intermediate Language (MSIL)?
I don’t see any reason why it shouldn’t work. I’ll try to reproduce the problem later today.
Thanks and looking forward to your reply on this.
Meanwhile I’ll also do some R&D.