<?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">I think I lost my brain</title><subtitle type="html">Various blogs by Niel Sutton on Microsoft technologies that deal with OLE, COM, VC++, C#, and much more.</subtitle><id>http://blogs.msdn.com/dsutton1/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/dsutton1/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/dsutton1/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2004-04-09T01:05:00Z</updated><entry><title>Man, I'm bad at this</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/dsutton1/archive/2005/02/23/378905.aspx" /><id>http://blogs.msdn.com/dsutton1/archive/2005/02/23/378905.aspx</id><published>2005-02-23T18:48:00Z</published><updated>2005-02-23T18:48:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;So I've come to the conclusion that I'm a bad blogger. I don't&amp;nbsp;post nearly enough of the copious information that I am privy to every single day.&amp;nbsp;I'm trying to understand why and trying to rationalize my lack of posts but everything just comes out sounding like lame excuses. So I won't give any. I'll just work to do better. Short and sweet appears to be the best mantra. Better to have a short post than no post at all right?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;But if you would like to know about some other blogs that are very intersting (to me anyway) and which might be updated&amp;nbsp;a bit more often than mine, then please check these out:&lt;/font&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;A href="http://blogs.msdn.com/robgruen"&gt;&lt;font face="Verdana" size="2"&gt;http://blogs.msdn.com/robgruen&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;&amp;nbsp;- for stuff related to ole/com, vb, photography, or whatever&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;A href="http://blogs.msdn.com/rickrain"&gt;&lt;font face="Verdana" size="2"&gt;http://blogs.msdn.com/rickrain&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;&amp;nbsp;- ole/com stuff&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;A href="http://blogs.msdn.com/anantd"&gt;&lt;font face="Verdana" size="2"&gt;http://blogs.msdn.com/anantd&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;&amp;nbsp;- remoting, sharepoint, and now COM+ information&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;A href="http://blogs.msdn.com/onoj"&gt;&lt;font face="Verdana" size="2"&gt;http://blogs.msdn.com/onoj&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;&amp;nbsp;- smartclient, smart devices, and just generally cool information&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=378905" width="1" height="1"&gt;</content><author><name>DSutton1</name><uri>http://blogs.msdn.com/members/DSutton1.aspx</uri></author></entry><entry><title>16-bit client app failing after installing Windows XP Service Pack 2 (XPSP2)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/dsutton1/archive/2004/11/03/251701.aspx" /><id>http://blogs.msdn.com/dsutton1/archive/2004/11/03/251701.aspx</id><published>2004-11-03T18:01:00Z</published><updated>2004-11-03T18:01:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;So I've been working on a recent escalation case for my team that deals with a 16-bit client application trying to use a 32-bit out of process com server. When the client application would do CoCreateInstance on the server, this would work fine (hr = S_OK) and the out of process com exe would start. However, if the client then did a QueryInterface for a specific interface, it would fail with this HR:&lt;/font&gt;&lt;/p&gt;&lt;font size="1"&gt; &lt;p&gt;&lt;br /&gt;&lt;font face="Courier New" size="2"&gt;Error Result :&amp;nbsp;0x80010104&amp;nbsp;&amp;nbsp; ( -2147417852 )&lt;br /&gt;ID Defined as :&amp;nbsp;RPC_E_FAULT&lt;br /&gt;Error Type :&amp;nbsp;OLE HRESULT Error&lt;br /&gt;Facility :&amp;nbsp;FACILITY_RPC&amp;nbsp;&amp;nbsp; 0x00000001&amp;nbsp;&amp;nbsp; ( 1 )&lt;br /&gt;Severity :&amp;nbsp;SEVERITY_ERROR&amp;nbsp;&amp;nbsp; 0x00000001&amp;nbsp;&amp;nbsp; ( 1 )&lt;br /&gt;Code :&amp;nbsp;0x00000104&amp;nbsp;&amp;nbsp; ( 260 )&lt;br /&gt;Source Error file :&amp;nbsp;Winerror.h&lt;br /&gt;Message Text :&amp;nbsp;RPC could not call the server or could not return the results of calling the server.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;After digging around for a very long time and consulting with our development team, I finally found the solution. There was&amp;nbsp;a change made in xpsp2 that essentially turned off the Universal Proxy Stub (UPS) by default but allowed for it to be turned back on through a registry key. That registry key is:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OleAut]&lt;br /&gt;"EnableUPS"=dword:00000001&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=251701" width="1" height="1"&gt;</content><author><name>DSutton1</name><uri>http://blogs.msdn.com/members/DSutton1.aspx</uri></author><category term="Technology" scheme="http://blogs.msdn.com/dsutton1/archive/tags/Technology/default.aspx" /></entry><entry><title>Where do I go from here?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/dsutton1/archive/2004/04/09/110242.aspx" /><id>http://blogs.msdn.com/dsutton1/archive/2004/04/09/110242.aspx</id><published>2004-04-09T08:05:00Z</published><updated>2004-04-09T08:05:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Blogs are just great things.&amp;nbsp; They allow an amazing amount of knowledge sharing in such an interesting and captivating way.&amp;nbsp; I've known about blogs for quite some&amp;nbsp;time now thanks to the evangelism of&amp;nbsp;&lt;/font&gt;&lt;a href="http://www.scripting.com/dwiner/"&gt;&lt;font face="Verdana" size="2"&gt;Dave Winer&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.&amp;nbsp; Ever since my first diversion to his site I could tell I was hooked.&amp;nbsp; I signed up for the newsletter and have been following ever since.&amp;nbsp; I mean, I feel like I know the guy.&amp;nbsp;I guess that is what makes blogs so dad-gum interesting.&amp;nbsp; You can just start following links and the next thing you know you're off into someone else's world trying to figure out why they have a certain opinion or learning about some new thing that you've never even heard of before.&amp;nbsp; It allows you to hear from people on topics that they are passionate about and with which they know something about (most of the time).&amp;nbsp; It is like being able to get advice from experts on just about anything without even leaving your keyboard...&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Which brings me to where I am now.&amp;nbsp; I really don't feel that I'm an expert at much of anything, but I do strive to be.&amp;nbsp; My intention is to post information that I'm privy to here at Microsoft in a way that will help other developers and hopefully make their job easier.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Part of what really got me inspired to create my own blog was &lt;/font&gt;&lt;a href="http://channel9.msdn.com"&gt;&lt;font face="Verdana" size="2"&gt;Channel9&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.&amp;nbsp; I think it is great and truly revolutionary.&amp;nbsp;I'm interested in seeing where it goes and I hope to be able to contribute to it in some form or another.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;But this blog I will use to collect and share nuggets of information.&amp;nbsp; Not quite sure what those nuggets will consist of yet, but stay tuned...&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=110242" width="1" height="1"&gt;</content><author><name>DSutton1</name><uri>http://blogs.msdn.com/members/DSutton1.aspx</uri></author></entry></feed>