Toolbox has no items

cshermak 1 Reputation point
2022-01-05T11:35:59.977+00:00

Visual Studio 22 Windows Forms App has the following message in the Toolbox, "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox." I have tried the reset toolbox and choosing items but neither worked. Also tried devenv.exe /SafeMode and /ResetSettings and that didn't work. I have Net.Core 6.0 selected and tried going back to the framework 4.8. I was also trying Blazor out and there wasn't any components there either. How do I get Visual Studio Toolbox functional again?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,827 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,036 Reputation points
    2022-01-05T17:03:52.227+00:00

    Try right clicking in the toolbox and see if Reset Toolbox is there, if so try it.

    162569-resettoolbox.png

    4 people found this answer helpful.

  2. Ishrar Godil 10 Reputation points
    2023-12-27T13:39:34.6533333+00:00

    After clicking "Show All" controls appear but all are disabled. I am into a WinForm Application but it shows XAML controls in Show All mode.

    User's image

    User's image

    2 people found this answer helpful.

  3. cshermak 1 Reputation point
    2022-01-05T17:50:58.373+00:00

    I tried that and it didn't work. I think it could be a .Net6.0 issue. I deleted the project and re-created as framework 4.8 and I have items available in the toolbox for a forms app. Blazor wasm using .Net6.0 doesn't show any items in the toolbox with the Index.razor page open.


  4. molnarorso 0 Reputation points
    2023-08-22T22:44:19.4866667+00:00

    Upgraded a Windows Forms project to .NET 7.0 / C# 11.0, and now have the same problem: ToolBox is empty and "Reset Toolbox" does not help.
    Which are the latest versions of .NET and C# where this bug is not coming?

    0 comments No comments

  5. sha 0 Reputation points
    2023-09-09T21:49:16.12+00:00

    Try Right Click on the Tookbox and select Show All.

    User's image

    0 comments No comments