Re: xxxx.dll.config file for what? (Setting for DLL)
- From: Michael Nemtsev <nemtsev@xxxxxxx>
- Date: Tue, 27 Mar 2007 08:46:50 +0000 (UTC)
Hello mtczx232@xxxxxxxxx,
I have Class library that serve as COM. I put some setting to the
My.Setting, the compile create file with name: xxxx.dll.config
Now I read that config not work with DLL, I try that, and it's seem
that true, this is not working. this is true? and why the compiler
create this file on bin\debug folder?
try this
ConfigurationManager.OpenExeConfiguration(System.Reflection.Assembly.GetExecutingAssembly().Location)
---
WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo
.
- Follow-Ups:
- Re: xxxx.dll.config file for what? (Setting for DLL)
- From: mtczx232
- Re: xxxx.dll.config file for what? (Setting for DLL)
- References:
- xxxx.dll.config file for what? (Setting for DLL)
- From: mtczx232
- xxxx.dll.config file for what? (Setting for DLL)
- Prev by Date: RE: gc.KeepAlive - is this the reality of garbage collection
- Next by Date: Re: My .NET service dows not stop in a controlled way
- Previous by thread: xxxx.dll.config file for what? (Setting for DLL)
- Next by thread: Re: xxxx.dll.config file for what? (Setting for DLL)
- Index(es):
Relevant Pages
|