The "quickstarts_vsts_cs Sample" runs perfectly in VS 2010 but does not run in VS 2012. All the tests fail. Steps to reproduce: Open solution found in C:\Program Files (x86)\Telerik\Test Studio\Samples\Testing Framework\QuickStarts_VSTS_CS Run BrowserActions.cs (or any test) You will imediatelly be presented with an error. We excluded the app.config file from the project but the issue persisted. Here is the error: Test Name: CheckAnElement Test FullName: QuickStarts_VSTS_CS.BrowserActions.CheckAnElement Test Source: c:\Users\manor\Documents\QuickStarts_VSTS_CS\Tests\BrowserActions.cs : line 252 Test Outcome: Failed Test Duration: 0:00:00.0013173 Result Message: Initialization method QuickStarts_VSTS_CS.BrowserActions.MyTestInitialize threw exception. System.Configuration.ConfigurationErrorsException: System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for WebAii.Settings: Could not load file or assembly 'ArtOfTest.WebAii' or one of its dependencies. The system cannot find the file specified. (C:\Users\manor\Documents\QuickStarts_VSTS_CS\TestResults\Deploy_manor 2013-08-02 11_11_02\Out\QuickStarts_VSTS_CS.dll.config line 4) ---> System.IO.FileNotFoundException: Could not load file or assembly 'ArtOfTest.WebAii' or one of its dependencies. The system cannot find the file specified.WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. . Result StackTrace: at System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost host, String typeString, Boolean throwOnError) at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord) at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord) at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord) at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at ArtOfTest.WebAii.TestTemplates.BaseTest.GetSettings() at ArtOfTest.WebAii.TestTemplates.BaseTest.Initialize(String logLocation, TestContextWriteLine vsWriteLineDelegate) at QuickStarts_VSTS_CS.BrowserActions.MyTestInitialize() in c:\Users\manor\Documents\QuickStarts_VSTS_CS\Tests\BrowserActions.cs:line 129