|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
app.config for DLLsI'm trying to figure out what happens to settings in the app.config for
DLLs when it is used by an application. More specifically, connection strings used by the DLL only. When the VB.NET executable is compiled, referencing the DLL (in the same solution), there does not appear to be a seperate area for DLL specific connection strings in the resulting .exe.config file. Any suggestions of where these are going? Thanks in advance. Dan Z. >Any suggestions of where these are going? You have to add them yourself to the exe.config file.Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
|||||||||||||||||||||||