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!
DLL Comparison to Source
Re: DLL Comparison to Source
Hello.
You could compare the ReportGuid property of the report.
If it's the same the report was not changed.
Thank you.
You could compare the ReportGuid property of the report.
If it's the same the report was not changed.
Thank you.