R
Remulac
I'm trying to run a COM object that I created in VB.NET
inside another VB.NET program.
I'm running into problems with I try to use "CreateObject
()" -- I get the error message, "Cannot Create ActiveX
Object". After that, I try to instantiate it with "New",
but I don't see the object anywhere in the object browser.
The COM object was registered in the registry when I built
it. I see it listed there, but I can seem to access it.
Any ideas?
inside another VB.NET program.
I'm running into problems with I try to use "CreateObject
()" -- I get the error message, "Cannot Create ActiveX
Object". After that, I try to instantiate it with "New",
but I don't see the object anywhere in the object browser.
The COM object was registered in the registry when I built
it. I see it listed there, but I can seem to access it.
Any ideas?