R
RichW_
Guest
Environment:
Pre-reqs: Enable Runtime Tools. Disable managed compatibility mode. Create WPF project, mine includes custom dialogs and buttons (I don't think this matters though).
Steps:
From here I can search the Solution Explorer and manually open the file.
What might prevent the "View Source" button from opening the file?
Continue reading...
- Windows 10
- Visual Studio 2017
- .NET Framework 4.6.2 Targeted
Pre-reqs: Enable Runtime Tools. Disable managed compatibility mode. Create WPF project, mine includes custom dialogs and buttons (I don't think this matters though).
Steps:
- Start build in Debug mode
- Select "Enable Selection" from the runtime tools box.
- Select a control on the GUI.
- Select "Go to Live Visual Tree"
- The selected control is identified in the Live Visual Tree.
- Right click control.
- View Source option is listed, available, and clickable.
- Click "View Source".
- ISSUE: Nothing happens, file is not shown.
- Right click the control again, select "Show Properties"
- Under Live Property Explorer, next to the "Local" drop down is the file where the control is referenced, it is a clickable link "testwindow.xaml". Click the link to the file (should be the same as the "View Source" button).
- ISSUE: Nothing happens, file is not shown.
From here I can search the Solution Explorer and manually open the file.
What might prevent the "View Source" button from opening the file?
Continue reading...