DLL Problem

  • Thread starter Thread starter Linas Petras
  • Start date Start date
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
 
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
 
Back
Top