AsyncLoadManager - public event EventHandler<ErrorEventArgs> UnhandledAsyncExceptionAsyncLoadManager - public event EventHandler<ErrorEventArgs> UnhandledAsyncException
Old forum URL: forums.lhotka.net/forums/t/7178.aspx
carney posted on Friday, June 26, 2009
The remove section here does a Delegate.Combine(...) rather than Delegate.Remove(...)
Was that intentional?
RockfordLhotka replied on Friday, June 26, 2009
Looks like a clear bug to me, thanks for finding it!carney replied on Friday, June 26, 2009
Looks like a copy/paste problem. This problem also exists in:
Csla.Core.BusinessBase
Csla.Core.FieldManager.FieldData
Csla.ReadOnlyBase
RockfordLhotka replied on Friday, June 26, 2009
It'll be fixed in 3.6.4 and 3.7.Copyright (c) Marimer LLC