You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at Csla.BusinessBase`1.<SaveAsync>d__6.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Csla.BusinessBase`1.<SaveAsync>d__5.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Csla.BusinessBase`1.<SaveAsync>d__4.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Csla.BusinessBase`1.<Csla-Core-ISavable-SaveAsync>d__26.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Csla.Xaml.ViewModelBase`1.<SaveAsync>d__92.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at WpfUI.ViewModels.ViewModelLocalEdit`1.<Save>d__1.MoveNext() in C:\Work\Csla\csla-5.x\Samples\ProjectTracker\ProjectTracker.Ui.WPF\ViewModels\ViewModelLocalEdit.cs:line 22
The text was updated successfully, but these errors were encountered:
Sorry, if off-topic for this issue: where can I get some reference to sources of working WPF example applications as complex as ProjectTracker (PT) is (or more) until PT WPF is fixed? (I assume CSLA .NET 5.5.2 is working, just PT WPF is not.) We would like to try CSLA .NET and explore the concepts in some working examples but currently we are not able to find any that's working. Thanks much.
Steps:
Version and Platform
CSLA version: 5.5.1 as referenced in downloaded sources of v5.x branch (tried also with 5.5.2)
OS: Windows
Platform: WPF
Code that Fails
csla/Samples/ProjectTracker/ProjectTracker.Ui.WPF/ViewModels/ViewModelLocalEdit.cs
Line 22 in dfaf152
Stack Trace
The text was updated successfully, but these errors were encountered: