<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Notes from a dark corner</title><link>http://blogs.msdn.com/b/dougste/</link><description>Debugging ASP.NET, the CLR and anything that uses clock cycles.</description><dc:language>en-GB</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Windows Store app solutions and tips for certification</title><link>http://blogs.msdn.com/b/dougste/archive/2013/05/09/windows-store-app-solutions-and-tips-for-certification.aspx</link><pubDate>Thu, 09 May 2013 09:39:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10417266</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10417266</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/05/09/windows-store-app-solutions-and-tips-for-certification.aspx#comments</comments><description>&lt;p&gt;Our team within Microsoft Global Business Support that supports developer writing Windows Store apps and Windows Phone apps have a team blog &lt;a href="http://blogs.msdn.com/b/wsdevsol/"&gt;here&lt;/a&gt;. This is multi-contributor blog that offers advice and ideas on solving some of the common scenarios that our support teams see customers trying to work through.&lt;/p&gt;  &lt;p&gt;One of the areas that is new for many developers of apps for Windows 8 that are made available via the Windows Store is the certification and publishing process. Here are some resources that may be useful for that:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh750302.aspx"&gt;Windows Store app fundamentals&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/windows/apps/hh465424.aspx"&gt;Index of UX guidelines&lt;/a&gt;: The index of UX guidelines is the checklist used to evaluate apps in the App Fast Track.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh694083.aspx"&gt;Certification Requirements&lt;/a&gt; The formal list if requirements your app has to meet. This is a “living document” that gets updated and has release history notes at the bottom. Note that a recent addition (6.12) is that if you &lt;em&gt;say your app meets&lt;/em&gt; accessibility requirements then it &lt;em&gt;has to actually&lt;/em&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh700338.aspx"&gt;meet the baseline set of requirements&lt;/a&gt;. To learn more about Microsoft and accessibility check &lt;a href="http://www.microsoft.com/enable/"&gt;here&lt;/a&gt;. We also have accessibility centre for developers &lt;a href="http://msdn.microsoft.com/en-us/windows/bb735024.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/windows/apps/jj657968.aspx"&gt;Avoiding common certification failures&lt;/a&gt; Driven by the app certification team, this new topic lists common reasons why apps fail certification. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/windows/apps/hh921583.aspx"&gt;Resolving certification failures&lt;/a&gt; This article contains an entry for each certification requirement, and lists the current recommendations for resolving common failures. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10417266" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+8/">Windows 8</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store/">Windows Store</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store+apps/">Windows Store apps</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Accessibility/">Accessibility</category></item><item><title>CLRMD: .NET Crash Dump and Live Process Inspection</title><link>http://blogs.msdn.com/b/dougste/archive/2013/05/04/clrmd-net-crash-dump-and-live-process-inspection.aspx</link><pubDate>Sat, 04 May 2013 21:46:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10416105</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10416105</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/05/04/clrmd-net-crash-dump-and-live-process-inspection.aspx#comments</comments><description>&lt;p&gt;Lee Culver, a software developer on the .NET Runtime team, has shipped an awesome managed code library for anyone interested in analysing memory dumps and the internals of running .NET applications.&amp;#160; Known as CLRMD, this library allows you to write code that does all the kinds of stuff you do with the &lt;a href="http://msdn.microsoft.com/en-us/library/bb190764.aspx"&gt;SOS&lt;/a&gt;, &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=1073"&gt;PSSCOR2&lt;/a&gt;, &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=21255"&gt;PSSCOR4&lt;/a&gt;&amp;#160; or &lt;a href="http://www.stevestechspot.com/Default.aspx#a57493e80-1694-4d82-a2dd-a6c20cb228a9"&gt;SOSEX&lt;/a&gt; debugger extensions and more.&lt;/p&gt;  &lt;p&gt;You can read more about it &lt;a href="http://blogs.msdn.com/b/dotnet/archive/2013/05/01/net-crash-dump-and-live-process-inspection.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can get the NuGet package &lt;a href="https://nuget.org/packages/Microsoft.Diagnostics.Runtime"&gt;here&lt;/a&gt;..&lt;/p&gt;  &lt;p&gt;This is a fantastic addition to the debugging toolbox and opens world of possibilities for .NET problem investigation and resolution.&lt;/p&gt;  &lt;p&gt;Thanks Lee!&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10416105" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Debugging/">Debugging</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/CLR/">CLR</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/-NET+Framework+3-5/">.NET Framework 3.5</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/-NET+Framework+2-0/">.NET Framework 2.0</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/-NET+Framework+4-0/">.NET Framework 4.0</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/CLR4/">CLR4</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/CLR4-5/">CLR4.5</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/-NET+Framework+4-5/">.NET Framework 4.5</category></item><item><title>Windows Azure Developer Challenge</title><link>http://blogs.msdn.com/b/dougste/archive/2013/04/29/windows-azure-developer-challenge.aspx</link><pubDate>Mon, 29 Apr 2013 10:16:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10414709</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10414709</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/04/29/windows-azure-developer-challenge.aspx#comments</comments><description>&lt;p&gt;An &lt;a href="http://www.codeproject.com/Competitions/637/Windows-Azure-Developer-Challenge"&gt;exciting competition&lt;/a&gt; organised by CodeProject and sponsored by Microsoft is under way with the deadline for completing stage one extended to the 3rd of May. Try Windows Azure and 5 programming challenges for a chance at Spot prizes, Stage prizes and the Grand Prize totalling over $16,000 with 65 chances to win. &lt;/p&gt;  &lt;p&gt;Happy cloud coding!&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414709" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Azure/">Azure</category></item><item><title>Hotfix rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1</title><link>http://blogs.msdn.com/b/dougste/archive/2013/03/13/hotfix-rollup-for-windows-7-sp1-and-windows-server-2008-r2-sp1.aspx</link><pubDate>Wed, 13 Mar 2013 11:27:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10401935</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10401935</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/03/13/hotfix-rollup-for-windows-7-sp1-and-windows-server-2008-r2-sp1.aspx#comments</comments><description>&lt;p&gt;An important hotfix package has been released:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2775511"&gt;&lt;font size="4"&gt;An enterprise hotfix rollup is available for Windows 7 SP1 and Windows Server 2008 R2 SP1&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“This article describes a hotfix rollup for Windows 7 Service Pack 1 (SP1)-based and Windows Server 2008 R2 SP1-based computers. This hotfix rollup contains 90 hotfixes that were released after the release of SP1 for Windows 7 and Windows Server 2008 R2. These hotfixes improve the overall performance and system reliability of Windows 7 SP1-based and Windows Server 2008 R2 SP1-based computers. We recommend that you apply this hotfix rollup as part of your regular maintenance routine and build processes for Windows 7 and Windows Server 2008 R2 computers.       &lt;br /&gt;This hotfix rollup includes the following improvements:&lt;/em&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;Improves the Windows Client Remote File System components. These components include the following: &lt;/em&gt;        &lt;ul&gt;         &lt;li&gt;&lt;em&gt;Web-based Distributed Authoring and Versioning (WebDAV) &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;DFSN client &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;Folder Redirection &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;Offline Files and Folders (CSC) &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;SMB client &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;Redirected Drive Buffering Subsystem (RDB) &lt;/em&gt;&lt;/li&gt;          &lt;li&gt;&lt;em&gt;Multiple UNC Provider (MUP)&lt;/em&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;      &lt;li&gt;&lt;em&gt;Improves the SMB Service and TCP protocol components. These improvements work together with other improvements to help improve the overall networking performance on Windows 7 SP1-based and Windows Server 2008 R2 SP1-based computers.”&lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10401935" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Support/">Support</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Hotfixes/">Hotfixes</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+7/">Windows 7</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Server+2008+R2/">Windows Server 2008 R2</category></item><item><title>My colleagues in Ireland raising money for the Microsoft CSS Malawi Citizenship project</title><link>http://blogs.msdn.com/b/dougste/archive/2013/03/05/my-colleagues-in-ireland-raising-money-for-the-microsoft-css-malawi-citizenship-project.aspx</link><pubDate>Tue, 05 Mar 2013 21:24:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10399638</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10399638</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/03/05/my-colleagues-in-ireland-raising-money-for-the-microsoft-css-malawi-citizenship-project.aspx#comments</comments><description>&lt;p&gt;My colleagues in Ireland have been stretching their legs raising money for Concern Universal as part of the Microsoft CSS Malawi Citizenship project which I &lt;a href="http://blogs.msdn.com/b/dougste/archive/2012/08/24/malawi-2-0-microsoft-css-working-to-provide-clean-water.aspx"&gt;blogged about&lt;/a&gt; earlier this year.&lt;/p&gt;  &lt;p&gt;They’d still like to raise a bit more money so if you fancy donating a little to help provide clean water in Malawi you can donate&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://www.justgiving.com/waterislife-ireland"&gt;&lt;font size="7"&gt;here&lt;/font&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Thank you!&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10399638" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/General+_2D00_+non_2D00_tech/">General - non-tech</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Malawi/">Malawi</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Charity/">Charity</category></item><item><title>What to do if you have problems with a Windows Store app</title><link>http://blogs.msdn.com/b/dougste/archive/2013/02/27/what-to-do-if-you-have-problems-with-a-windows-store-app.aspx</link><pubDate>Wed, 27 Feb 2013 11:07:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10397536</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10397536</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/02/27/what-to-do-if-you-have-problems-with-a-windows-store-app.aspx#comments</comments><description>&lt;p&gt;If you or one of the users of a Windows Store app you’ve developed are having problems with the app, a good starting point may be the Apps troubleshooter that is available.&lt;/p&gt;  &lt;p&gt;If you go to this page:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://windows.microsoft.com/en-us/windows-8/what-troubleshoot-problems-app"&gt;What to do if you have problems with an app&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;you’ll find some useful advice on what to try.&lt;/p&gt;  &lt;p&gt;Also, down at the bottom of that page you see this with the link to &lt;a href="http://go.microsoft.com/fwlink/?LinkId=268423"&gt;launch the Apps troubleshooter&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/8424.clip_5F00_image002_5F00_1D723A83.jpg"&gt;&lt;img title="clip_image002" style="display: inline; background-image: none;" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/2555.clip_5F00_image002_5F00_thumb_5F00_234CDE1C.jpg" width="644" height="44" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once launched it will guide you through:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/6787.clip_5F00_image004_5F00_7B3A2EFC.jpg"&gt;&lt;img title="clip_image004" style="display: inline; background-image: none;" border="0" alt="clip_image004" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/7357.clip_5F00_image004_5F00_thumb_5F00_20C3AC5E.jpg" width="638" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After selecting next it checks some things and warns you that you may be required to restart:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/0412.clip_5F00_image006_5F00_315BA74C.jpg"&gt;&lt;img title="clip_image006" style="display: inline; background-image: none;" border="0" alt="clip_image006" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/2555.clip_5F00_image006_5F00_thumb_5F00_5E046125.jpg" width="644" height="210" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally you will get to the summary screen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/1050.clip_5F00_image008_5F00_43C3F801.jpg"&gt;&lt;img title="clip_image008" style="display: inline; background-image: none;" border="0" alt="clip_image008" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/8816.clip_5F00_image008_5F00_thumb_5F00_3B6022AA.jpg" width="633" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10397536" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Support/">Support</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Diagnostics/">Diagnostics</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+8/">Windows 8</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store+apps/">Windows Store apps</category></item><item><title>Update: Visual Studio Extensions for the Windows Library for JavaScript</title><link>http://blogs.msdn.com/b/dougste/archive/2013/02/19/update-visual-studio-extensions-for-the-windows-library-for-javascript.aspx</link><pubDate>Tue, 19 Feb 2013 00:24:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10395032</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10395032</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/02/19/update-visual-studio-extensions-for-the-windows-library-for-javascript.aspx#comments</comments><description>&lt;p&gt;A few days ago the latest update to the Visual Studio Extensions for the Windows Library for JavaScript.&lt;/p&gt;  &lt;p&gt;You can find them &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30687"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10395032" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store+apps/">Windows Store apps</category></item><item><title>Building Windows Store apps in the UK?</title><link>http://blogs.msdn.com/b/dougste/archive/2013/02/06/building-windows-store-apps-in-the-uk.aspx</link><pubDate>Wed, 06 Feb 2013 12:21:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10391497</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10391497</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/02/06/building-windows-store-apps-in-the-uk.aspx#comments</comments><description>&lt;p&gt;Our UK Developer and Platform Evangelism team have a great site designed to help get UK developers started building Windows Store apps and make them successful.&lt;/p&gt;  &lt;p&gt;You can find it here: &lt;a title="http://www.windows-store.co.uk/" href="http://www.windows-store.co.uk/"&gt;http://www.windows-store.co.uk/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windows-store.co.uk/"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/6758.image_5F00_716ADEFF.png" width="644" height="157" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windows-store.co.uk/"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/6266.image_5F00_7DF88C1B.png" width="644" height="132" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windows-store.co.uk/"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-55-61-metablogapi/5165.image_5F00_0366FCC0.png" width="644" height="127" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Regards&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10391497" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store/">Windows Store</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store+apps/">Windows Store apps</category></item><item><title>Windows Store app crash reports now provided with certification feedback</title><link>http://blogs.msdn.com/b/dougste/archive/2013/01/31/windows-store-app-crash-reports-now-provided-with-certification-feedback.aspx</link><pubDate>Thu, 31 Jan 2013 11:57:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389890</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10389890</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2013/01/31/windows-store-app-crash-reports-now-provided-with-certification-feedback.aspx#comments</comments><description>&lt;p&gt;Great to see that we are now going to provide &lt;a href="http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx"&gt;crash reports to help you certify your Windows Store app&lt;/a&gt;. In other words if the certification report comes back indicating that it crashed in some way during testing, we’ll now provide more detail about the nature of the crash.&lt;/p&gt;  &lt;p&gt;The post also points to &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj933262.aspx"&gt;documentation about how to analyse these crash report&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://mtaulty.com/communityserver/blogs/mike_taultys_blog/default.aspx"&gt;Mike Taulty&lt;/a&gt; has previously written a &lt;a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2012/10/04/windows-store-applications-debugging-crashes.aspx"&gt;great blog post&lt;/a&gt; about debugging crashes using the dmp files that you can get via the Store Developer dashboard if your app is already in market and your users have been kind enough to allow diagnostic information about your app to be uploaded.&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389890" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+8/">Windows 8</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store/">Windows Store</category></item><item><title>What is a Microsoft account?</title><link>http://blogs.msdn.com/b/dougste/archive/2012/10/30/what-is-a-microsoft-account.aspx</link><pubDate>Tue, 30 Oct 2012 13:31:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10364006</guid><dc:creator>Doug Stewart -MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/dougste/rsscomments.aspx?WeblogPostID=10364006</wfw:commentRss><comments>http://blogs.msdn.com/b/dougste/archive/2012/10/30/what-is-a-microsoft-account.aspx#comments</comments><description>&lt;p&gt;Useful short, new video &lt;a href="http://content.microsoftstore.com/store/msaccount"&gt;here&lt;/a&gt; explaining what a Microsoft account is.&lt;/p&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;p&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10364006" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+8/">Windows 8</category><category domain="http://blogs.msdn.com/b/dougste/archive/tags/Windows+Store/">Windows Store</category></item></channel></rss>