Replies: 1 comment 5 replies
-
In some CSLA base classes there is a default This will be changing in CSLA 6, because we are removing all the base methods, so you always have to implement the ones you want explicitly. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When use DataPortal.Fetch with net framework 4.0 not work
Await DataPortal.FetchAsync(Of ...)
Give a error that DataPortal_Create is not implemented, but it's implemnted with CreateAttribute
Version and Platform
CSLA version: 5.4.1
OS: Windows
Platform: WinForms, WPF
Code that Fails
If I use below code then works.
Stack Trace or Exception Detail
DataPortal.Create falló (DataPortal_Create no implementado)"
Additional context
The problem is on net framework 4.0 that don't work fetchattribute properly
Beta Was this translation helpful? Give feedback.
All reactions