51Testing软件测试论坛

标题: AOM(Automation Object Model) 中 QuickTest.Application对象生成出错 [打印本页]

作者: firefox82    时间: 2011-3-22 22:35
标题: AOM(Automation Object Model) 中 QuickTest.Application对象生成出错
我在运用c# 启动QTP中出现了不能生成对象的错误, 有过经验的帮忙看下:
作者: firefox82    时间: 2011-3-22 22:39
step1:创建 1个 c# 工程.
step2:添加 QTObjectModel.dll
step3:添加code

QuickTest.Application app = new QuickTest.Application();
app.Visible = true;
app.Launch();

step4: 运行 code.
在运行  QuickTest.Application app = new QuickTest.Application();  生成1QuickTest.Application对象的时候会出错。
Creating an instance of the COM component with CLSID {2B9B8E92-EBAA-44AF-A23C-9FBD08EAFA54} from the IClassFactory failed due to the following error: 80080005.

查看了很多信息 报错的id 微软解释是说 Component Services对应的Dcom 没有权限。我也检查过了 里面假如我的用户和everyone,但是依然有这个问题。请高手们帮看看




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2