【发布时间】:2011-07-06 17:25:48
【问题描述】:
通过 CruiseControl.NET(作为服务)使用 WatiN 在 NUnit 中运行一组测试时,会出现以下错误:
SetUp : System.Runtime.InteropServices.COMException :
Creating an instance of the COM component with CLSID
{0002DF01-0000-0000-000-000000000046} from the IClassFactory
failed due to the following error: 800704a6.
TearDown : System.NullReferenceException : Object reference
not set to an instance of an object.
此错误一直是调试的噩梦,因为它不一致(发生率为 25% 的时间)并且不可重现。有没有人有类似的问题?
【问题讨论】:
标签: nunit cruisecontrol.net watin comexception