当我使用
string computerName;
string applicationName;
catalog = new COMAdminCatalog();
if (computerName != ".")
{
catalog.Connect(computerName);
}
catalog.StartApplication(applicationName);
com+ 应用程序运行,但是当我在组件服务中检查组件的状态时,我看不到每个组件中的任何对象。对象、激活和池列中没有任何内容。
如何使对象显示?