Hi,

I created a COM object that runs successfully from VB. Now I would like to use it in VBScript. The two line below fail to execute in VBScript.

dim goo
set goo = CreateObject("iVGoo.goo")



What steps am I missing?

BTW, in VB, iVGooLib.goo object is created without problems.

Thanks in advance!

araik