Hi
I want some information regarding /namespace switch. Is this the name of
Namespace of the source code where our COM dll is referenced for which we
will generate Interop.dll or is this some variable string or what?

Thanks in advance.
Best regards
Farrukh

Re: using /namespace with tlbimp. by Marcus

Marcus
Thu Apr 13 09:33:36 CDT 2006

Hi Farrukh

"Farrukh" <4uonly@gmail.com> wrote in message
news:uLnERkvXGHA.4684@TK2MSFTNGP03.phx.gbl...
> Hi
> I want some information regarding /namespace switch. Is this the name of
> Namespace of the source code where our COM dll is referenced for which we
> will generate Interop.dll or is this some variable string or what?
>
> Thanks in advance.
> Best regards
> Farrukh

Using the tlbimp /namespace switch, you can control the namespace in which
the interop typeinfo is generated.

Create a simple interop assembly with the command line below and check it
with ILDASM

tlbimp /Namespace:Hamster \WINDOWS\system32\msxml.dll


Marcus Heege



Re: using /namespace with tlbimp. by Farrukh

Farrukh
Thu Apr 20 03:09:27 CDT 2006

Hi Marcus.

Thanks a lot for reply.

Yes, I got it. It is something like you exampled.

Thanks
Farrukh

"Marcus Heege" <NOSPAM@heege.net> wrote in message
news:%23LcbCdwXGHA.3808@TK2MSFTNGP04.phx.gbl...
> Hi Farrukh
>
> "Farrukh" <4uonly@gmail.com> wrote in message
> news:uLnERkvXGHA.4684@TK2MSFTNGP03.phx.gbl...
>> Hi
>> I want some information regarding /namespace switch. Is this the name of
>> Namespace of the source code where our COM dll is referenced for which we
>> will generate Interop.dll or is this some variable string or what?
>>
>> Thanks in advance.
>> Best regards
>> Farrukh
>
> Using the tlbimp /namespace switch, you can control the namespace in which
> the interop typeinfo is generated.
>
> Create a simple interop assembly with the command line below and check it
> with ILDASM
>
> tlbimp /Namespace:Hamster \WINDOWS\system32\msxml.dll
>
>
> Marcus Heege
>