Hello,
I have a win.forms application part of functionality of which is to show rdlc report. When I try to launch the application it says that ReportViewer assembly is missing, which was expected. When I downloaded and try to install viewer runtime from here:
http://www.microsoft.com/en-us/download/details.aspx?id=35747
I receive that Microsoft SQL Server System CLR Types are not installed and must be installed first. I downloaded appropriate installation from http://www.microsoft.com/en-us/download/details.aspx?id=29065 and it installed successfully. But when I try to run viewer runtime installation it still says that Microsoft SQL Server System CLR Types are not installed.
What do I miss?