BO Rebuild Project under 1.7.0 errors


Author
Message
Ross L. Rooker, Sr.
Ross L. Rooker, Sr.
StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)StrataFrame User (245 reputation)
Group: Forum Members
Posts: 153, Visits: 462

 

I am trying to find out why after loading the update from 1.6.5 to 1.7.0 when trying to rebuild a BO project I am getting the error: microfour.strataframe.business.fieldpropertydescriptor 'does not contain a constructor that takes '1' arguments on all references in code like:

 

       private class Field_CONTTERM_PKCODEID_Descriptor : MicroFour.StrataFrame.Business.FieldPropertyDescriptor

        {

            public Field_CONTTERM_PKCODEID_Descriptor() : base("CONTTERM_PKCODEID") { }

            private System.Type _PropertyType = typeof(System.Decimal);

            public override object GetValue(Object component)

            {

                return ((tbl_ContractTerm_1)component).CONTTERM_PKCODEID;

            }

I have verified the dlls are 1.7.0 that are references. The project builds without erros in 1.6.5 but about 1300 erros under 1.7.0. Could it be that I need to regenerate the BOs under the new 1.7.0?

 

Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Just to follow up since you also emailed us on this issue, you MUST rebuild all of the partial classes when going to version 1.7.  This is mentioned several different places in the help, and was also in the new release email that went out as well as the news article that was posted.

FYI, in future updates, if you will take a look at the Upgrading to version X.XX, we try to put any information in there like this that could resolve or cause any issue in this capacity.

At any rate, it looks like you are going and that is what matters! Smile

Attachments
BOMapper.png (137 views, 24.00 KB)
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search