<?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 on: Fixing Obsolete System.Configuration.ConfigurationSettings.AppSettings in C#</title>
	<atom:link href="http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/</link>
	<description>The Web has never been this fun...</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:09:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jevin</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-422</link>
		<dc:creator>Jevin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-422</guid>
		<description>Hey it&#039;s nice to hear that you have managed to solve your problem.

I have not seen into why Microsoft decided to change this. I agree that its not very practical. I&#039;ll have to read on that some time. And maybe do an article about my findings... ;)</description>
		<content:encoded><![CDATA[<p>Hey it&#8217;s nice to hear that you have managed to solve your problem.</p>
<p>I have not seen into why Microsoft decided to change this. I agree that its not very practical. I&#8217;ll have to read on that some time. And maybe do an article about my findings&#8230; <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Regal</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-412</link>
		<dc:creator>Nacho Regal</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-412</guid>
		<description>I&#039;m so sorry to leave so many posts on your blog :( I have solved the problem.

Properties.Settings.Default.WhateverKeyNameIs

I hope that helps someone and demonstrates what a noob I am :)

Thank you</description>
		<content:encoded><![CDATA[<p>I&#8217;m so sorry to leave so many posts on your blog <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I have solved the problem.</p>
<p>Properties.Settings.Default.WhateverKeyNameIs</p>
<p>I hope that helps someone and demonstrates what a noob I am <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Regal</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-410</link>
		<dc:creator>Nacho Regal</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-410</guid>
		<description>lol....I&#039;m back again. It refuses to work. 

System.Windows.Forms.MessageBox.Show(System.Configuration.ConfigurationManager.ConnectionStrings[1].ToString());

Says: &quot;Specify the connection string either in machine.config or web.config&quot;

System.Windows.Forms.MessageBox.Show(System.Configuration.ConfigurationManager.ConnectionStrings[0].ToString());

Says: &quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;etc etc&quot;

So my project must think that it&#039;s a website or something, but its a WPF application. Am I horribly confused? I want to retrieve the keys from app.config

I&#039;m so just thinking of doing my own, I&#039;d have got that working in like 5 minutes! Frustration is starting to rise again!!! lol...</description>
		<content:encoded><![CDATA[<p>lol&#8230;.I&#8217;m back again. It refuses to work. </p>
<p>System.Windows.Forms.MessageBox.Show(System.Configuration.ConfigurationManager.ConnectionStrings[1].ToString());</p>
<p>Says: &#8220;Specify the connection string either in machine.config or web.config&#8221;</p>
<p>System.Windows.Forms.MessageBox.Show(System.Configuration.ConfigurationManager.ConnectionStrings[0].ToString());</p>
<p>Says: &#8220;data source=.\SQLEXPRESS;Integrated Security=SSPI;etc etc&#8221;</p>
<p>So my project must think that it&#8217;s a website or something, but its a WPF application. Am I horribly confused? I want to retrieve the keys from app.config</p>
<p>I&#8217;m so just thinking of doing my own, I&#8217;d have got that working in like 5 minutes! Frustration is starting to rise again!!! lol&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Regal</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-409</link>
		<dc:creator>Nacho Regal</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-409</guid>
		<description>Sorry about the rude unsavory comments on your blog :(

Thank you, your code did actually work (well it&#039;s compiling at least), and is easier and to the point than any the other few blogs I was at. I had a follow up problem where it&#039;s not reading the keys. I haven&#039;t gone back to look at it yet though.

Is it just me though? or does this just seem like a really stupid thing to change? What possible reason could Microsoft have for changing it? It&#039;s not like the implementation is any better. 

I don&#039;t see good things coming from Microsoft in the next 5.10 or so years, it&#039;s gonna be change after unnecessary change due to their business model which will inevitably flounder...I guess that&#039;s a different topic though.

Thanks heaps for your help, and I will go back to look at my problem soon :)</description>
		<content:encoded><![CDATA[<p>Sorry about the rude unsavory comments on your blog <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thank you, your code did actually work (well it&#8217;s compiling at least), and is easier and to the point than any the other few blogs I was at. I had a follow up problem where it&#8217;s not reading the keys. I haven&#8217;t gone back to look at it yet though.</p>
<p>Is it just me though? or does this just seem like a really stupid thing to change? What possible reason could Microsoft have for changing it? It&#8217;s not like the implementation is any better. </p>
<p>I don&#8217;t see good things coming from Microsoft in the next 5.10 or so years, it&#8217;s gonna be change after unnecessary change due to their business model which will inevitably flounder&#8230;I guess that&#8217;s a different topic though.</p>
<p>Thanks heaps for your help, and I will go back to look at my problem soon <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jevin</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-408</link>
		<dc:creator>Jevin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-408</guid>
		<description>Yes I can tell you are pissed. ;)

I know what you are going through. I have had a lot of problems where people have suggested me the same fix over and over again.

What I&#039;d advise you is to create a new project, add the &quot;System.Configuration&quot; reference and try the sample code given in the post. If that works, you can start migrating your code to the fresh project.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Yes I can tell you are pissed. <img src='http://www.technoreply.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I know what you are going through. I have had a lot of problems where people have suggested me the same fix over and over again.</p>
<p>What I&#8217;d advise you is to create a new project, add the &#8220;System.Configuration&#8221; reference and try the sample code given in the post. If that works, you can start migrating your code to the fresh project.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Regal</title>
		<link>http://www.technoreply.com/fixing-obsolete-configurationsettings-appsettings-in-c-sharp/comment-page-1/#comment-405</link>
		<dc:creator>Nacho Regal</dc:creator>
		<pubDate>Tue, 02 Mar 2010 06:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://technoreply.wordpress.com/?p=35#comment-405</guid>
		<description>Hello, this is about the 5th website I have been to that has said the same thing and the problem still persists.

Fucking Microsoft man, they&#039;re fucked, why even change this shit....I so wanna quit being a programmer right now...

I could have implemented my own now...all the time i&#039;ve spent trying to figure this shit out that should be EASY...wtf man...

Fuck...can you tell I&#039;m pissed off?</description>
		<content:encoded><![CDATA[<p>Hello, this is about the 5th website I have been to that has said the same thing and the problem still persists.</p>
<p>Fucking Microsoft man, they&#8217;re fucked, why even change this shit&#8230;.I so wanna quit being a programmer right now&#8230;</p>
<p>I could have implemented my own now&#8230;all the time i&#8217;ve spent trying to figure this shit out that should be EASY&#8230;wtf man&#8230;</p>
<p>Fuck&#8230;can you tell I&#8217;m pissed off?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
