Error: ActiveX Component Can't Create Object Scripting.FileSystemObject

后端 未结 3 978
小蘑菇
小蘑菇 2020-12-06 06:56

I have a simple vbs-file on my drive c: with following content:

Set objShell = CreateObject(\"Scripting.FileSystemObject\")

When I\'m tryin

3条回答
  •  鱼传尺愫
    2020-12-06 07:44

    In my case ProgId attribute on the COM component class was misspelled: [ProgId("XXX")]

提交回复
热议问题