I have 2 projects, X and Y. Y calls a Web service and the configuration is defined in Y\'s app.config (its a DLL).
So, all the static holder classes have been deprecate开发者_高级运维d (and are bombing my tests).
I have the following problem: We have an application that loads modules (add ons). These modules might need entries in the app.config (e.g. WC开发者_如何学PythonF configuration). Because the modules a
I\'m designing a windows service which is capable of starting up an arbitrary number of processes, each of which handle data processing on a different set of databases; sandboxes mirroring our live da
I was playing around with how to use the Configuration Manager to read/write custom sections in the App.config file for a WPF application in C#. I read this excellent article on .NET 2.0 Configuration
I have an XBAP WPF application that has been working for some time now. I am recently having problems accessing settings within the app.config.
I have defined a custom section in the App.config file and all the Configuration properties present for the customSection have been defined in an external config file specified in configSource file.
is there any possibility to automatically add a config section to the app.config/web.config from a .NE开发者_JS百科T DLL when it is being referenced?
My sample app.config file is <?xml version=\"1.0\" encoding=\"utf-8\" ?> <configuration> <connectionStrings>
I\'d think this would be simple, but I can\'t find an answer. I\'m using remoting and I want to store the RemotingConfiguration in the app.config. When I call RemotingConfi开发者_如何学运维guration.C