Deployment questions
Posted: Fri 30 Apr 2010 09:24
I have a couple of questions about WinForm projects deployment.
DotConnect help suggests to include following line in app.config:
In my solution I have two projects say Core.dll that contains entities models and Client.exe that somehow uses entities. The Core project contains schemas both for Oracle and MS SQL and doesn’t reference to Devart.Data assembly. I also have two solutions configuration for Oracle and MS SQL respectively. So the questions are:
1. What app.config must be modified (for Core.dll or for Client.exe)? I wish that developers/customers that are working with MS SQL configuration know nothing about Oracle data provider.
2. Client.exe is intended to be published using ClickOnce. But I don’t see Devart.Data.Oracle.dll in the list of application files (though I updated App.config for Clinet).
DotConnect help suggests to include following line in app.config:
Code: Select all
1. What app.config must be modified (for Core.dll or for Client.exe)? I wish that developers/customers that are working with MS SQL configuration know nothing about Oracle data provider.
2. Client.exe is intended to be published using ClickOnce. But I don’t see Devart.Data.Oracle.dll in the list of application files (though I updated App.config for Clinet).