Troubleshooting
This article provides solutions for common issues you may encounter while working with the Telerik UI for Blazor Visual Studio (VS) Extensions.
The Telerik sub-menu is missing from the Extensions menu
Cause: The Visual Studio extensions are disabled or not correctly installed.
Solution: Depending on whether the extensions are disabled or not correctly installed, use one of the following approaches:
-
If the extensions are disabled:
- Open Visual Studio.
- From the menu bar, select Extensions > Manage Extensions.
- Open the Installed tab.
-
Search for Telerik Blazor VSExtensions and make sure they are Enabled.
-
If the extensions are not correctly installed:
- Open Visual Studio.
- From the menu bar, select Extensions > Manage Extensions.
- Open the Online tab.
- Search for Telerik Blazor VSExtensions
- Download and install the extensions.
If you apply both approaches and the issue persists, generate a Visual Studio ActivityLog and contact the Progress Support Team:
- Under Administrative rights, open the Developer Command prompt for Visual Studio.
- Execute the
devenv /log %userprofile%\desktop\ActivityLog.xml
command to start Visual Studio and create logs on your Desktop. - Reproduce the issue so that the log can capture it.
- Attach the
Activitylog
files when you contact our support.
Issues occur when converting existing projects
For any issues with the Convert Project wizard, see its dedicated troubleshooting section.