Thank you again Peter!
Thanks Willy.
Actually, I am migrating a COM C++ system to .NET, and some of the classes
still exist in COM. And, as pointed out by Willy, I have come to realize that
all .NET classes indeed appear as BOTH. Only the older COM classes appear as
APARTMENT.
Sorry, didn't catch that. At least now I know that ALL classes created using
.NET MUST appear as BOTH, is that correct Willy?

Signature
Thanks in advance,
Juan Dent, M.Sc.
> > Hi,
> >
[quoted text clipped - 17 lines]
>
> Willy.
Willy Denoyette [MVP] - 03 Aug 2005 21:53 GMT
> Thank you again Peter!
> Thanks Willy.
[quoted text clipped - 9 lines]
> using
> .NET MUST appear as BOTH, is that correct Willy?
Yep, note that this is only important when you consume these 'COM' objects
from native COM clients, managed clienst don't know anything about
apartments.
Willy.