Replies: 1 comment
-
已解决,用全路径就可以了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这一段代码可以注册成功
if (!OpSoft.Register())
{
Console.WriteLine("注册失败");
return;
}
但是这一段出错了
obj = Type.GetTypeFromProgID("op.opsoft");
obj_object = Activator.CreateInstance(obj);
OpSoft.zip
Beta Was this translation helpful? Give feedback.
All reactions