I am trying to create a UI automation client for metro app automation but when i set the uiAccess to true it gives the message (while building),
Microsoft Visual Studio
Unable to start program 'C:\myprogram\myprogram.exe'.
The application manifest has the uiAccess attribute set to 'true'. Running an Accessibility application requires following the steps described in Help.
OK | Help
And when i click on Help button it opens the browser page:
But that page refers to common questions about Visual Studio 2013 (as of 2013-December-24).
Can anybody help and provide the former content of the page or some help how to resolve this problem with launching from Microsoft Visual Studio an application with uiAccess
set to true
in its manifest?