We just migrating from Version 4.2 to 5.6
After I fixed every compiler errors, our project starts successfully.
But, when I want to edit an entity and save it with
using (DataAccessAdapter daa = DataAccessAdapter.GetCUPnew())
{
daa.SaveEntity(entityToSave, true, false);
}
I get the Exception:
Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
on
EntityFieldPersistenceInfoList.cs:line 113
I found this Post https://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=24186
But we don't use different projects and DBSpecific and Generic are both in one.