| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | 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? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| | 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.
www.bungie.net |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:57:58 PM Posts: 658, Visits: 27,148 |
| My secret plan to let Andrea have all the painful learning with the new version is working perfectly.... 
Keep up the good work, make sure please to find all the issues before I start next week 
/wave Andrea |
| |
|
|