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 M. I checked the issue. There seems to be no funtional change to the older 1.0.4 version NDO 1.1 is compiled against. So you have two possibilities:
1. You use the entry in the configuration file available here to enable an assembly redirection to the new connector.
Simply change the oldVersion and newVersion entries according to the connector you have available.
or
2. You open the source code of the NDO provider (which comes together with your NDO installation), remove the reference to the old connector DLL in the NDO Provider project, add the reference to the new connector Dll and recompile. Replace the MySqlProvider.dll in the NDO provider directory with the new compiled DLL.