Re: =Jawin and COM Interop

Vitaly Shelest <[email protected]> Wed, 1 Mar 2006 18:36:23 +0200
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <[email protected]>
Check if the reference to MyAssembly.dll is included in REGISTRY. Sometimes
it is is not enough to call
"regasm MyAssembly.dll /tlb"

Regards,
Vitaly Shelest

"Bob Farnik" <[email protected]> wrote in message
news: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
>