Hello

I am trying to raise events in another thread context.
I am using SynchronizationContext object.
It works fine as long as i am synchronizing any thread with the MAIN
PROCESS.
if i try to sync between two independant threads it fails.
somehow the SynchronizationContext.Current property is null.

Any ideas why?
Thanks