Re: .net class in vbscript
You will need to have the object registered on your system. This should happen automatically if you have created an ActiveX DLL or ActiveX component.
Re: .net class in vbscript
How do I register a .net object for use in vbscript? I've compiled it and accessed it from another .net project so I know it's working.
I think the problem is that .net object != ActiveX object.
Re: .net class in vbscript
Quote:
Originally Posted by agent
How do I register a .net object for use in vbscript? I've compiled it and accessed it from another .net project so I know it's working.
I think the problem is that .net object != ActiveX object.
That is the problem. You need to compile it as either an Actix Component or an Active X DLL