'VS 2019 crashes when I try to look at an RDLC DataSet

I have VS 2019 with RDLC installed, but whenever I try to access a DataSet's properties in RDLC, VS crashes and restarts. The error log originally showed that it was looking for Microsoft.ReportViewer.WinForms, but when I added a reference to it, it kept crashing, only now it is looking for Microsoft.AnalysisServices.AdomdClient version 10.0.0.0. I added the latest version of AdomdClient, but it is still looking for version 10.0.0.0 and crashing VS when it can't find it.

How do I fix the problem? Can I get VS to use the later version of AdomdClient? (There is a DependentAssembly tag for AdomdClient in web.config, but I don't think VS is looking it when the app is not running.)

Note that the reports use Telerik version 2019.3.1023.40.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source