VB6 Office 2000 .Net-Component

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top