我在C#中启动qtp(已添加引用), QuickTest.Application app = new QuickTest.Application();
// 启动QTP
app.Launch();
// 让QTP可见
app.Visible = true;
出现这样的错误:- Creating an instance of the COM component with CLSID {2B9B8E92-EBAA-44AF-A23C-9FBD08EAFA54} from the IClassFactory failed due to the following error: 800401f3.请高手帮忙解决,谢谢!!!!!急!!!!!!!!!!!!!