mfoster711
7 years agoRegular Contributor
WPF not recognizing any objects
I am trying to test a new application that uses WPF controls. When I try to view the objects using Object Spy it only sees the whole application as one big window and does not identify any of the ind...
- 7 years ago
I discovered that WPF worked when I created a new project but it was not working in my existing project. I assumed this meant there was some difference in the project settings so I went through them and discovered I needed some values entered under the UI Automation section.
I added the following:
This solved the problem. These values default in the new projects but did not exist in my project. I have no clue what these are, but it works now.