From: 011netservice@gmail.com Date: 2023-12-02, 週6 Subject: 如何解決ToolBox裡面沒有Item.txt #### ToolBox 裡面沒有任何 Item 可選的解決方法: Empty toolbox in Visual Studio 2022 for .NET 6.0 WinForms and Control Library projects https://stackoverflow.com/questions/73402437/empty-toolbox-in-visual-studio-2022-for-net-6-0-winforms-and-control-library-pr I found a solution for this: Close Visual Studio Go to this folder on your computer: %USERPROFILE%\Local Settings\Application Data\Microsoft\VisualStudio\ Open the sub-folder for your version of Visual Studio, something like 17.0_65d436a7 Delete these 4 files: toolbox.tbd toolbox_reset.tbd toolboxIndex.tbd toolboxIndex_reset.tbd 建議兩邊都刪除這4個檔案 %USERPROFILE%\Local Settings\Application Data\Microsoft\VisualStudio\ %LOCALAPPDATA%\Microsoft\VisualStudio\ After you open Visual Studio the toolbox items should be there. Thanks! This was the only solution that worked. The described path in step 2 however is not correct (for me), I used this instead "%LOCALAPPDATA%\Microsoft\VisualStudio\"