开发者

"com.jacob.com.ComFailException: Can't find moniker" Why?

开发者 https://www.devze.com 2023-01-01 03:33 出处:网络
I use jacob last version and jacobgen. I put all need dll in c:\\windows\\system32 I generated wrapper about dll by jacobgen.

I use jacob last version and jacobgen.

I put all need dll in c:\windows\system32

I generated wrapper about dll by jacobgen.

But I got an exception. Google didn't help. :(

com.jacob.c开发者_运维问答om.ComFailException: Can't find moniker

May be need registy dlls in windows registry?


COM objects have to be registered to be found. It does not matter in which folder they reside.

Call

regsvr32 mycomdll.dll

on the dll.

0

精彩评论

暂无评论...
验证码 换一张
取 消