I am working on Windows Form Application in VisualStudio.
I am using .dll and .dll.config from other application (Asp.net Web Form).
When i run my window form application the error came up because of the connectionStrings.
It worked when i set that same connectionStrings from .dll.config into current application .config.
My question is: "how to make this application use .dll.config ?"
Thank you for your help.