<?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 CE&#039;s Blog</title>
	<atom:link href="http://www.christian-etter.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.christian-etter.de</link>
	<description>早起的鸟儿有虫吃 - 早起的虫儿被鸟吃</description>
	<lastBuildDate>Tue, 12 Feb 2013 16:18:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Wen Chen</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-5137</link>
		<dc:creator>Wen Chen</dc:creator>
		<pubDate>Tue, 12 Feb 2013 16:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-5137</guid>
		<description><![CDATA[Thank you Christian

The revised code you provided works perfectly. I am using Windows 7 and VS 2010.]]></description>
		<content:encoded><![CDATA[<p>Thank you Christian</p>
<p>The revised code you provided works perfectly. I am using Windows 7 and VS 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Mike Jones</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-5136</link>
		<dc:creator>Mike Jones</dc:creator>
		<pubDate>Fri, 08 Feb 2013 13:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-5136</guid>
		<description><![CDATA[Yes, that did the trick.  Code now works perfectly.  Thank you very much.]]></description>
		<content:encoded><![CDATA[<p>Yes, that did the trick.  Code now works perfectly.  Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-5081</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Fri, 08 Feb 2013 09:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-5081</guid>
		<description><![CDATA[Actually I was not able to reproduce the error, but it might be due to some platform specific allocation issue. Therefore I have moved allocation code to the managed layer in the updated code. Both, the extension class and the solution .zip have been updated.]]></description>
		<content:encoded><![CDATA[<p>Actually I was not able to reproduce the error, but it might be due to some platform specific allocation issue. Therefore I have moved allocation code to the managed layer in the updated code. Both, the extension class and the solution .zip have been updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Wen Chen</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-4968</link>
		<dc:creator>Wen Chen</dc:creator>
		<pubDate>Thu, 07 Feb 2013 14:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-4968</guid>
		<description><![CDATA[I am using Visual Studio 2010 on Windows 7. can you run them on Visual Studio 2010 on Windows 7?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>I am using Visual Studio 2010 on Windows 7. can you run them on Visual Studio 2010 on Windows 7?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-4919</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Wed, 06 Feb 2013 22:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-4919</guid>
		<description><![CDATA[That is weird. I have double checked the solution and did not come across the same problem. Which OS version are you developing on? Which IDE/compiler?
You might also check MSDN for any hints regarding the failure: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/windows/desktop/aa379912%28v=vs.85%29.aspx&quot; title=&quot;CryptDecodeObjectEx&quot; rel=&quot;nofollow&quot;&gt;CryptDecodeObjectEx&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>That is weird. I have double checked the solution and did not come across the same problem. Which OS version are you developing on? Which IDE/compiler?<br />
You might also check MSDN for any hints regarding the failure: <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa379912%28v=vs.85%29.aspx" title="CryptDecodeObjectEx" rel="nofollow">CryptDecodeObjectEx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Mike Jones</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-4902</link>
		<dc:creator>Mike Jones</dc:creator>
		<pubDate>Wed, 06 Feb 2013 16:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-4902</guid>
		<description><![CDATA[I downloaded the sample visual studio solution, and tried it without modifications.  The private key converts and loads, but the public key conversion fails.  Specifically, it fails in GetPublicKeyBlobFromRSA.  The RSA input data to that function matches your screenshots, so I&#039;m pretty sure the input data to the function is correct.  CryptDecodObjectEx() in GetPublicKeyBlobFromRSA() fails with Win32 error &quot;ASN1 bad tag value met&quot;.  Would you know what might be causing this problem?]]></description>
		<content:encoded><![CDATA[<p>I downloaded the sample visual studio solution, and tried it without modifications.  The private key converts and loads, but the public key conversion fails.  Specifically, it fails in GetPublicKeyBlobFromRSA.  The RSA input data to that function matches your screenshots, so I&#8217;m pretty sure the input data to the function is correct.  CryptDecodObjectEx() in GetPublicKeyBlobFromRSA() fails with Win32 error &#8220;ASN1 bad tag value met&#8221;.  Would you know what might be causing this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET RSACryptoServiceProvider PEM + DER Support by Wen Chen</title>
		<link>http://www.christian-etter.de/?p=771&#038;cpage=1#comment-4896</link>
		<dc:creator>Wen Chen</dc:creator>
		<pubDate>Wed, 06 Feb 2013 15:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=771#comment-4896</guid>
		<description><![CDATA[very helpful. But when I ran your source I got this error &quot;ASN1 bad tag value met&quot; when run &quot;rsa.LoadPublicKeyPEM( sPublicKeyPEM );&quot;. Do you knwo what&#039;s the reason?

Thanks,
Wen]]></description>
		<content:encoded><![CDATA[<p>very helpful. But when I ran your source I got this error &#8220;ASN1 bad tag value met&#8221; when run &#8220;rsa.LoadPublicKeyPEM( sPublicKeyPEM );&#8221;. Do you knwo what&#8217;s the reason?</p>
<p>Thanks,<br />
Wen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Returning Data from a CLR Stored Procedure by donn</title>
		<link>http://www.christian-etter.de/?p=584&#038;cpage=1#comment-3125</link>
		<dc:creator>donn</dc:creator>
		<pubDate>Fri, 04 Jan 2013 01:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=584#comment-3125</guid>
		<description><![CDATA[super helpful!  thank you!]]></description>
		<content:encoded><![CDATA[<p>super helpful!  thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Geolocation of IP-Addresses using SQLite and SQL Server by Peter</title>
		<link>http://www.christian-etter.de/?p=241&#038;cpage=1#comment-813</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 04 Jun 2012 16:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=241#comment-813</guid>
		<description><![CDATA[minor detail, don&#039;t forget to convert your varchar ip-address to numeric --&gt; http://blog.netnerds.net/2007/01/t-sql-udf-convert-traditional-ip-into-numeric-ip/

The accuracy of the free DB on a city level is only soso at best (but still free though).]]></description>
		<content:encoded><![CDATA[<p>minor detail, don&#8217;t forget to convert your varchar ip-address to numeric &#8211;&gt; <a href="http://blog.netnerds.net/2007/01/t-sql-udf-convert-traditional-ip-into-numeric-ip/" rel="nofollow">http://blog.netnerds.net/2007/01/t-sql-udf-convert-traditional-ip-into-numeric-ip/</a></p>
<p>The accuracy of the free DB on a city level is only soso at best (but still free though).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Geolocation of IP-Addresses using SQLite and SQL Server by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=241&#038;cpage=1#comment-810</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Wed, 16 May 2012 18:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=241#comment-810</guid>
		<description><![CDATA[Thanks for pointing this out. I don&#039;t have the IP data available any more to check back, the above solution will obviously only work with data such as 127.0.0.0 - 127.0.1.0, 127.0.1.0 - 127.0.2.0 ... where the end IP adress is identical to the start address of the next block. If end IP is inclusive, e.g. 127.0.0.0 - 127.0.0.255, 127.0.1.0 - 127.0.1.255 ... Your solution is correct!]]></description>
		<content:encoded><![CDATA[<p>Thanks for pointing this out. I don&#8217;t have the IP data available any more to check back, the above solution will obviously only work with data such as 127.0.0.0 &#8211; 127.0.1.0, 127.0.1.0 &#8211; 127.0.2.0 &#8230; where the end IP adress is identical to the start address of the next block. If end IP is inclusive, e.g. 127.0.0.0 &#8211; 127.0.0.255, 127.0.1.0 &#8211; 127.0.1.255 &#8230; Your solution is correct!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
