Sorry for this repost, but I have registered with Microsot as a MSDN
suscriber and I have been asked to repost.

I have been using a custom sink that sends the current client thread's
principal and instantiates it in the server thread succesfully in framework
1.0
Now in framework 1.1 I have the problem that the principal gets instantiated
after calling the constructor method of my server component. In version 1.0
the constructor was called after the ProcessMessage where the principal is
instantiated. This is a problem for me because the constructor uses the
current principal to do some stuff.

Does anyone has any idea how to work this out ?

Thanks,
asz