I am migrating my CodeUI Scripts from VSTS 2010 to 2013. I am getting the following error
Error 1 The type 'System.Windows.Automation.AutomationElement' exists in both 'c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies\v4.0\UIAComWrapper.dll' and 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationClient.dll' C:\VS\SXA142\AllscriptsActions\UIAutomationFunc\UIAutomationFunc.cs 29 50 AllscriptsActions
I want to stick with UIAutomationClient.dll. How do I resolve this error?
Jacky Lok