I am creating a MTA component which needs to spawn a new thread. But when I want to shut down my application it hunds in CoUninitialize() in the thread spawned by my component? Some books say that we should avoid calling a CreateThread from a COM+ component however I didn't find anything of that kind written in MSDN. Any ideas why this happens and may I create new threads from a COM+ component?
Thanks
Thanks