New to Telerik UI for Blazor? Download free 30-day trial

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:

    1. Open Visual Studio.
    2. From the menu bar, select Extensions > Manage Extensions.
    3. Open the Installed tab.
    4. Search for Telerik Blazor VSExtensions and make sure they are Enabled.

      Troubleshooting when the VS extension is disabled

  • If the extensions are not correctly installed:

    1. Open Visual Studio.
    2. From the menu bar, select Extensions > Manage Extensions.
    3. Open the Online tab.
    4. Search for Telerik Blazor VSExtensions
    5. 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:

  1. Under Administrative rights, open the Developer Command prompt for Visual Studio.
  2. Execute the devenv /log %userprofile%\desktop\ActivityLog.xml command to start Visual Studio and create logs on your Desktop.
  3. Reproduce the issue so that the log can capture it.
  4. 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.

See Also

In this article