Hi,
I would like to know the possible causes for the security
exception " Unable to impersonate user"

I have .netframework 1.1 on my machine.
The scenario is as follows
I have multiple worker threads running and which are
impersonating. These threads are not spawned from an
impersonated thread.
through some of the postings I got to know that the
possible cause can be
1. A main thread and a worker thread impersonating at the
same time.- this is not happenig in my case
2. If the token used for impersonation is not a primary
token.- I am using a duplicate Token to using
DuplicateToken.
Are there any other reasons that cause this problem.
Thanks,
Praisy.