I asked my team mate to do the following changes on our templates.
[ ] - Determine how to change the following namespaces in llblgen.
[ ] - EntityClasses -> Entities
[ ] - FactoryClasses -> Factories
[ ] - DaoClasses -> Mappers
[ ] - RelationClasses -> Relations
[ ] - CollectionClasses -> Collections
[ ] - HelperClasses -> Helpers
[ ] - TypeViewClasses -> TypeViews
[ ] - TypeListClasses -> TypeLists
[ ] - Change "Entity" prefix into "EN" of generated classes
[ ] - Move the DBSpecific classes into FWSI.MSSF.Data.Mappers project
The project was generated properly, and compiled successfully. No errors found on generated codes. But the issue arise when we run the code in a sample windows forms project.
Message:
Exception = The element name 'AddressEN' isn't known in this provider
Parameter name: elementName
this happens in all methods.
Environment:
SqlServer 2005
llBLGen 2.5 Licensed - Final Version
.NET 2.0
Windows Forms
Adapter Pattern
I hope you can help me as this is a show stopped to us. I was suspecting tjhat its the renaming the "Entity" to "EN" class suffix that caused this issue. I tried to run an old prototype with the suffix is "Entity" and its working fine.
I deciced to change the suffix because I find it too long and does not conform with our naming standard.
Please help. thank you.