I believe I have installed it, not 100% sure though. 

-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Ritchie
Sent: 24 July 2007 04:13 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Strange issue with
Thread.CurrentPrincipal and BackgroundWorker / Threads

Have you applied the July 10th security fix?  My original tests were
performed before I applied that fix to my computer and now I'm seeing
different behaviour.

Before the fix I was noticing that I couldn't get a change to the
thread's
CurrentPrinciple during any event to "stick" past the event.  Which
meant
you couldn't change the principle once the form was visible...

Now, I can't reproduce that.  I can reproduce that only with events
marshaled to the UI thread from another.

I tried making the call to set the current principle in the form's queue
via Control.BeginInvoke; but that doesn't work either.

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to