【发布时间】:2011-08-11 13:11:03
【问题描述】:
我正在尝试为测试控制器/测试代理安装 Visual Studio 2010 代理,以便可以在本地计算机上创建负载测试。尝试安装测试控制器时,我在配置摘要中收到以下消息
From the installation log I found the following error messages:
The existing connection string for controller MyComputerName:6901 is {this is blank}
System.MissingMethodException:找不到方法:'布尔值 Microsoft.VisualStudio.TestTools.WebStress.LoadTestDatabaseCounterWriter.IsDatabaseUpgradeFromRTMNeeded(System.Data.SqlClient.SqlConnection)'。 在 Microsoft.VisualStudio.TestTools.ConfigCore.TestControllerHelper.CreateAndUpgradeLoadTestSchemaIfRequired(字符串 loadTestConnectionString, String directoryContainingSchemaFile) 在 Microsoft.VisualStudio.TestTools.ConfigCore.ControllerConfiguration.UpdateLoadTestDatabase(ControllerConfigurationUpdatePack updatePack, DelegateStatusUpdate statusListener)
Failed to configure load test database.
【问题讨论】:
-
您是否为负载测试创建了 SQL 数据库?
标签: visual-studio visual-studio-2010 load-testing