Re: =Jawin and COM Interop

Bob Farnik <[email protected]> Wed, 1 Mar 2006 10:27:46 -0500
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
Hi Franck,
thanks for the prompt reply.

I am almost sure that my assembly is correctly registered. On deployment the
setup program registers it using
regasm MyAssembly.dll /tlb

and I have also tested that I can create this class from VB6 test program
using late binding code (I think early binding would work too) similar too:
Set objMyAssembly = CreateObject("MyAssembly.MyClassProgId")

Therefore I still think the issue is with jawin, no idea where and why though.

Cheers,
Bob