The constructor in ReadOnlyBase does not have the SyncLock code like Business Base does.
Same problem exists for:
Private Sub OnDeserializedHandler(ByVal context As StreamingContext)Is this a bug?
=====================================================
ReadOnlyBase:
Protected
Sub New()=====================================================
BusinessBase:
Protected
Sub New()=====================================================
On a side note: since the constructor and OnDeserialized both have large chunks of the same code shouldn't that code be re-factored into a separate Sub which can be called from both of them?
Joe
Rocky,
Looking for some feedback on this too.
Joe
Copyright (c) Marimer LLC