PersistenceInfoProvider missing parameter to InitClass

Posts   
 
    
19176
User
Posts: 2
Joined: 22-Aug-2017
# Posted on: 22-Aug-2017 18:22:01   

I just regenerated my code using LLBLGen Pro 5.2 Designer (adapter) and am getting an error in the PeristenceInfoProvider classes:

Error CS7036 There is no argument given that corresponds to the required formal parameter 'capacity' of 'FieldInfoProviderBase.InitClass(int)' Gravitate.Domain.Adapter.Core

This occurs in the "Init" method of the PersistenceInfoProvider class. It is calling "this.InitClass()" with no parameters, but the method requires an "int capacity" parameter.

Any thoughts as to what I'm doing wrong?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 22-Aug-2017 18:55:30   

Most probably you have missed a reference.

Check this http://llblgen.com/TinyForum/Messages.aspx?ThreadID=24293

19176
User
Posts: 2
Joined: 22-Aug-2017
# Posted on: 23-Aug-2017 15:54:29