
I'm learning how the back end and front end work together by reviewing WPF (Window Presentation Foundation) code.
The project runs locally on my machine. I copied it from my team's shared folder.
My review process:
Start debugging
Interact with the UI in the application shell
Open Live Visual Tree -> Select Element to locate XAML
Right-click an element -> View Source button to open the XAML or C# code-behind
However, the View Source feature has stopped working. I can no longer see the elements' code, and I also can't view the XAML.
Does anyone know why the View Source feature would stop working in the WPF Live Visual Tree, or how I can fix it?
Environment
language: C#
OS: Windows 11, version 24H2
.NET SDK version: 10.0.100
Thank you.