<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for MoebiusIT</title>
	<atom:link href="http://moebiusit.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://moebiusit.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 22 Apr 2010 19:10:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Changing dll settings without re-compiling by Pablo Romano</title>
		<link>http://moebiusit.com/blog/2010/07/13/changing-dll-settings-without-re-compiling/#comment-24</link>
		<dc:creator>Pablo Romano</dc:creator>
		<pubDate>Thu, 22 Apr 2010 19:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://moebiusit.com/blog/pabloromano/2009/07/13/changing-dll-settings-without-compiling/#comment-24</guid>
		<description>Hi Tejal, can you send me the web application to take a look at it?

Thanks,
Pablo</description>
		<content:encoded><![CDATA[<p>Hi Tejal, can you send me the web application to take a look at it?</p>
<p>Thanks,<br />
Pablo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing dll settings without re-compiling by Tejal Bhavsar</title>
		<link>http://moebiusit.com/blog/2010/07/13/changing-dll-settings-without-re-compiling/#comment-23</link>
		<dc:creator>Tejal Bhavsar</dc:creator>
		<pubDate>Thu, 22 Apr 2010 11:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://moebiusit.com/blog/pabloromano/2009/07/13/changing-dll-settings-without-compiling/#comment-23</guid>
		<description>Hi,

i have tried this code in my Window Application and it works properly but when try to add Reference in my web application it give me following error 

&quot;The type initializer for &#039;DllWithSettings.SettingsConsumerClass&#039; threw an exception.&quot;

i have checked all for thrice and everything is done as you said above.

Thanks,

Tejal.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i have tried this code in my Window Application and it works properly but when try to add Reference in my web application it give me following error </p>
<p>&#8220;The type initializer for &#8216;DllWithSettings.SettingsConsumerClass&#8217; threw an exception.&#8221;</p>
<p>i have checked all for thrice and everything is done as you said above.</p>
<p>Thanks,</p>
<p>Tejal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing dll settings without re-compiling by Creepy Gnome</title>
		<link>http://moebiusit.com/blog/2010/07/13/changing-dll-settings-without-re-compiling/#comment-22</link>
		<dc:creator>Creepy Gnome</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://moebiusit.com/blog/pabloromano/2009/07/13/changing-dll-settings-without-compiling/#comment-22</guid>
		<description>WoW, that is a lot of work for something that should be very simple.

For applications I use the app.config since it is provided, however for DLL&#039;s I have always justed used a simple XML File, and C# makes serializing to/from XML very easy.  Basically I just take a simple class with only public Properties and this is what becomes the XML file.  I then use a static util class that loads it up in its static constructor. Then you can just make the object available at anytime with the settings needed.

For a DLL I can see why it would care about User/Global settings, or why it should be so convoluted to store external data points for a DLL that change how it works.</description>
		<content:encoded><![CDATA[<p>WoW, that is a lot of work for something that should be very simple.</p>
<p>For applications I use the app.config since it is provided, however for DLL&#8217;s I have always justed used a simple XML File, and C# makes serializing to/from XML very easy.  Basically I just take a simple class with only public Properties and this is what becomes the XML file.  I then use a static util class that loads it up in its static constructor. Then you can just make the object available at anytime with the settings needed.</p>
<p>For a DLL I can see why it would care about User/Global settings, or why it should be so convoluted to store external data points for a DLL that change how it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

