ReSharper Compatibility
PROBLEM
With ReSharper installed, you receive Cannot resolve symbol error messages in Test Studio code-behind files.

SOLUTION
ReSharper is warning you that it cannot locate the definition of the element in the project. The problem is that element definitions are kept in our Pages.g.cs(vb) file. This file is not included in the Visual Studio test project, but is included during project builds using an internal custom build task that is defined by Telerik Test Studio.
The error message is benign and can be safely ignored.
PROBLEM
With ReSharper installed, there is no autocompletion for elements under a page element under Pages. For example, this object will not autocomplete after 'MainPage':
Pages.MainPage.FrameContentIFrame
SOLUTION
Disable ReSharper's IntelliSense and enable Visual Studio's.
- Click RESHARPER > Options > Environment > IntelliSense > General.
- Select Visual Studio.
