<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christopher H. Laco &#187; custom</title>
	<atom:link href="http://chrislaco.com/tag/custom/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrislaco.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 00:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ConfigurationElementCollection Gotcha</title>
		<link>http://chrislaco.com/software/configurationelementcollection-gotcha/</link>
		<comments>http://chrislaco.com/software/configurationelementcollection-gotcha/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:03:34 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[custom]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=58</guid>
		<description><![CDATA[Here&#8217;s a fun way to waste 2 hours of your life. I was writing a custom config section, and trying to figure out why this wasn&#8217;t throwing a duplicate key error: &#60;monitors&#62; &#60;monitor name="File" /&#62; &#60;monitor name="File" /&#62; &#60;/monitors&#62; After &#8230; <a href="http://chrislaco.com/software/configurationelementcollection-gotcha/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fun way to waste 2 hours of your life. I was writing a custom config section, and trying to figure out why this wasn&#8217;t throwing a duplicate key error:<br />
<span id="more-58"></span></p>
<pre class="brush:xml">&lt;monitors&gt;
  &lt;monitor name="File" /&gt;
  &lt;monitor name="File" /&gt;
&lt;/monitors&gt;</pre>
<p>After surfing Google endlessly, I finally found this on MSDN:</p>
<blockquote><p>Note that elements with identical keys and values are not considered duplicates, and are accepted silently. Only elements with identical keys but different values are considered duplicates.</p></blockquote>
<p>That was fun. :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/software/configurationelementcollection-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
