ThreadPool - does it work with Serviced Components?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

I'm trying to use the .NET ThreadPool insise my serviced Component, but when
I do:
System.Threading.ThreadPool.QueueUserWorkItem

it fails with a COMException. Is there an issue when using the threadpool in
the context of a Serviced Component? Creating the thread directly works fine.

Thanks,
Dave

.