I created a coded ui test that checks something in my software. It worked fine, but now I get an exception for the link all the time when I try to interact with UITestControls (which were generated in uimap). It is strange that the UITestControls 'Exist' property returns true, which means that the control is found.
I searched and found this topic:
http://social.msdn.microsoft.com/Forums/en/vsautotest/thread/c2e6e5c3-2503-4506-9963-733fd84fbd25 , But I checked in my project and the property "Copy local" These assemblies are set to false.
I think this exception occurred first after adding the app.config file to my project. Maybe this could be a problem? If so, how can I fix this without deleting the app.config file?
Thank!
source
share