Home All Groups Group Topic Archive Search About

app.config for DLLs

Author
22 Feb 2006 3:15 PM
omicron333
I'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.

Author
22 Feb 2006 6:25 PM
Mattias Sjögren
>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.

AddThis Social Bookmark Button