microsoft / xaml-designer-extensibility

Extensibility sample code for the Visual Studio XAML Designer
MIT License
67 stars 29 forks source link

CustomControlLibrary sample does not work with Visual Studio 2022 #45

Open boydpatterson opened 2 years ago

boydpatterson commented 2 years ago

The CustomControlLibrary sample does not work in Visual Studio 2022. When opened in Visual Studio 2019, the designer functionality is present as expected. When opening the same solution in Visual Studio 2022, there is no evidence any of the DesignTools extensibility is loaded.

The following are examples (but not all) of CustomButton designer features present in VS 2019 that were not observed in VS 2022:

My company is a commercial UI Controls developer, and we are not able to get our design-time functionality working in VS 2022. This is a blocking issue for our latest release.

Please update the sample to be compatible with Visual Studio 2022 so it can serve as a guide for those building designer support in the latest IDE.

yaoshun111 commented 2 years ago

I have the same question.Have you solved this problem?