<?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.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx</link><description>First of all, I am amazed at the community that has already built up around Enterprise Library. You guys are awesome. For any of you going I will be at Vs Live next week and any one that wants to have some face time come to the Enterprise Library talk</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#371698</link><pubDate>Sat, 12 Feb 2005 23:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:371698</guid><dc:creator>Steve Phillips</dc:creator><description>Great Stuff Scott,&lt;br&gt;&lt;br&gt;A few little things:&lt;br&gt;&lt;br&gt;Most of us will have run the installer and so our folder structure will be different to yours for the solution file, so assuming people will put the &amp;quot;Extensions&amp;quot; folder into &amp;quot;C:\Program Files\Microsoft Enterprise Library\src&amp;quot; then the path to the Common and Configuration Projects in the solution file become &amp;quot;..\Common\Common.csproj&amp;quot; and &amp;quot;..\Configuration\Configuration.csproj&amp;quot; respectively.&lt;br&gt;&lt;br&gt;Could we have the missing Readme.txt file?&lt;br&gt;&lt;br&gt;I took some advice from the original documentation and strong named the enterprise library dlls and put them into the GAC, now I find I cannot run the NUnit tests. Do you have any advice to get around this one? The test complains that it cannot load &amp;quot;Microsoft.Practices.EnterpriseLibrary.Configuration.Tests.ConfigurationData&amp;quot;&lt;br&gt;&lt;br&gt;Cheers...   Steve</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#374620</link><pubDate>Wed, 16 Feb 2005 19:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:374620</guid><dc:creator>Serge Shimanovsky</dc:creator><description>Scott, &lt;br&gt;&lt;br&gt;I would like to see the REAL samle of how to use the config. block with MY SQL DB storage. I understand there is no default provider neither transformer (if needed?) to accomplish this. Interesting to see the example of the finished solution on this. &lt;br&gt;Or may be you can point me out to the place where I can get one? &lt;br&gt;&lt;br&gt;Thanks, Serge </description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#375218</link><pubDate>Thu, 17 Feb 2005 12:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:375218</guid><dc:creator>Mario Puskaric</dc:creator><description>Scott,&lt;br&gt;&lt;br&gt;Question is same as from Serge,&lt;br&gt;when would we see some SQL database Storage Provider and SQL Serializer Transformer?&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#376216</link><pubDate>Fri, 18 Feb 2005 18:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:376216</guid><dc:creator>Senkwe</dc:creator><description>So, am I correct in assuming that a change (made dynamically) to my  web applications configuration file will end up restarting the webserver even though the actual configuration changes are made to a file external to the one in &amp;quot;\bin&amp;quot;?&lt;br&gt;&lt;br&gt;On our current project, we're creating databases on the fly through a web interface and therefore need to store the details of these new DB's in config files.So it's not feasible to restart the webserver each time a config change is made as everybody logged in will lose their work. I hope I'm wrong. If not, is there an easy way out or do I have to roll up my sleeves and hack away at the source?&lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#376900</link><pubDate>Sun, 20 Feb 2005 11:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:376900</guid><dc:creator>Senkwe</dc:creator><description>Sorry I meant the web app needs to be restarted, not the webserver.</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#377775</link><pubDate>Tue, 22 Feb 2005 03:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:377775</guid><dc:creator>Scott Densmore</dc:creator><description>You can save changes to external configuraiton (it is not in the external xml file if you are using the out of box support) without it restarting the web app.  As long you don't update the meta-data configuration, you will not get a restart.</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#379389</link><pubDate>Thu, 24 Feb 2005 04:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:379389</guid><dc:creator>JayG</dc:creator><description>Hey Scotty,&lt;br&gt;&lt;br&gt;A wee question, I am new to EntLib, I have strong named the EntLib assemblies, but when I try to open the (web.config in my case) config files using the EntLib Configuration editor it doesn't load it properly. Also if I have App Setting elements sitting in my config it comes up with an error box. How to tackle this? &lt;br&gt;&lt;br&gt;Help appreciated.&lt;br&gt;&lt;br&gt;BTW: G8 stuff with EntLib&lt;br&gt;&lt;br&gt;Cheers</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#380292</link><pubDate>Fri, 25 Feb 2005 12:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380292</guid><dc:creator>Yang</dc:creator><description>There is something I don't like in EntLib ConfigAB.  It's the thread polling of ConfigurationChangeFileWatcher class.  See my blog at:&lt;br&gt;&lt;a target="_new" href="http://spaces.msn.com/members/yangcao88/Blog/cns"&gt;http://spaces.msn.com/members/yangcao88/Blog/cns&lt;/a&gt;!1ppRXnKxUiSr5Bh0faV-l1PQ!117.entry&lt;br&gt;</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#380761</link><pubDate>Sat, 26 Feb 2005 02:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380761</guid><dc:creator>Olorin</dc:creator><description>I'm in line with Serge and Mario :)&lt;br&gt;&lt;br&gt;I tried to extend the Config block with my own MySqlStorageProvider and MySqlTransformer but, so far, I've failed.&lt;br&gt;&lt;br&gt;admittedly, I'm new to the EL, so, maybe what I'd really need would be an explanation of what is *striclty* necessary in a StorageProvider child and in a Transformer child.&lt;br&gt;&lt;br&gt;Furthermore, I'm interested to see if you'd use the Data Access block to make a provider and transformer dealing with a database (I'd think so, but, heck, what do I know?)&lt;br&gt;&lt;br&gt;Thanks for all the great work so far,&lt;br&gt;F.O.R.&lt;br&gt;</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#382043</link><pubDate>Tue, 01 Mar 2005 01:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:382043</guid><dc:creator>JayG</dc:creator><description>My Web Method is calling an ASP.NET assembly. This assembly is using Enterprise Library - Data Access Blocks. When I consume my web method it gives me an error indicating that web service project does not have definition to dataconfiguration.config file.&lt;br&gt;&lt;br&gt;Why is there a requirement for defining the EntLib configuration information in the web service project's web.config file? &lt;br&gt;&lt;br&gt;Plz clarify.&lt;br&gt;&lt;br&gt;Cheers</description></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#382390</link><pubDate>Tue, 01 Mar 2005 15:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:382390</guid><dc:creator>Scott Densmore</dc:creator><description>Hi JayG,&lt;br&gt;&lt;br&gt;You don't have to define your data in web.config, what is defined there is the meta-data.  The error sounds like you defined the meta-data in the web.config file, but you the configuration system cannot find the file containing the external configuration named &amp;quot;dataconfiguration.config&amp;quot;.  If you look in the web.config file under the section &amp;quot;dataConfiguration&amp;quot; you should see a path which is the file that the configuration system is looking for.  Make sure this path is reachable by the configuraiton system and you should be fine.&lt;br&gt;&lt;br&gt;scott</description></item><item><title>Isolated Storage Provider for Enterprise Library.Configuration</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#383404</link><pubDate>Wed, 02 Mar 2005 10:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383404</guid><dc:creator>SuperHappyCoder : Akshay Luther's Blog</dc:creator><description /></item><item><title>re: Enterprise Library : Configuration Part 1.1.1 - Storage Providers</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#383622</link><pubDate>Wed, 02 Mar 2005 16:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383622</guid><dc:creator>Alexander</dc:creator><description>Hello,&lt;br&gt;I have tried to strong name the EL but it is not working for me. Let me explain the process I have followed so you can tell me what I am doing wrong.&lt;br&gt;&lt;br&gt;1. I create the snk file&lt;br&gt;2. I open the Enterprise Library Solucion.&lt;br&gt;3. Add the URL to the snk file to all the Assemblies info&lt;br&gt;4. When  I compile I get errors, specially in the Design projects&lt;br&gt;&lt;br&gt;Other thing I did was to only sign some of the App Blocks but when I do this and open, lets say, a previous generated web.config it doesn't open correctly. It just shows the &amp;quot;Application&amp;quot; node in the configuration tool.&lt;br&gt;&lt;br&gt;So my concrete question is:&lt;br&gt;How do I strong name the EL?&lt;br&gt;&lt;br&gt;I really apprreaciate your help on this.&lt;br&gt;Alex.</description></item><item><title> Being Scott Densmore Enterprise Library Configuration Part 1 1 1 | Shed Kits</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#9643835</link><pubDate>Wed, 27 May 2009 10:19:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9643835</guid><dc:creator> Being Scott Densmore Enterprise Library Configuration Part 1 1 1 | Shed Kits</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://backyardshed.info/story.php?title=being-scott-densmore-enterprise-library-configuration-part-1-1-1"&gt;http://backyardshed.info/story.php?title=being-scott-densmore-enterprise-library-configuration-part-1-1-1&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Being Scott Densmore Enterprise Library Configuration Part 1 1 1 | internet marketing tools</title><link>http://blogs.msdn.com/scottdensmore/archive/2005/02/04/367482.aspx#9759142</link><pubDate>Tue, 16 Jun 2009 08:45:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9759142</guid><dc:creator> Being Scott Densmore Enterprise Library Configuration Part 1 1 1 | internet marketing tools</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://einternetmarketingtools.info/story.php?id=19889"&gt;http://einternetmarketingtools.info/story.php?id=19889&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>