I'm using Microsoft Visual Studio 2013 Premium. When I consult MSDN, it lists the classes available for the Microsoft.VisualStudio.TestTools.UITesting namespace. However when I view that namespace through the Object Browser, it doesn't list all of the classes. This is further evidenced when I try to use the ImageComparer class. How can I get all of the classes?
MSDN: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.uitesting.aspx
Local Object Browser:
It's possible that you've referenced a different Microsoft.VisualStudio.TestTools.UITesting.dll . This can happen if you've had multiple versions of VS installed. Did you browse to the location for this or did you add it from Assemblies? Both can make quite the difference.