K
kochobay
i use a form to login the system.
After database checks System.Threading.Thread.CurrentPrincipal is being
set in async call back.
During database chekcs, user interface displays a progress bar. And
this works fine with .NET 1.1.
But i newly ported application to NET 2.0 (Visual Studio 2005) and
after async call back, System.Threading.Thread.CurrentPrincipal is
resetting to empty GenericPrincipal.
I think it's a bug.
Any suggestion?
After database checks System.Threading.Thread.CurrentPrincipal is being
set in async call back.
During database chekcs, user interface displays a progress bar. And
this works fine with .NET 1.1.
But i newly ported application to NET 2.0 (Visual Studio 2005) and
after async call back, System.Threading.Thread.CurrentPrincipal is
resetting to empty GenericPrincipal.
I think it's a bug.
Any suggestion?