hey everyone!
i would like to launch a .NET assembly from vbScript.
example :
where BusinessLogic is a .NET dll, strong-named, and registered in the GAC.
it seems vbscript looks for a COM component, as it tells me "ActiveX component cant create object: BusinessLogic.CDataLoader"
any hints?
thank you,
Huby.
i would like to launch a .NET assembly from vbScript.
example :
Code:
Dim obj
set obj = CreateObject("BusinessLogic.CDataLoader")
where BusinessLogic is a .NET dll, strong-named, and registered in the GAC.
it seems vbscript looks for a COM component, as it tells me "ActiveX component cant create object: BusinessLogic.CDataLoader"
any hints?
thank you,
Huby.