Telerik Reporting wizards don't show up in VS 2017 Toolbox
Environment
Product | Progress® Telerik® Reporting |
Visual Studio version | Visual Studio 2017 |
Description
After installing Telerik Reporting, the Visual Studio 2017 Toolbox does not contain any Telerik Reporting wizards.
Cause\Possible Cause(s)
Тhe assembly that initializes our wizards called Telerik.Reporting.Design.Components hasn't got an available path that should be taken from.
Solution
During the installation of Telerik Reporting on your machine, the Telerik assemblies were added to GAC. The resolution would be to load the Telerik.Reporting.Design.Components assembly manually from there. Here are the steps:
Open a report in VS designer and open the Toolbox
Right-click over the Telerik Reporting R1 2019 -> navigate to Choose items... -> .NET Framework Components
Click Browse...
-
Navigate to:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Telerik.Reporting.Design.Components\v4.0_13.0.19.116__a9d7983dfcc261be
- Add Telerik.Reporting.Design.Components.dll (check this screen shot).
After these steps, the wizards should be available for use.