<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Christophe Geers&#039; Blog</title>
	<atom:link href="http://cgeers.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgeers.com</link>
	<description>Christophe Geers&#039; Blog about .NET programming</description>
	<lastBuildDate>Mon, 21 May 2012 20:29:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SkyDrive: Listing Folders and Files by Christophe</title>
		<link>http://cgeers.com/2012/05/01/skydrive-listing-folders-and-files/#comment-1243</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Mon, 21 May 2012 20:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=4198#comment-1243</guid>
		<description><![CDATA[Hi Kayumba, best to post your question on StackOverflow.com. Your question is not related to this article. Seems like a ASP.NET question to me.]]></description>
		<content:encoded><![CDATA[<p>Hi Kayumba, best to post your question on StackOverflow.com. Your question is not related to this article. Seems like a ASP.NET question to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SkyDrive: Listing Folders and Files by KAYUMBA</title>
		<link>http://cgeers.com/2012/05/01/skydrive-listing-folders-and-files/#comment-1242</link>
		<dc:creator><![CDATA[KAYUMBA]]></dc:creator>
		<pubDate>Mon, 21 May 2012 14:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=4198#comment-1242</guid>
		<description><![CDATA[Bonjour,

Je voudrais créer dynamicallemeny des checkBox mais je l&#039;ai fait et ça ne marche pas pourriez vous me dire où est mon erreur svp ?


&lt;% if (getRayon.Count !=0) for (Int32 iRayon = 1; iRayon 
               &lt;%
            
                
                  CheckBox chkList1 = new CheckBox();
                  Panel PnlControl = new Panel();
                
                   chkList1.Text = getRayon[iRayon].ToString();

                   chkList1.ID = &quot;Chk&quot; + iRayon;

                   chkList1.Font.Name = &quot;Verdana&quot;;

                   chkList1.Font.Size = 9;

                   chkList1.Visible = true;
                  
                       
                   PnlControl.Controls.Add(chkList1);
                 

                  PnlControl.Controls.Add(new LiteralControl(&quot;&quot;));
            
                  
                %&gt;
               ]]></description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Je voudrais créer dynamicallemeny des checkBox mais je l&#8217;ai fait et ça ne marche pas pourriez vous me dire où est mon erreur svp ?</p>
<p>&lt;% if (getRayon.Count !=0) for (Int32 iRayon = 1; iRayon<br />
               &lt;%</p>
<p>                  CheckBox chkList1 = new CheckBox();<br />
                  Panel PnlControl = new Panel();</p>
<p>                   chkList1.Text = getRayon[iRayon].ToString();</p>
<p>                   chkList1.ID = &quot;Chk&quot; + iRayon;</p>
<p>                   chkList1.Font.Name = &quot;Verdana&quot;;</p>
<p>                   chkList1.Font.Size = 9;</p>
<p>                   chkList1.Visible = true;</p>
<p>                   PnlControl.Controls.Add(chkList1);</p>
<p>                  PnlControl.Controls.Add(new LiteralControl(&quot;&#8221;));</p>
<p>                %&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPD: Transfer Content To A Device by Christophe</title>
		<link>http://cgeers.com/2012/04/17/wpd-transfer-content-to-a-device/#comment-1238</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Thu, 17 May 2012 07:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=4070#comment-1238</guid>
		<description><![CDATA[No, not off the top of my head. There are so many WPD compatible devices. A while ago a reader mailed me to inform that he was working on a WPD .NET library:

https://github.com/slowmonkey/WPD-.NET-Wrapper

It might be of help to you. Otherwhise check out the C++ samples on MSDN.

http://msdn.microsoft.com/en-us/library/windows/desktop/dd389001(v=vs.85).aspx]]></description>
		<content:encoded><![CDATA[<p>No, not off the top of my head. There are so many WPD compatible devices. A while ago a reader mailed me to inform that he was working on a WPD .NET library:</p>
<p><a href="https://github.com/slowmonkey/WPD-.NET-Wrapper" rel="nofollow">https://github.com/slowmonkey/WPD-.NET-Wrapper</a></p>
<p>It might be of help to you. Otherwhise check out the C++ samples on MSDN.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dd389001(v=vs.85)" rel="nofollow">http://msdn.microsoft.com/en-us/library/windows/desktop/dd389001(v=vs.85)</a>.aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 5: File Upload by Christophe</title>
		<link>http://cgeers.com/2012/03/11/dropbox-rest-api-part-5-file-upload/#comment-1237</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Thu, 17 May 2012 07:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3965#comment-1237</guid>
		<description><![CDATA[Maybe the following answers on SO might point you in the right direction:

http://stackoverflow.com/questions/3924575/how-can-i-check-the-progress-of-a-httpwebrequest-upload]]></description>
		<content:encoded><![CDATA[<p>Maybe the following answers on SO might point you in the right direction:</p>
<p><a href="http://stackoverflow.com/questions/3924575/how-can-i-check-the-progress-of-a-httpwebrequest-upload" rel="nofollow">http://stackoverflow.com/questions/3924575/how-can-i-check-the-progress-of-a-httpwebrequest-upload</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SkyDrive: Listing Folders and Files by Christophe</title>
		<link>http://cgeers.com/2012/05/01/skydrive-listing-folders-and-files/#comment-1236</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Thu, 17 May 2012 07:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=4198#comment-1236</guid>
		<description><![CDATA[It would be best to create a webpage that handles the callbacks, extract the token from the URL and saves it. For desktop applications I usually resort to using a webbrowser control and checking the navigation events.]]></description>
		<content:encoded><![CDATA[<p>It would be best to create a webpage that handles the callbacks, extract the token from the URL and saves it. For desktop applications I usually resort to using a webbrowser control and checking the navigation events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 6: OAuth Callback by Christophe</title>
		<link>http://cgeers.com/2012/03/17/dropbox-rest-api-part-6-oauth-callback/#comment-1235</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Thu, 17 May 2012 07:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3996#comment-1235</guid>
		<description><![CDATA[Request.GetResponse() returns the response to your call. It is a synchronous call:

http://msdn.microsoft.com/en-us/library/system.net.webrequest.getresponse.aspx]]></description>
		<content:encoded><![CDATA[<p>Request.GetResponse() returns the response to your call. It is a synchronous call:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/system.net.webrequest.getresponse.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.net.webrequest.getresponse.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 6: OAuth Callback by stefanjagger</title>
		<link>http://cgeers.com/2012/03/17/dropbox-rest-api-part-6-oauth-callback/#comment-1229</link>
		<dc:creator><![CDATA[stefanjagger]]></dc:creator>
		<pubDate>Tue, 15 May 2012 17:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3996#comment-1229</guid>
		<description><![CDATA[Hi
Great write up, thank you... although not quite a novice article, but I&#039;m not complaining. 
I had a bit of issues running this on VS2010 Premium with SP1, had to download MVC 3 from Microsoft.
For some reason the app bugs out with a 403 forbidden error unless I put a wait in OAuth.cs before:
var response = request.GetResponse();
I presume this is the App running through instead of waiting for response.
I&#039;d be lost how to fix it but thought i&#039;d give you heads up in case something is broke.
Too much coding for me... have to learn the basics first...
Thanks
Stefan]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
Great write up, thank you&#8230; although not quite a novice article, but I&#8217;m not complaining.<br />
I had a bit of issues running this on VS2010 Premium with SP1, had to download MVC 3 from Microsoft.<br />
For some reason the app bugs out with a 403 forbidden error unless I put a wait in OAuth.cs before:<br />
var response = request.GetResponse();<br />
I presume this is the App running through instead of waiting for response.<br />
I&#8217;d be lost how to fix it but thought i&#8217;d give you heads up in case something is broke.<br />
Too much coding for me&#8230; have to learn the basics first&#8230;<br />
Thanks<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 1: Authentication by Christophe</title>
		<link>http://cgeers.com/2011/12/29/dropbox-rest-api-part-1-authentication/#comment-1217</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Sun, 13 May 2012 19:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3681#comment-1217</guid>
		<description><![CDATA[Phew, I&#039;d have to figure that out myself. Don&#039;t know off the top of my head. Target the .NET 2 framework, compile and see what breaks. Then you have to refactor those parts. Don&#039;t know which non .NET 2 parts I exactly used in all of the 6 articles. The JSON serialization supports .NET 2, so that&#039;s already good news:

http://james.newtonking.com/projects/json-net.aspx

The rest you&#039;ll have to figure out yourself. Can&#039;t imagine it &#039;ll be much.]]></description>
		<content:encoded><![CDATA[<p>Phew, I&#8217;d have to figure that out myself. Don&#8217;t know off the top of my head. Target the .NET 2 framework, compile and see what breaks. Then you have to refactor those parts. Don&#8217;t know which non .NET 2 parts I exactly used in all of the 6 articles. The JSON serialization supports .NET 2, so that&#8217;s already good news:</p>
<p><a href="http://james.newtonking.com/projects/json-net.aspx" rel="nofollow">http://james.newtonking.com/projects/json-net.aspx</a></p>
<p>The rest you&#8217;ll have to figure out yourself. Can&#8217;t imagine it &#8216;ll be much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 1: Authentication by Psycho</title>
		<link>http://cgeers.com/2011/12/29/dropbox-rest-api-part-1-authentication/#comment-1216</link>
		<dc:creator><![CDATA[Psycho]]></dc:creator>
		<pubDate>Sun, 13 May 2012 19:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3681#comment-1216</guid>
		<description><![CDATA[Figured it out. Thanks anyways.

One more question; how do I get it to work in .Net Framework 2?]]></description>
		<content:encoded><![CDATA[<p>Figured it out. Thanks anyways.</p>
<p>One more question; how do I get it to work in .Net Framework 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox REST API Part 1: Authentication by Christophe</title>
		<link>http://cgeers.com/2011/12/29/dropbox-rest-api-part-1-authentication/#comment-1215</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Sun, 13 May 2012 19:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://cgeers.com/?p=3681#comment-1215</guid>
		<description><![CDATA[Make sure you have added a reference to the System.Web assembly and check the .NET profile you are targetting.

Probably set to the Client Profile right now, which does not offer the System.Web assembly.

Set it to the full profile. Just right click on your project in the solution explorer and select project properties.]]></description>
		<content:encoded><![CDATA[<p>Make sure you have added a reference to the System.Web assembly and check the .NET profile you are targetting.</p>
<p>Probably set to the Client Profile right now, which does not offer the System.Web assembly.</p>
<p>Set it to the full profile. Just right click on your project in the solution explorer and select project properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

