I have a windows script file that doesn't work anymore. The script look like this <job> <reference object="Some.Component.1" /> <script language="VBScript"> x = CreateObject("Some.Component.1") MsgBox TypeName(x) </script> </job> When I run the script with cscript or wscript I get the error > Windows Script Host: Cannot find the type library [...] read more