DLL Problem

L

Linas Petras

BlankI'm trying to write a VB.NET dll for an old COM app that uses the old
VB6 Addin arch and I can't seem to get my dll to work with the old COM
program.

The problem is that the COM app trys to call "DllRegister" to register the
addin but of course their isn't one in .NET. What do I need to do to get my
VB.NET DLL to work with the COM app ???

Linas
 
L

Linas Petras

Ken Tucker said:
Hi,

Use regasm to register a vb.net dll.

Ken

Tried that, but I still get "Unable to register this Addin because it
doesn't export DLLRegisterServer" when I try to use the addin from the
application
 

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