<?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>Reski's hobbies blog place... &#187; c#</title>
	<atom:link href="http://hobby.keluargareski.net/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobby.keluargareski.net</link>
	<description>This is not just about me, but also bout my family</description>
	<lastBuildDate>Mon, 14 Jun 2010 03:35:26 +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>Elmah + System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139&#8242; or one of its dependencies. The located assembly&#8217;s manifest definition does not match the assembly reference. (Exception from HRESULT: 0&#215;80131040)</title>
		<link>http://hobby.keluargareski.net/2010/05/22/elmah-system-data-sqlite-version1-0-61-0-cultureneutral-publickeytokendb937bc2d44ff139-or-one-of-its-dependencies-the-located-assemblys-manifest-definition-does-not-match-the-assembly-ref/</link>
		<comments>http://hobby.keluargareski.net/2010/05/22/elmah-system-data-sqlite-version1-0-61-0-cultureneutral-publickeytokendb937bc2d44ff139-or-one-of-its-dependencies-the-located-assemblys-manifest-definition-does-not-match-the-assembly-ref/#comments</comments>
		<pubDate>Sat, 22 May 2010 19:54:37 +0000</pubDate>
		<dc:creator>ayah</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[elmah]]></category>

		<guid isPermaLink="false">http://hobby.keluargareski.net/?p=332</guid>
		<description><![CDATA[if your having this message, just add below code in your web.config &#60;dependentAssembly&#62; &#60;assemblyIdentity name=&#8221;System.Data.SQLite&#8221; publicKeyToken=&#8221;db937bc2d44ff139&#8243;/&#62; &#60;bindingRedirect oldVersion=&#8221;1.0.61.0&#8243; newVersion=&#8221;1.0.66.0&#8243;/&#62; &#60;/dependentAssembly&#62; It tells you to redirect all of your SQLite DLL version 1.0.61.0 into somethin newer,for this example 1.0.66.0 For further info, check this 1.DLL redirection in web.config 2.Issue regarding elmah Share on Facebook]]></description>
		<wfw:commentRss>http://hobby.keluargareski.net/2010/05/22/elmah-system-data-sqlite-version1-0-61-0-cultureneutral-publickeytokendb937bc2d44ff139-or-one-of-its-dependencies-the-located-assemblys-manifest-definition-does-not-match-the-assembly-ref/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug in Visual Studio</title>
		<link>http://hobby.keluargareski.net/2009/05/13/debug-in-visual-studio/</link>
		<comments>http://hobby.keluargareski.net/2009/05/13/debug-in-visual-studio/#comments</comments>
		<pubDate>Wed, 13 May 2009 16:54:08 +0000</pubDate>
		<dc:creator>ayah</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://hobby.keluargareski.net/?p=183</guid>
		<description><![CDATA[Ever wonder how to detect whether apps run at debug or release mode. Here is the code 1: #if DEBUG 2: Console.WriteLine(&#34;Hi, I'm in Debug mode&#34;); 3: #endif Share on Facebook]]></description>
		<wfw:commentRss>http://hobby.keluargareski.net/2009/05/13/debug-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Lambdas</title>
		<link>http://hobby.keluargareski.net/2009/03/21/debugging-lambdas/</link>
		<comments>http://hobby.keluargareski.net/2009/03/21/debugging-lambdas/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 23:34:58 +0000</pubDate>
		<dc:creator>ayah</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[entity framework]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://keluargareski.net/blogs/?p=70</guid>
		<description><![CDATA[Susah juga ngedebug untuk method kali ini, karena secara default, Visual Studio 2008 / 2008 SP 1 belum bisa ngedebug Lambda expression di window watch. Kalau kita coba masukan expression tersebut ke window watch, nanti ada tulisan Expression cannot contain lambda expression Menyebalkan banget ya kalau seperti ini, bisa menghambat kecepatan untuk debug bila ada [...]]]></description>
		<wfw:commentRss>http://hobby.keluargareski.net/2009/03/21/debugging-lambdas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
