G
Guest
What I'd like to do is have my individual .DLLs have their own App.config file tha
gets copied into the bin direrctory as MyDLL.dll.config and then in the App.confi
have an <include file="MyDLL.dll.config"> directive to pull in the additional configuratio
data
I know I'm not going to get a MyDLL.dll.config because .NET does not support that
but is there an include directive for the App.config so I can at least copy the file
by hand and get them into the configuration setting class at run time w/o havin
to actually copy the setting into App.config ??
gets copied into the bin direrctory as MyDLL.dll.config and then in the App.confi
have an <include file="MyDLL.dll.config"> directive to pull in the additional configuratio
data
I know I'm not going to get a MyDLL.dll.config because .NET does not support that
but is there an include directive for the App.config so I can at least copy the file
by hand and get them into the configuration setting class at run time w/o havin
to actually copy the setting into App.config ??