Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions knowledge-base/telerik-reporting-missing-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ You may experience the issue if you are running Visual Studio as an administrato

Go to the menu `Tools`-> `Options` -> `Environment` -> `Extensions` / `Extensions and Updates`, and check **Load per user extension when running as administrator**.

## Visual Studio 2022
## Visual Studio 2022/2026

Occasionally, Visual Studio 2022 tends to fail to install properly the templates deployed in its `\Common7\IDE` folders. This is due to a specific Visual Studio service that fails to stop while the Telerik Reporting installer installs its project/item templates. As a result, the templates cache is never being refreshed and the new templates are not accessible in Visual Studio.
Occasionally, Visual Studio 2022/2026 tends to fail to install properly the templates deployed in its `\Common7\IDE` folders. This is due to a specific Visual Studio service that fails to stop while the Telerik Reporting installer installs its project/item templates. As a result, the templates cache is never being refreshed and the new templates are not accessible in Visual Studio.

There are two solutions:

1. Uninstall the current Telerik Reporting installation. Restart your machine. Install Telerik Reporting again.
1. Using the Developer Command Prompt for Visual Studio 2022 (started as Administrator), type `devenv.exe /installvstemplates`. This should force Visual Studio to install the templates and invalidate the templates' cache.
1. Using the Developer Command Prompt for Visual Studio 2022/2026 (started as Administrator), type `devenv.exe /installvstemplates`. This should force Visual Studio to install the templates and invalidate the templates' cache.
1. Follow this path:
* For Visual Studio 2022: `%programfiles(x86)%\Progress\Telerik Reporting [Version]\Bin\VS2022`
* For Visual Studio 2026: `%programfiles(x86)%\Progress\Telerik Reporting [Version]\Bin\VS2026`
1. Run the `Telerik.Reporting.VsX.vsix` file. It should install all necessary extensions.

## Visual Studio 2019

Expand Down