11-26-2006 11:22 PM
11-26-2006 11:23 PM
11-27-2006 08:59 AM
11-27-2006 09:48 PM
09-14-2008 10:10 PM - edited 09-14-2008 10:11 PM
Given a Window object "win", make sure to call win.Dispatcher.InvokeShutdown() before calling win.Close(). (This eliminated the error for me. Furthermore, this is ALL I did to fix the problem - I did not modify the Dispose() method at all.)