I need an app.config file to be used by an assembly at assembly initialization
Posted
by Matt Griscom
on Stack Overflow
See other posts from Stack Overflow
or by Matt Griscom
Published on 2010-05-11T14:13:41Z
Indexed on
2010/05/11
14:24 UTC
Read the original article
Hit count: 403
How do I ensure that an app.config file gets read on assembly initialization, for .Net 3.5-4 ?
It's a class library assembly. VS2008 provides a menu to add an app.config file, but it's ignored so far.
I need to use the app.config to provide information for logging from the assembly.
Thanks in advance!
© Stack Overflow or respective owner