Group: Forum Members
Posts: 28,
Visits: 93
|
There is no error message when mapping. It maps the BO "correctly," creates its properties, methods correctly. The VS that displays the error, since the namespace of Bo does not match the same namespace design of Bo.
Yes, I tried to map part of both Business Objects both projects.
As I understand it, the design of class always takes the first available project he finds in BoMapper.
Example, in Bo Mapper: -Project_01 -boOne -boTwo -boThree Project_02 -boFour -boOne -boFive
The namespace of boOne in Project_02 is "Project_02", but the namespace design of this class will be Project_01.
Recalling, that only occurs in Businnes Objects of the same name.
|