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");
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");