diff --git a/knowledge-base/telerik-reporting-missing-in-visual-studio.md b/knowledge-base/telerik-reporting-missing-in-visual-studio.md index f009edb46..19a5bd44f 100644 --- a/knowledge-base/telerik-reporting-missing-in-visual-studio.md +++ b/knowledge-base/telerik-reporting-missing-in-visual-studio.md @@ -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