I've got a windows forms app created in an older version of Visual Studio (VS2019). When I open it in VS2022, none of the Power Pack shapes are show in the design view. I've got the Power Pack dll in references.
Opening the projects with VS2022 the Microsoft.VisualBasic.PowerPacks controls disappear from the design screen even though everything is referenced correctly, the project is compiled without errors and the controls are visible in the application when it runs.
I have tried inserting Microsoft.VisualBasic.PowerPacks elements from the toolbox but it doesn’t work, everything compiles but the components are not visible in the design (only in runnig application).
I want to use the new version of Visual Studio (VS2022).