benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.73k stars 145 forks source link

visual studio 2022 xaml designer not showing adonisControls:AdonisWindow #203

Closed chrishartman2018 closed 1 year ago

chrishartman2018 commented 1 year ago

Work switched to visual studio 2022.

In vs 2019, the wpf xaml designer shows the designer and the source split for <adonisControls:AdonisWindow....

VS2022 for the same solution and project only shows the xaml source for xaml those same <adonisControls:AdonisWindow .... files, ... not recognizing and launching the xaml designer. It works as expected for other xaml.

Any suggestions on how to resolve this, so that vs2022 recognizes the <adonisControls:AdonisWindow... files and renders them in the xaml designer? Thanks

chrishartman2018 commented 1 year ago

Follow up. Discovered that (so far) ... on each <adonisControls:AdonisWindow ... xaml file, .... that if I change it to <Window... , close, save, and reopen, .... that I can restore <adonisControls:AdonisWindow... ... and the designer then appears to work fine in VS2022.

livan3li commented 1 year ago

i cannot see Adonis UI controls in toolbox to add component into window? Can you help?