Hi,
I am running the ObjectMapping tool to extend the orders sytem.
I am getting two messages, for which there is no explanation:
* Warning O0019 - Class someClass is present in Object Mapping file
but is not present in web.config as a UserTypeName. Is this desired?
The problem is that the class is in the web.config file as a
UserTypeName
Error G0093 - Class "someOtherClass" is present in Object Mapping file
and is mapped. All mapped cl***** must be specified in the types
section in the configuration file as UserTypeName.
This class is also in web.config and the error message text itself
does not make sense.
In both cases, the types are derived from the CS base types.
Is there another way of doing these mappings? The mapping methods and
tools are rudimentary at best.