Hi, I have a VB.NET 2.0 application on Windows 2003 server. When users log out of the application via using standard exit process, this broadcast exception is produced which causes memory errors. In the standard exit on the main form, i have tried using application.end(), taking care of disposing various objects etc. What else do I need to do to avoid getting this error? I understand that this message is thrown when application is asked to exit but OS still is still pumping/flushing operations in the message queue related to the application. If anyone has any ideas, that would be great!
Thanks in advance, S_M.
