I know there’s some kind of assembly probing process. Is there a similar process for looking for config files? If there is, what exact process is it? How could I customize it?
Many thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Class libraries does not have their own config files but rather use the one of the application so you can’t get exactly what you want. However, there might be ways to mimic this in certain ways depending on exactly what you need.
Here’s a blog post that discusses a possible solution to this:
http://moebiusit.com/blog/2010/07/13/changing-dll-settings-without-re-compiling/