I have a simple vbs-file on my drive c: with following content:
Set objShell = CreateObject(\"Scripting.FileSystemObject\")
When I\'m tryin
In my case ProgId attribute on the COM component class was misspelled: [ProgId("XXX")]
ProgId
[ProgId("XXX")]