Error upgrading from 5.1.2 to 5.2.1 - missing parameter 'capacity' on InitClass()

Posts   
 
    
Nightowl33
User
Posts: 8
Joined: 31-Mar-2009
# Posted on: 22-May-2017 20:25:18   

Project I've used for a long time, upgraded through the years, most recently in 5.1.2, all good. Tried moving it to 5.2.1 unchanged, and the generated code won't compile. Two errors, one in FieldInfoProvider.cs, the other in PersistenceInfoProvider.cs. Same error, basically:

Severity Code Description Project File Line Suppression State Error CS7036 There is no argument given that corresponds to the required formal parameter 'capacity' of 'PersistenceInfoProviderBase.InitClass(int)' QuickSpaceTracker.DAL.Adapter C:\TrackerDevGit\DAL\Adapter\PersistenceInfoProvider.cs 49 Active Error CS7036 There is no argument given that corresponds to the required formal parameter 'capacity' of 'FieldInfoProviderBase.InitClass(int)' QuickSpaceTracker.DAL.Model C:\TrackerDevGit\DAL\Model\HelperClasses\FieldInfoProvider.cs 52 Active

The generated code for each is calling (in the Init method, first line): this.InitClass();

Help? Go back to 5.1.2 for the moment?

Thanks! Scott

Nightowl33
User
Posts: 8
Joined: 31-Mar-2009
# Posted on: 22-May-2017 21:28:44   

Gah, ignore. Missed updating a reference to ORMSupportClasses in one of the subprojects. My bad...