<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Portable settings (AppName.exe.config) in C#</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 16:58:16 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 16:58:16 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<description><![CDATA[<p>I've been looking through Google for a good while trying to find an answer to my question... How do I make my application save and load it's settings from a single file (AppName.exe.config, ex. &quot;Vanilla.exe.config&quot;) that is located in the same folder as
 the executable?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/449798#449798</link>
		<pubDate>Wed, 24 Dec 2008 22:25:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/449798#449798</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<description><![CDATA[<p><br />The System.Configuration Namespace holds your answer.<br /><br />Try this&nbsp;<a href="<a href="http://msdn.microsoft.com/en-us/library/aa730869(VS.80">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;aa730869&#40;VS.80</a>).aspx"><a href="http://msdn.microsoft.com/en-us/library/aa730869(VS.80">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;aa730869&#40;VS.80</a>).aspx</a><br /><br />or this&nbsp;<a href="http://www.codeplex.com/csd">http://www.codeplex.com/csd</a>&nbsp;or this&nbsp;<a href="http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.aspx">http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.aspx</a><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/19bee3c816e74936bdfd9deb0002c562#19bee3c816e74936bdfd9deb0002c562</link>
		<pubDate>Thu, 25 Dec 2008 03:33:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/19bee3c816e74936bdfd9deb0002c562#19bee3c816e74936bdfd9deb0002c562</guid>
		<dc:creator>PerfectPhase</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PerfectPhase/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<description><![CDATA[<p>also if you have exotic settings, you may want to manually serialize your config (somewhere in AppData directory), instead of messing with custom sections....<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/eaf18da68c0e41eab8b29deb0002c588#eaf18da68c0e41eab8b29deb0002c588</link>
		<pubDate>Fri, 26 Dec 2008 18:42:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/eaf18da68c0e41eab8b29deb0002c588#eaf18da68c0e41eab8b29deb0002c588</guid>
		<dc:creator>Ion Todirel</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Ion Todirel/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Ion Todirel said:</div><div class="quoteText">also if you have exotic settings, you may want to manually serialize your config (somewhere in AppData directory), instead of messing with custom sections....<br /></div></blockquote>If your going to do that, this is a good guide as to where to put it&nbsp;<a href="http://blogs.msdn.com/cjacks/archive/2008/02/05/where-should-i-write-program-data-instead-of-program-files.aspx">http://blogs.msdn.com/cjacks/archive/2008/02/05/where-should-i-write-program-data-instead-of-program-files.aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/34266dbc16264dcaa0139deb0002c5b0#34266dbc16264dcaa0139deb0002c5b0</link>
		<pubDate>Sat, 27 Dec 2008 02:01:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/34266dbc16264dcaa0139deb0002c5b0#34266dbc16264dcaa0139deb0002c5b0</guid>
		<dc:creator>PerfectPhase</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PerfectPhase/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>