W
Werner Schmidt
Hi group,
I have a .Net2.0 component, which I want to access through a
VB6-Office-AddIn. I registered my .Net-Component using regasm.
When trying to create an instance of this component inside my vb6 IDE I
get the following (pseudo-code):
Dim x as MyComponent
Set x = new MyComponent
x is nothing = false
When trying to access through my office AddIn, I get the following:
Dim x as MyComponent
Set x = MyComponent
x is nothing = true
No matter if late or early binding. Anyone got an idea?
Thx in advance!
Werner
I have a .Net2.0 component, which I want to access through a
VB6-Office-AddIn. I registered my .Net-Component using regasm.
When trying to create an instance of this component inside my vb6 IDE I
get the following (pseudo-code):
Dim x as MyComponent
Set x = new MyComponent
x is nothing = false
When trying to access through my office AddIn, I get the following:
Dim x as MyComponent
Set x = MyComponent
x is nothing = true
No matter if late or early binding. Anyone got an idea?
Thx in advance!
Werner