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 extension is disabled or not correctly installed, use either of the following approaches.
If the extension is 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 after you apply the described approaches the issue persists, contact the Support Team at Progress after you generate Visual Studio ActivityLog file:
- 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 you were having again so that the log is created.
- Attach the
Activitylog
files when you contact our support.
Convert Project Wizard Issues
If you are using the "Convert Project" wizard and are having problems with it, see its dedicated troubleshooting section.