This question is locked. New answers and comments are not allowed.
Hi!
I have a solution that has its own projects. the main one is exe and the other ones are DLL Libraries. My main project has a connection string included into app.config, and my goal is to include a DLL project to EntityLibrary based on ORM schemas that have classes, properties, fields, etc. but when I do this ORM add a App.config into DLL EntityLibrary. I would like to use App.config from main project to use into DLL EntityLibrary. Is it possible this? How can I do this?
thanks
I have a solution that has its own projects. the main one is exe and the other ones are DLL Libraries. My main project has a connection string included into app.config, and my goal is to include a DLL project to EntityLibrary based on ORM schemas that have classes, properties, fields, etc. but when I do this ORM add a App.config into DLL EntityLibrary. I would like to use App.config from main project to use into DLL EntityLibrary. Is it possible this? How can I do this?
thanks