Hi,
I'm new to C# and trying to create some tools for metro app automation tests. I found some articles about the way of achieving UI Automation and most of them pointed me to somewhere related to System.Windows.Automation. However when I created a C# Console Project using VS2013, it seems the system cannot recognize the namespace "System.Windows.Automation". Anyone know how I can get it work?