Strangest solution I've seen for an rdlc issue: YUICompressor version.
Our issue 'rdlc report data not refreshing/crashing' had this pattern:
a) The rdlc Dataset editor crashes VS if the project is built.
b) Visual Studio 2022.
c) At least 80 versions back, if we load/build that version or earlier, Dataset editor works.
d) Finding the version that causes the crash depends on starting VS fresh each time. Weird reload issue where simply closing the project does not guarantee a good test. Restarting Visual Studio required to ensure accurate test.
Never seen a pattern like 'd' before in VS. Restarting VS affecting whether bug is displayed.
Update - Finally found it - 7/31/24
Apparently the YUICompressor conflicts with rdlc Reports if the version is beyond 2.3.0 (tested up to 2.7.0).
We use SquishIt 1.0.4 for compression (best tool that we've found), and that requires YUICompressor between 2.3 and 2.7. So no clue if this happens on the later versions of YUICompressor.
So just reverting YUICompressor back to 2.3 fixed all issues for us.
Sincerely,
M. Morris