Err... try using "tlbimp" instead. I can never remember which utility
goes from COM .dll -> Interop DLL. :)
Matt.
On Wed, 2003-11-26 at 02:22, Gerold Kathan wrote:
> that seems not to work => tlbexp says "...error: the format of the file ... is
> invalid"
>
> as this dll is an old legacy VB
that seems not to work => tlbexp says "...error: the format of the file ... is invalid"
as this dll is an old legacy VB6 COM component - can this be a problem ?
-Original Message-
From: Matthew Mastracci [mailto:[EMAIL PROTECTED]
Sent: Montag, 17. November 2003 17:05
To: Gerold Kathan;
Make sure the COM object is registered on your server. It's generally
easier, however, to run TLBEXP on the DLLs you need by hand and
reference the Interop.*.dll file that it generates. You won't need to
have any COM objects registered on your server in that case.
Gerold Kathan wrote:
hi - w