StrataFrame Forum

Error customizing fields

http://forum.strataframe.net/Topic1842.aspx

By Ivan George Borges - 7/13/2006

Hiya.

I'm getting this whenever I try to customize any field property in the Mapper.

BusinessLayerException
 An error occurred while refreshing the data from field 'DTEproject_item_exceptionsBO.piex_readonly' to property 'Checked' on control 'chkReadOnly.'  Are you missing FieldPropertyDescriptor for a custom property?
ArgumentException
 Column 'piex_readonly' does not belong to table DTEproject_item_exceptions.

Could you guys give me a clue ?

Thanks.

By StrataFrame Team - 7/13/2006

This looks like the same problem that Mr. Daniel has been getting... it's a problem with the database deployment for the newest version of the framework to SQL Server 2000.  Here's the instructions on how he fixed it... let me know if it works for you.

http://forum.strataframe.net/FindPost1584.aspx

By Ivan George Borges - 7/14/2006

Hi Ben.

It worked fine.

Thanks.