StrataFrame Forum

Mapper Problems

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

By Andria Jensen - 8/16/2006

Ever since I upgraded during the training, I've been hacing some "issues" with the BO Mapper building my partial classes correctly.  I have attached some screenshots of what I've been running into.  Any ideas on what could be going wrong here?
By StrataFrame Team - 8/16/2006

Error #1 is a bug I'm working on fixing at the moment... the partial classes will build properly, and the warning can be ignored.

Error #2 is probably due to the fact that you have a field within the database that has the name "TableName" and you cannot have two properties with the same name on a class.  So, you can either change the TableName column in the database to something else, or you can customize the property and copy in some custom code to replace the property.  Basically, you can take the property code right now and copy it into the custom code field and just change the name to "TableName2" or something like that.

By Keith Chisarik - 8/16/2006

My secret plan to let Andrea have all the painful learning with the new version is working perfectly.... Smooooth



Keep up the good work, make sure please to find all the issues before I start next week Smile



/wave Andrea