Im using csla v1.1.4322 and Im triying to upgrade to csla v4.5 in my List Im using csla.core.BusinessCollectionBase when i changed the references to my project to pint to the new csla my list Objects started to fail It can find BusinessCollectionBase. Can some one help me?
Normally you would subclass BusinessListBase, which starting in Csla 2 is a generic type. have you tried changing your code to use that?
For WinForms use Csla.BusinessBindingListBase, otherwise use Csla.BusinessListBase
Regards
Peran
Copyright (c) Marimer LLC