Please help,
I need to use UI-Automation, and I have started the process of following the UIA requirements, to sign my app, and set the uiAccess=true in my app's manifest file see https://msdn.microsoft.com/en-us/library/ms742884(v=vs.110).aspx ). But when I go to debug, I get this error:
The application manifest has the uiAccess attribute set to 'true'.
Running an Accessibility application requires following the steps described in Help
The help button goes here:
https://msdn.microsoft.com/en-us/library/dd831853(v=vs.140).aspx?appId=Dev14IDEF1&l=EN-US&k=k(vs.debug.error.launch_elevation_requirements)%3bk(TargetFrameworkMoniker-.NETFramework,Version%3dv4.5.1)&rd=true
That link does not denote any "steps" for this issue on how to proceed.
Also, for reference, my app is C#.