DLL Comparison to Source

Stimulsoft Reports.NET discussion
Post Reply
damtur
Posts: 17
Joined: Wed Oct 16, 2013 9:33 pm

DLL Comparison to Source

Post by damtur »

This going to sound a bit strange, but we have a situation where we have a compiled SS report deployed to a production system. However, we're unsure whether the source code we have for the report in our source code repo matches to the compiled report deployed to the customer. We fear a colleague who is no longer with out company didn't commit some source code changes.

My question is, can anyone provide some advice on a technique on how we can compare what's compiled with what we actually have as our source code. Sure, we can test the two report outputs and make sure they match, but I thought I would ask the question first.

Thanks!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: DLL Comparison to Source

Post by HighAley »

Hello.

You could compare the ReportGuid property of the report.
If it's the same the report was not changed.

Thank you.
Post Reply