.NET BroadcastEventWindow 2.0 Problem on log out

  • Thread starter Thread starter Jenbo
  • Start date Start date
J

Jenbo

I am having problems with our client based part of our .net 2.0
distributed application. We find that when a user logs out of the
system they are having problems. A window appears all the time when
they log out, it says .NET-BroadcastEventWindow 2.0.0. I have googled
this and can find no really good explanation for what it is or what
would cause it. I don't know whether this is a problem with .NET 2.0
or our client apps. I was wondering if it was to do with threading or
memory problems of some kind. When our client tools finish their work
they basically go to sleep, thread.sleep for a specified time period.
Would this cause the window to appear, that they thread is not being
dealt with properly.

I tried using SessionEndingEventArgs to cancel everything but that has
no effect.

Anyone any ideas?
Thanks
Eamonn
 
Back
Top