Hello,
If I'm Using the NugetPacket with Version 4.5.16 after a DoSave in my ViewModel the WPF App is Frozen.
My App is only for small Tests with a ViewModel with a EditableList as Model and a EditableChild. It's Using EF 5 with DBContext. No Wcf Service, only direct SQL-Server Connection.
If I'm Using Version 4.3.13 with EF ObjectContext the DoSave works correct an come back after the DoSave.
I'm doing something wrong ?
tsvideo
Csla 4.5.20 same issue, but with BusinessBindingListBase.Save method.
After finishing DataPortal_Update of my BO, application is freezing.
As far as I see the problem is in Csla.Threading.BackgroundWorker. Application freezes after InternalDoWork. It's just never go out from this method.
Added to bug list
I can assume that this bug must have the highest priority, because right now you can't save objects.
Because Save, BeginSave, SaveAsync doesn't work at all. Application freezes on it.
Thanks.
Copyright (c) Marimer LLC