通过 CruiseControl.NET(作为服务)在 NUnit 中使用 WatiN 运行一组测试时,会出现以下错误:
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% 的时间)并且不可重现。有没有人有类似的问题?