After DoSave WPF App is Frozen

After DoSave WPF App is Frozen

Old forum URL: forums.lhotka.net/forums/t/11885.aspx


tsvideo posted on Friday, March 15, 2013

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

neo_u replied on Saturday, March 23, 2013

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.

RockfordLhotka replied on Sunday, March 24, 2013

Added to bug list

https://github.com/MarimerLLC/csla/issues

neo_u replied on Sunday, March 24, 2013

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