<?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>Where in the API is Andrew Richards? - All Comments</title><link>http://blogs.msdn.com/b/andrew_richards/</link><description>This blog contains random snippets/thoughts as I wonder around various SDK and WDK APIs...</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.21163 (Build: 5.6.583.21163)</generator><item><title>re: Implementing ICorDebugManagedCallback2</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2012/01/30/implementing-icordebugmanagedcallback2.aspx#10262029</link><pubDate>Tue, 31 Jan 2012 01:00:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10262029</guid><dc:creator>AndrewRichards</dc:creator><description>&lt;p&gt;Additional References:&lt;/p&gt;
&lt;p&gt;Empty implementation of ICorDebugManagedCallback&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/jmstall/archive/2006/08/01/empty-icd-callback.aspx"&gt;blogs.msdn.com/.../empty-icd-callback.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A common problem: forgetting to call ICorDebugAppDomain::Attach&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/jmstall/archive/2005/07/19/icordebugappdomain-attach.aspx"&gt;blogs.msdn.com/.../icordebugappdomain-attach.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why does ICorDebug::SetManagedHandler() return E_NOINTERFACE?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/mithuns/archive/2006/12/22/why-does-icordebug-setmanagedhandler-return-e-nointerface.aspx"&gt;blogs.msdn.com/.../why-does-icordebug-setmanagedhandler-return-e-nointerface.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mike Stall&amp;#39;s .NET Debugging Blog&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/jmstall/archive/tags/icordebug/"&gt;blogs.msdn.com/.../icordebug&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10262029" width="1" height="1"&gt;</description></item><item><title>re: Implementing ICorDebugManagedCallback2</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2012/01/30/implementing-icordebugmanagedcallback2.aspx#10262024</link><pubDate>Tue, 31 Jan 2012 00:41:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10262024</guid><dc:creator>AndrewRichards</dc:creator><description>&lt;p&gt;FYI: Delete the szSearch parameter on the constructor - I missed it in code cull.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10262024" width="1" height="1"&gt;</description></item><item><title>re: WinDbg File Association and Explorer Context Menu</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2011/05/05/windbg-context-menu.aspx#10257672</link><pubDate>Tue, 17 Jan 2012 17:40:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10257672</guid><dc:creator>AndrewRichards</dc:creator><description>&lt;p&gt;@MrOliv: &amp;nbsp;Thanks for the post.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10257672" width="1" height="1"&gt;</description></item><item><title>re: WinDbg File Association and Explorer Context Menu</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2011/05/05/windbg-context-menu.aspx#10257522</link><pubDate>Tue, 17 Jan 2012 10:44:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10257522</guid><dc:creator>MrOliv</dc:creator><description>&lt;p&gt;What a great post!! Let me just add that I hit the current user &amp;quot;Open with...&amp;quot; file association issue and solved it as you suggested, Andrew. In case somebody else hits it, the key I deleted was HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dmp.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10257522" width="1" height="1"&gt;</description></item><item><title>re: Debugger Engine (DbgEng) updates in the Windows 8 Developer Preview</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2011/09/24/debugger-engine-dbgeng-updates-in-windows-8-developer-preview.aspx#10244029</link><pubDate>Sun, 04 Dec 2011 11:01:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10244029</guid><dc:creator>WindowsNT</dc:creator><description>&lt;p&gt;Nice. I&amp;#39;m adding these to my WinDBG alternative app :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10244029" width="1" height="1"&gt;</description></item><item><title>re: Writing a 'Debugging Tools for Windows' Extension</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2011/04/23/writing-a-debugging-tools-for-windows-extension.aspx#10224792</link><pubDate>Thu, 13 Oct 2011 19:28:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10224792</guid><dc:creator>AndrewRichards</dc:creator><description>&lt;p&gt;I&amp;#39;ve been told that the code download for the 3rd article was pointing to the 2nd article&amp;#39;s code - the link should be fixed now. &amp;nbsp;(The 3rd download has all 3 articles in it)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10224792" width="1" height="1"&gt;</description></item><item><title>re: David Solomon Memory Management talks</title><link>http://blogs.msdn.com/b/andrew_richards/archive/2011/05/01/david-solomon-memory-management-talks.aspx#10160106</link><pubDate>Mon, 02 May 2011 19:21:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10160106</guid><dc:creator>JASE</dc:creator><description>&lt;p&gt;Nice article.Thanks for sharing. &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://taskey.com/product.aspx&amp;quot;&amp;gt;"&gt;taskey.com/product.aspx&amp;quot;&amp;gt;&lt;/a&gt; Work Plan Platform &amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10160106" width="1" height="1"&gt;</description></item></channel></rss>
