Problem
In my installation of Visual Studio 2022 the XAML Designer doesn't show up after opening MainWindow.xaml.
Specs
- Windows 11
- Visual Studio 2022
- Use case: Desktop, C#, WinUI 3, MSIX packaged
Question
Is there anything i missed or is the XAML Designer completely vanished from Visual Studio?
Description
At first i followed the instructions of Microsoft:
- Install tools for the Windows App SDK (learn.microsoft.com)
- Create your first WinUI 3 (Windows App SDK) project (learn.microsoft.com)
The installation of VS went totally fine. I am able to follow the whole instruction.
But i am new to Visual Studio. I didn't use it since Version 2013. So i am used to have a visual designer (back then i did Windows Forms and WPF). I already found and tested the Hot Reload feature. But it can't be the solution. I just want to design my app before debugging it. Keeping the app alive only for changing UI elements seems to be very energy intense and in general not the right way.
Second
Create a UI by using XAML Designer (learn.microsoft.com)
In the instruction above i saw the buttons for switching between code and design. But they aren't available in my XAML window.
Lastly i tried Open with. Indeed i was able to choose XAML-Designer or XAML-Designer with coding. But nothing happened. The XAML Designer didn't show up.