Hello! (and sorry for my english, but I'm italian :-))
I'm using in VB.NET some ActiveX dll built with VB6. Everything work well,
when I build my .NET executable, interops for my dlls are created.
My co-worker, that don't use Visual Studio .NET (not installed in his PC)
somewhere modify COM dlls, so I need to recompile my .NET executable to
build interop again.
My question is:
how is possible to build interop without using Visual Studio .NET?
Thanks in advance
VV
pmoore - 24 Nov 2004 19:11 GMT
if you want to generate .net interop assmbly you must use tlbimp tool that is
in the framework sdk (free)
> Hello! (and sorry for my english, but I'm italian :-))
> I'm using in VB.NET some ActiveX dll built with VB6. Everything work well,
[quoted text clipped - 9 lines]
>
> VV