Re: Does the CCW for VB6 to .NET interop give me early or late binding?

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi,

I thought this would be a pretty basic question. Is anyone actually using
this Interop stuff?

Thanks for your help!

- Joe Geretz -

"Joseph Geretz" <jgeretz@xxxxxxxxxx> wrote in message
news:%23RRB52%23tFHA.904@xxxxxxxxxxxxxxxxxxxxxxx
>I generated a TLB for my .NET assembly (RegAsm SRSNetBroker.dll /tlb) so
>that I can call it from a VB6 client. In the VB6 IDE I can see the name of
>the available class interface (Repository) via IntelliSense, but
>IntelliSense doesn't show me any of the methods which are available via
>that class interface. Is this normal?
>
> I've attached the generated typelib, if you'd like to take a look at it.
> The Repository class interface is defined in the typelib, but the methods
> GetFile, PutFile and the URL property don't seem to be defined. Naturally,
> this explains why IntelliSense doesn't see these methods. But is this
> correct? Or have I not generated the typelib properly?
>
> Thanks,
>
> - Joe Geretz -
>
>


.