[Solved] jacob Always Error: com.jacob.com.ComFailException: Can’t get object clsid from progid?

Reason: app = new activexcomponent (“word.Application”);

If your computer doesn’t have word.Application registry, this error will be reported

Solution:

Change to app = new ActiveXComponent("KWPS.Application");

Similar Posts: