Sunday, February 05, 2012
Support » Support Forum
Register Login
HomeWhat is NDO?- Executive Overview- NDO for DevelopersHow NDO Works- Persistent Classes- Mapping- Queries- Reverse Engineering- Inheritance, Polymorphism- Distributed ApplicationsLicensingSupport- Support Forum- FAQ- Solutions- Downloads- E-Mail Support- Tutorial VideosOnline ShopContact
Welcome to the NDO support forum!
Please register/login at the site if you want to post a thread. We sometimes copy support mails of common interest to the forum. They appear with anonymous sender. Please post your messages in English language if possible. You can do your posts also in German, we will translate your post and our answer so that all users of the forum can read your posts. The forum software requires that javascript is enabled. Please do not insert licence information or licence keys in forum posts. If you know a good answer to a post of another user, feel free to reply! The forum is monitored. We reserve the right to remove posts we consider not to be useful for other forum users.
Hi Tobias,
this looks like a mismatch between the mapping file and the schema. NDO finds a column name in the mapping file and expects to find that column in the schema, where it doesn't exist. Make sure, that your business classes assembly produces a schema file and make sure, that your application is configured so that it merges the schema from the base assembly. NDO uses the schema files in the DDL generator, which produces the xxx.sql files.
If you can't find the cause of the error, please send a VS solution to me in which the error occurs.
Best RegardsMirko