Just putting a wrapper around the VB6 objects will not help - your VB6
objects would still reside in their STA. The only way to get rid of the
STAs is to port all VB6 objects to VB.Net - however, this can be quite a
pain. Plus, not all VB6 interfaces can be ported to .Net in a binary
compatible fashion.
/Johannes
> Question: I would like to know if its possible to put a .NET wrapper around
> my VB6 COM+ components in order to take advantage of free threading available
[quoted text clipped - 16 lines]
>
> Mike