<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx</link><description>In my last post I tried to give a brief overview of Configuration. In this post I am going to go over the concepts of the Configuration Library. The following components that make up the public interface for the runtime : the Configuration Manager, the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Enterprise Library Links</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#364773</link><pubDate>Tue, 01 Feb 2005 21:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:364773</guid><dc:creator>Roger's Blog</dc:creator><description /></item><item><title>Scott Densmore drills into the configuration block of EntLib</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#364928</link><pubDate>Wed, 02 Feb 2005 01:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:364928</guid><dc:creator>Enjoy Every Sandwich</dc:creator><description>Scott Densmore drills into the configuration block of EntLib</description></item><item><title>re: Enterprise Library</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#365169</link><pubDate>Wed, 02 Feb 2005 05:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:365169</guid><dc:creator>Peter </dc:creator><description>Sorry if this is slightly off topic, but am I missiing something, or is the Data Access Application Block JUST for Oracle, SQL server &amp;amp; DB2. What about OLEDB or ODBC??? </description></item><item><title>Enterprise Library Configuration (Part 1/2): Customized Appsettings and the EntLib Configuration Manager tool.</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#366040</link><pubDate>Thu, 03 Feb 2005 07:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:366040</guid><dc:creator>The .NET Buffet</dc:creator><description /></item><item><title>The Provider Model is key to understanding the EntLib</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#366338</link><pubDate>Thu, 03 Feb 2005 19:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:366338</guid><dc:creator>Darrell Norton's Blog</dc:creator><description /></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#366720</link><pubDate>Fri, 04 Feb 2005 01:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:366720</guid><dc:creator>Doug Rohrer</dc:creator><description>Scott et al:&lt;br&gt;&lt;br&gt;I've posted the first of two walkthroughs on the entLib configuration manager on my blog (&lt;a target="_new" href="http://weblogs.asp.net/drohrer/"&gt;http://weblogs.asp.net/drohrer/&lt;/a&gt;).  The post is at &lt;a target="_new" href="http://weblogs.asp.net/drohrer/"&gt;http://weblogs.asp.net/drohrer/&lt;/a&gt;archive/2005/02/02/366015.aspx - take a look and let me know what you think.</description></item><item><title>Enterprise Library : Configuration Part 1.1.1 - How to write a Storage Provider</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#367050</link><pubDate>Fri, 04 Feb 2005 19:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367050</guid><dc:creator>Being Scott Densmore</dc:creator><description /></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#367473</link><pubDate>Fri, 04 Feb 2005 23:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367473</guid><dc:creator>Brian</dc:creator><description>I am trying to use the Data block and the Config block to configure my database connections, but it seems that everything is sensitive to the process it's being run under for the config paths.  If I run my project directly, everything works ok as long as dataConfiguration.config and myApp.exe.config are both copied to bin\debug.  However, when I point NUnit at the same project, the ConfigurationBuilder chokes because suddenly it is looking in the root path for these files (where the NUnit project is located) instead of bin\debug.  I assume this is because I am now running under the NUnit process and so the Config dll gets run from that thread and looks for stuff relative to it's parent app location???  I can fix it manually if I know where to copy the files, but surely I shouldn't have to manually copy those files around depending on how I'm running the code?  I tried using the TestDriven.Net add-in to run my unit tests and it was looking in yet another location (this time in my temp folder) for the config files.&lt;br&gt;&lt;br&gt;This issue is causing me huge headaches and I really hope I'm just missing something.</description></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#367474</link><pubDate>Fri, 04 Feb 2005 23:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367474</guid><dc:creator>Scott Densmore</dc:creator><description>Hi Brian,&lt;br&gt;&lt;br&gt;You have to make sure you are building the DebugUnitTest target in Visual Studio and running the assemblies built to the output directories for that target.  Debug does not have any tests built into them.  I can run both Nunit and TestDriven.NET just fine.  If you want you can email me directly and I can try and help you out.</description></item><item><title>Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#367483</link><pubDate>Sat, 05 Feb 2005 03:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367483</guid><dc:creator>Being Scott Densmore</dc:creator><description /></item><item><title>Enterprise Library Online Tutorials</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#368000</link><pubDate>Sun, 06 Feb 2005 16:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:368000</guid><dc:creator>Ohad's WebLog</dc:creator><description /></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#368333</link><pubDate>Mon, 07 Feb 2005 11:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:368333</guid><dc:creator>skeamy</dc:creator><description>Hi, &lt;br&gt;Im relatively new to .Net so I may be asking for something obvious. I like the idea of the Enterprise Library however I would like to centralise my configurations files (app.config, logging.configuration etc..) either for a group of dlls or by machine basis. We have a COM+ application which contains 30 dlls and if each one had to be configured it would be a pain. I tried using Machine.config (Maybe showing my lack of .NET Knowledge now) and it did exacly what I required for my components however when I tried to run the quickstart samples again they complained about duplicate configuration which I assume is because its trying to read the config from both app.config and machine.config - I would have expected it to look for an app.config and if there wasn't one to use the machine.config - any thoughts, ideas would be appreciated...</description></item><item><title>Tutorials on using Enterprise Library</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#369800</link><pubDate>Wed, 09 Feb 2005 17:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:369800</guid><dc:creator>Angelos Petropoulos' WebLog</dc:creator><description /></item><item><title>What about user preferences?</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#373047</link><pubDate>Tue, 15 Feb 2005 16:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:373047</guid><dc:creator>Fbiots</dc:creator><description>I'm trying to figure out how to use the configuration block for user preference 'config' files for a large enterprise windows forms application.&lt;br&gt;&lt;br&gt;I can't use the XmlFileStorageProvider, because that only looks in the same directory as the app config file. (The User's ApplicationData directory should be used; anyway, the app base dir will not allow writes while running under least privileged user. (See &amp;lt;a href=&amp;quot;&lt;a target="_new" href="http://www.peterprovost.org/archive/2005/01/28/2645.aspx&amp;quot;&amp;gt;Peter"&gt;http://www.peterprovost.org/archive/2005/01/28/2645.aspx&amp;quot;&amp;gt;Peter&lt;/a&gt;'s posting on this&amp;lt;/a&amp;gt;)&lt;br&gt;&lt;br&gt;So does it make sense to write a custom storage provider (similar to XmlFilesStorageProvider) for managing user preferences? Is it better to take a different approach for user prefs (like &amp;lt;a href=&amp;quot;&lt;a target="_new" href="http://msdn.microsoft.com/msdnmag/issues/04/07/CustomPreferences/default.aspx&amp;quot;&amp;gt;.NET"&gt;http://msdn.microsoft.com/msdnmag/issues/04/07/CustomPreferences/default.aspx&amp;quot;&amp;gt;.NET&lt;/a&gt; App Preferences&amp;lt;/a&amp;gt;?) Or is this all just overkill for user preferences?</description></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#373074</link><pubDate>Tue, 15 Feb 2005 16:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:373074</guid><dc:creator>Scott Densmore</dc:creator><description>Fbiots,&lt;br&gt;&lt;br&gt;Read my new post and hopefully this will help you out.&lt;br&gt;&lt;br&gt;scott</description></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#379246</link><pubDate>Wed, 23 Feb 2005 22:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:379246</guid><dc:creator>Troglite</dc:creator><description>Scott,&lt;br&gt;&lt;br&gt;I am attempting to research an error condition that I am experiencing with the Config Block in EntLib 1.0. I have an admin web page that I use to populate some config values. I then have a second web pages that pulls those values in order to perform some work. Works like a charm with and without encryption.&lt;br&gt;&lt;br&gt;BUT... everytime the app pool is restarted in IIS, the app block throws an error when attempting to read the config values. The error is &amp;quot;The section name 'XXXX' could not be found in the Xml file M:\*\XXXXconfig.xml&amp;quot; (I've XX'd out the information that is implementation specific). Re-populating the values using the adin web page resolves the error... until the app pool is restarted again.&lt;br&gt;&lt;br&gt;Have you seen this before? Any pointers on how I may eliminate this error?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;~Justin</description></item><item><title>re: Enterprise Library : Configuration Part 1.1 - Cofiguration Runtime Overview</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#380978</link><pubDate>Sat, 26 Feb 2005 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380978</guid><dc:creator>Scott Densmore</dc:creator><description>Justin,&lt;br&gt;&lt;br&gt;I have not seen this before, but if you can send me some mail, maybe we can figure this out.  I can try and repro this here.  (I am sure this was a test case :)).  Mail me @ scottden@remove_this.microsoft.com&lt;br&gt;</description></item><item><title>Error When App Pool is Recycled</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#381665</link><pubDate>Mon, 28 Feb 2005 16:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:381665</guid><dc:creator>Troglite</dc:creator><description>Scott,&lt;br&gt;&lt;br&gt;I found the problem. It appears that the name of the config section is case sensitive (which makes sense since its XML). All of my code referenced &amp;quot;MYconfig&amp;quot;, with one exception. When I called GetConfiguration I passed in a value of &amp;quot;MYConfig&amp;quot;. Once I corrected the shift in case for this string value, the errors went away.&lt;br&gt;&lt;br&gt;Hopefully this posting will help anyone who makes this same mistake.&lt;br&gt;&lt;br&gt;Thanks for the great tutorial and your generous offer to review my code!&lt;br&gt;&lt;br&gt;Sincerely,&lt;br&gt;&lt;br&gt;~Justin</description></item><item><title>Actors and Actresses  &amp;raquo; Archive du blog   &amp;raquo; Being Scott Densmore : Enterprise Library : Configuration Part 1.1 &amp;#8230;</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#6981419</link><pubDate>Fri, 04 Jan 2008 20:39:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6981419</guid><dc:creator>Actors and Actresses  » Archive du blog   » Being Scott Densmore : Enterprise Library : Configuration Part 1.1 …</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://actors.247blogging.info/?p=3552"&gt;http://actors.247blogging.info/?p=3552&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Dinner and a Movie &amp;raquo; Being Scott Densmore : Enterprise Library : Configuration Part 1.1 &amp;#8230;</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/01/364742.aspx#8327883</link><pubDate>Thu, 20 Mar 2008 23:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8327883</guid><dc:creator>Dinner and a Movie » Being Scott Densmore : Enterprise Library : Configuration Part 1.1 …</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://dinnermoviesblog.info/being-scott-densmore-enterprise-library-configuration-part-11/"&gt;http://dinnermoviesblog.info/being-scott-densmore-enterprise-library-configuration-part-11/&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>