<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">My MS Blog</title><subtitle type="html" /><id>http://blogs.msdn.com/maagniho/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/maagniho/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/maagniho/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-12-24T10:15:00Z</updated><entry><title>NetCFSvcUtil QFE</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/maagniho/archive/2009/08/07/netcfsvcutil-qfe.aspx" /><id>http://blogs.msdn.com/maagniho/archive/2009/08/07/netcfsvcutil-qfe.aspx</id><published>2009-08-07T14:38:00Z</published><updated>2009-08-07T14:38:00Z</updated><content type="html">It was brought to our notice that the NetCFSvcUtil.exe crashes while running on Windows Vista SP2 and Windows 7 RC operating systems. Today we are releasing a QFE for NetCFSvcUtil.exe which fixes this problem. This QFE can be downloaded here . Download this QFE if you need to run this utility on the above operating systems....(&lt;a href="http://blogs.msdn.com/maagniho/archive/2009/08/07/netcfsvcutil-qfe.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860120" width="1" height="1"&gt;</content><author><name>maagniho</name><uri>http://blogs.msdn.com/members/maagniho.aspx</uri></author><category term="CF Hotfix" scheme="http://blogs.msdn.com/maagniho/archive/tags/CF+Hotfix/default.aspx" /><category term="QFE" scheme="http://blogs.msdn.com/maagniho/archive/tags/QFE/default.aspx" /></entry><entry><title>.NET Framework 3.5 Namespace poster updated for .Net Compact Framework Types</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/maagniho/archive/2009/05/29/net-framework-3-5-namespace-poster-updated-for-net-compact-framework-types.aspx" /><id>http://blogs.msdn.com/maagniho/archive/2009/05/29/net-framework-3-5-namespace-poster-updated-for-net-compact-framework-types.aspx</id><published>2009-05-29T14:01:00Z</published><updated>2009-05-29T14:01:00Z</updated><content type="html">Sometime back some of our MVPs pointed out that the .NET Framework 3.5 Namespace poster had several types which were available in .Net Compact Framework but not marked with "CF" in the poster. We have updated the poster to reflect all types available in .NET Compact Framework. You can get the updated poster in PDF format here ....(&lt;a href="http://blogs.msdn.com/maagniho/archive/2009/05/29/net-framework-3-5-namespace-poster-updated-for-net-compact-framework-types.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9652661" width="1" height="1"&gt;</content><author><name>maagniho</name><uri>http://blogs.msdn.com/members/maagniho.aspx</uri></author><category term="WCF" scheme="http://blogs.msdn.com/maagniho/archive/tags/WCF/default.aspx" /><category term="BCL" scheme="http://blogs.msdn.com/maagniho/archive/tags/BCL/default.aspx" /><category term="CF" scheme="http://blogs.msdn.com/maagniho/archive/tags/CF/default.aspx" /><category term="Poster" scheme="http://blogs.msdn.com/maagniho/archive/tags/Poster/default.aspx" /></entry><entry><title>.NET CF Hotfix - CF failed to call some HTTPS web servers when encrytpion is enabled</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/maagniho/archive/2009/05/29/net-cf-hotfix-cf-failed-to-call-some-https-web-servers-when-encrytpion-is-enabled.aspx" /><id>http://blogs.msdn.com/maagniho/archive/2009/05/29/net-cf-hotfix-cf-failed-to-call-some-https-web-servers-when-encrytpion-is-enabled.aspx</id><published>2009-05-29T13:34:00Z</published><updated>2009-05-29T13:34:00Z</updated><content type="html">Many customers were facing issues with a bug in .NET compact framework where CF failed to call some HTTPS web servers when encrytpion is enabled. The core issue here was that SSL decryption breaks and NetCF resets connection if an empty encryption packet is sent. This is had been described in detail by Andrew Arnott here . Since many customer were hitting this issue .NET CF team has decided to release a hot fix for this. The hostfix is available now for public consumption.To get the hotfix you need...(&lt;a href="http://blogs.msdn.com/maagniho/archive/2009/05/29/net-cf-hotfix-cf-failed-to-call-some-https-web-servers-when-encrytpion-is-enabled.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9652630" width="1" height="1"&gt;</content><author><name>maagniho</name><uri>http://blogs.msdn.com/members/maagniho.aspx</uri></author><category term="CF Hotfix" scheme="http://blogs.msdn.com/maagniho/archive/tags/CF+Hotfix/default.aspx" /></entry><entry><title>GZip message encoding for WCF applications written using .Net Compact Framework</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/maagniho/archive/2008/12/24/gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="33446" href="http://blogs.msdn.com/maagniho/attachment/9251657.ashx" /><id>http://blogs.msdn.com/maagniho/archive/2008/12/24/gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx</id><published>2008-12-24T13:15:00Z</published><updated>2008-12-24T13:15:00Z</updated><content type="html">WCF technology samples released by Microsoft contain a sample ( Custom Message Encoder: Compression Encoder ) which shows how to write your own custom message encoder (GZip) for desktop WCF applications. In the past there have been a lot of questions regarding how this can be achieved for device applications using .Net Compact Framework. Microsoft has also released a sample GZip encoder for Compact Framework ( downloadable here ). This sample contains only the encoder and we have had questions around...(&lt;a href="http://blogs.msdn.com/maagniho/archive/2008/12/24/gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9251657" width="1" height="1"&gt;</content><author><name>maagniho</name><uri>http://blogs.msdn.com/members/maagniho.aspx</uri></author><category term="WCF" scheme="http://blogs.msdn.com/maagniho/archive/tags/WCF/default.aspx" /><category term="BCL" scheme="http://blogs.msdn.com/maagniho/archive/tags/BCL/default.aspx" /><category term="CF" scheme="http://blogs.msdn.com/maagniho/archive/tags/CF/default.aspx" /><category term="WCF Message Encoding" scheme="http://blogs.msdn.com/maagniho/archive/tags/WCF+Message+Encoding/default.aspx" /><category term="GZip" scheme="http://blogs.msdn.com/maagniho/archive/tags/GZip/default.aspx" /></entry></feed>