<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Winterdom</title>
	
	<link>http://winterdom.com</link>
	<description>by dæmons be driven</description>
	<lastBuildDate>Sun, 08 Nov 2009 17:14:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Commonality" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Essential BizTalk Debugging Skills</title>
		<link>http://winterdom.com/2009/11/essential-biztalk-debugging-skills</link>
		<comments>http://winterdom.com/2009/11/essential-biztalk-debugging-skills#comments</comments>
		<pubDate>Sun, 08 Nov 2009 17:14:05 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/11/essential-biztalk-debugging-skills</guid>
		<description><![CDATA[On the topic of debugging skills, there are many things said and to be said, but I thought I’d take a moment to reflect on a few skills I believe BizTalk developers should develop to solve problems on their solutions effectively (in no particular order):

Trace the execution of BizTalk processes end-to-end, covering both messaging and [...]]]></description>
			<content:encoded><![CDATA[<p>On the topic of debugging skills, there are many things said and to be said, but I thought I’d take a moment to reflect on a few skills I believe BizTalk developers should develop to solve problems on their solutions effectively (in no particular order):</p>
<ol>
<li>Trace the execution of BizTalk processes end-to-end, covering both messaging and orchestrations. While this seems obvious at first, it can be tough on complex solutions that rely heavily on pub/sub and direct binding!</li>
<li>Discovering the reasons why a service instance might be getting suspended. In particular, quickly finding any possible exception information coming from faulted instances.</li>
<li>Using the orchestration debugger to figure out where a given Orchestration instance is getting suspended.</li>
<li>Matching any receive shapes in an orchestration to the origin of messages coming for it. This might require matching logical ports with physical ports as well as possible direct-binding sources of messages.</li>
<li>Tracking possible reasons for routing failures, particularly when correlations are involved. This includes being able to understand routing failure reports, checking the state of any required promoted property, comparing subscription information either directly on the message box as well as from reading orchestration code, and so on.</li>
<li>Detecting and solving situations that stop flow/processing of messages, related to thread pool issues or thread starvation.</li>
<li>Detecting zombie message instances and their possible consequences.</li>
<li>Knowing how to enable the BAM tracing infrastructure to debug and solve issues with BAM not writing data to the BAM primary import database.</li>
<li>Using the Visual Studio Debugger or WinDBG to debug BizTalk processes. This includes figuring out the right processes to attach to!</li>
<li>Debugging assembly-loading/versioning issues. This includes how to use <a href="http://msdn.microsoft.com/en-us/library/e74a18c4(VS.71).aspx">Fuslogvw.exe</a> and friends.</li>
</ol>
<p>Anyone else has any other ideas?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=JvNuP4RlKdk:T3c3PzQlZUE:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=JvNuP4RlKdk:T3c3PzQlZUE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=JvNuP4RlKdk:T3c3PzQlZUE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/JvNuP4RlKdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/11/essential-biztalk-debugging-skills/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading to Karmic Koala and Bugs</title>
		<link>http://winterdom.com/2009/10/upgrading-to-karmic-koala-and-bugs</link>
		<comments>http://winterdom.com/2009/10/upgrading-to-karmic-koala-and-bugs#comments</comments>
		<pubDate>Fri, 30 Oct 2009 17:48:02 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/upgrading-to-karmic-koala-and-bugs</guid>
		<description><![CDATA[Yesterday afternoon I kicked off the update to Karmic Koala (9.10) on my trusty Dell Latitude D820 laptop that was running Ubuntu 9.04. The update took a long time (mostly due to the servers getting hammered) and, overall, worked just fine.
I did have to struggle with a couple of things. For example, I originally installed [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday afternoon I kicked off the update to Karmic Koala (9.10) on my trusty Dell Latitude D820 laptop that was running Ubuntu 9.04. The update took a long time (mostly due to the servers getting hammered) and, overall, worked just fine.</p>
<p>I did have to struggle with a couple of things. For example, I originally installed that machine with Xubuntu a long time ago and then converted to GNome. The Karmic upgrade enabled Xubuntu as the default again and configured XFCE as the default session, but that’s easy enough to fix. I can’t seem to find where to change my logon screen to the one I was using, though.</p>
<p>The big issue issues I’m running on, however, are related to what I use my machine the most for <img src='http://winterdom.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> :</p>
<ul>
<li>I had to change some of my scripts for mounting Windows shares in other machines as specifying the rw option to mount was no longer working. No errors, just mounting read-only instead. To fix this, I had to add the file_mode=0777 and dir_mode=0777 options to the mount command. No big deal, but took me a few Google searches to figure it out.</li>
<li>Building C/C++ apps/libraries on a samba share doesn’t work anymore, as GCC will always fail with a “Value too large for the defined data type” error. I’m basically hitting the bug described in this <a href="https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/455122">bug report</a>. I do hope it gets fixed soon, as otherwise I will have to get back to 9.04, which does work fine. Meanwhile, I’ll try setting up another VM with 9.04 to see if I can get some work done. Ouch!</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=t_DnG4gOquI:l2V-yJ8X0mQ:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=t_DnG4gOquI:l2V-yJ8X0mQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=t_DnG4gOquI:l2V-yJ8X0mQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/t_DnG4gOquI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/upgrading-to-karmic-koala-and-bugs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Virtual PC and ClearType</title>
		<link>http://winterdom.com/2009/10/windows-virtual-pc-and-cleartype</link>
		<comments>http://winterdom.com/2009/10/windows-virtual-pc-and-cleartype#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:04:36 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/windows-virtual-pc-and-cleartype</guid>
		<description><![CDATA[After repaving my desktop machine (which is my main work machine) with Windows 7, I tried the Windows Virtual PC for Windows 7 RC to run the few Virtual PC-based Virtual Machines I still use occasionally. It worked, though I didn’t bother installing the updated integration components (formerly known as Virtual Machine Guest Additions) for [...]]]></description>
			<content:encoded><![CDATA[<p>After repaving my desktop machine (which is my main work machine) with Windows 7, I tried the <a href="http://www.microsoft.com/windows/virtual-pc/">Windows Virtual PC</a> for Windows 7 RC to run the few Virtual PC-based Virtual Machines I still use occasionally. It worked, though I didn’t bother installing the updated integration components (formerly known as Virtual Machine Guest Additions) for a while which caused a number of issues.</p>
<p>This week I took a bit of time to uninstall the RC and install the RTM version of Windows Virtual PC. Notice that I have no interest in XP mode, merely in running my existing VMs, many of which are running Windows Server 2003.</p>
<p>A couple of things worth pointing out from this sad experience:</p>
<ul>
<li>Updating Virtual PC from the RC to RTM took me 4 reboots. Seriously screwed up in this day and age, but I fully blame it on…</li>
<li>The ungodly bad UI that Windows Virtual PC uses. The old Virtual PC console was a bad UI, but getting rid of it and replacing it with a shell extension, and one that forces you to keep your virtual machine definition files in a specific folder and has terrible usability was an incredibly stupid choice. No wonder so many reboots are needed for any updates, since Windows Explorer will get in the way.</li>
<li>After updating the integration components on my Windows Server 2003 virtual machines, imagine my surprise at seeing: (a) virtual pc locking the VM and wanting me to log in pretty often, (b) no way to change VM resolution from inside the VM and without ClearType being used to render fonts at all.</li>
</ul>
<p>And then I remembered what causes this: Windows Virtual PC sort of ditches the old display rendering and instead will use RDP to access your VM (so you’re pretty much working in a sort of embedded RDP client). Windows Server 2003 didn’t support ClearType over RDP originally, so I went hunting for <a href="http://support.microsoft.com/kb/946633">KB946633</a> and install it on my VM. One more restart, and ClearType was enabled.</p>
<p>This is supposed to be progress, ladies and gentlemen.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=kpWZeia1VVM:pj33a74h7G8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=kpWZeia1VVM:pj33a74h7G8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=kpWZeia1VVM:pj33a74h7G8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/kpWZeia1VVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/windows-virtual-pc-and-cleartype/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Comments on Visual Studio 2010 Beta 2</title>
		<link>http://winterdom.com/2009/10/some-comments-on-visual-studio-2010-beta-2</link>
		<comments>http://winterdom.com/2009/10/some-comments-on-visual-studio-2010-beta-2#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:29:39 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/some-comments-on-visual-studio-2010-beta-2</guid>
		<description><![CDATA[I’ve been fooling around a bit with the new Beta 2 build of Visual Studio 2010, so I’d thought I’d share a few comments about my general experience with the IDE, focusing mostly on the code editor.
What I like

After fooling around with my Windows configuration, font rendering on beta 2 looks a bit better than [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been fooling around a bit with the new Beta 2 build of Visual Studio 2010, so I’d thought I’d share a few comments about my general experience with the IDE, focusing mostly on the code editor.</p>
<h2>What I like</h2>
<ul>
<li>After fooling around with my Windows configuration, font rendering on beta 2 looks a bit better than it used to do in beta 1, which is great. It’s now on par with VS2008, I’d say (and zoomed text looks awesome). The only exception here is the rendering of line numbers, which is pretty bad, for whatever reason. </li>
<li>One of the issues I had commented earlier about <a href="http://winterdom.com/2009/06/vs2010-editor-and-explicit-background-colors">background color handling</a> in the editor seems to have been improved. Not sure how well it will work in practice, but the new behavior seems a lot better and more useful. Here’s a quick look at how the same line looks like normally, with a breakpoint and as the current statement:
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="EditorBg" border="0" alt="EditorBg" src="http://winterdom.com/wp-content/uploads/2009/10/EditorBg.png" width="592" height="107" /></p>
</li>
<li>You can now change the colors used when highlighting a collapsible region so that it doesn’t screw up with your custom color scheme. I still find the feature fairly useless, though, but maybe it’s just me. </li>
<li>Easy horizontal splitting of code windows is back. Yay!
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="VSSplit" border="0" alt="VSSplit" src="http://winterdom.com/wp-content/uploads/2009/10/VSSplit.png" width="116" height="117" /> </p>
</li>
<li>The IDE seems a bit more stable (beta 1 was pretty bad). I haven’t had any bad crashes yet. If you’re writing Visual Studio Extensions, though, be aware that VS handling of exceptions thrown by extensions (particularly editor-related ones) is still absolutely awful. It <em>will</em> crash, and it will do so badly. You might get a fairly useless dialog box before the crash, if you’re lucky. </li>
<li><a href="http://blogs.msdn.com/visualstudio/archive/2009/10/26/box-selection-and-multi-line-editing.aspx">Vertical Selection</a> is back. Sorely needed. The Insert-In-Vertical-Selection bit is useful, but I’ve had that with ViEmu for years on previous VS versions. (By the way, there’s a slight bug in this feature in Beta 2: if you want to insert text at the start of multiple lines, you need to block-select the first char, type in the new text and then fix the first chars of the lines that you overwrote. If you make instead an empty vertical selection first, insertion will go very wrong). </li>
<li>The new C# signature help tooltips are pretty nice. They contain useful information, and they look pretty good. They are very much easier to read than the old VS2008 tooltips.
<p><a href="http://winterdom.com/wp-content/uploads/2009/10/Tooltips.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Tooltips" border="0" alt="Tooltips" src="http://winterdom.com/wp-content/uploads/2009/10/Tooltips_thumb.png" width="640" height="64" /></a>&#160; </p>
<p>I do have one complain here, and it’s the lack of consistency: These nice tooltips only appear if you use the Intellisense –&gt; Parameter Info command (usually bound to Ctrl + Shift + Space). If you just hover the mouse over a method, you get a tooltip with the same info, but without all the nice formatting (looking very much like the VS2008 ones, just maybe in a different color).      <br /> 
<p>But it goes a bit beyond that. For example, those uglier tooltips use fixed-with fonts for all the text. One more inconsistency is that the tooltips shown when a member is selected in the IntelliSense completion list dropdown have the almost the same contents as the other two cases, but this time rendered in a proportional font instead. At least be consistent about it in all places! It would be awesome if all of them used the really nice thing the new formatted tooltips do: render the description text was in a proportional font and leave the signature in a monospaced font.</p>
</li>
</ul>
<h2>What I don’t like so much</h2>
<ul>
<li><em>Editor Performance:</em> When it comes to actually editing text, the editor is still not very fast. It’s a bit better in some spots than beta 1, and in general redrawing of the screen is fairly good, though I still see a very, very slight delay when typing text fast.       </p>
<p>Part of the problem here is that I’m running VS2010 on a Virtual Machine (and one running Win7 at that, which isn’t exactly snappy). Without hardware acceleration, the WPF-based text editor doesn’t quite perform as well as one would like. On the other hand, this is pretty much the standard setup for a lot of developers out there, so just ignoring this isn’t really an option for lots of us (not sure if it’s something MS cares about, though).       </p>
<p>The part where performance is pretty bad, in my specific experience, is scrolling: Right now, scrolling in the editor is absolutely awful. It is <em>very</em> slow, regardless of whether you are scrolling by simply moving around with the caret or using the scrollbar. Really hope this gets fixed.       </p>
<p>As an aside: I did try running VS2010 through RDP (terminal services). The experience was pretty much the same: It works reasonably OK as long as you have a large enough bandwidth between the two machines to enable all the graphics features (particularly ClearType, without which the editor is not as nice). Scrolling still sucks the big one over RDP. For more restricted connections, I’m not sure yet usable the editor will be. </li>
<li><em>Italics:</em> Still not there. Seriously screwed up that we’ll have to wait another 3 years to get one stupid checkbox added to the Fonts &amp; Colors option dialog to enable italics fonts on our configurations. The text editor itself does fully support italics and they look <em>beautiful</em>; you just have to hack your way around it to enable them (or use extensions that forces part of the text to render as italics). Not a happy panda about this. </li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=G-V2i18vxMg:5Q6_DkSN3uk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=G-V2i18vxMg:5Q6_DkSN3uk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=G-V2i18vxMg:5Q6_DkSN3uk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/G-V2i18vxMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/some-comments-on-visual-studio-2010-beta-2/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>One More Update to KeywordClassifier</title>
		<link>http://winterdom.com/2009/10/one-more-update-to-keywordclassifier</link>
		<comments>http://winterdom.com/2009/10/one-more-update-to-keywordclassifier#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:24:02 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/one-more-update-to-keywordclassifier</guid>
		<description><![CDATA[I’ve just committed some updates changes to my KeywordClassifier extension for Visual Studio 2010 Beta 2.
I had already worked around some problems my custom classifier was causing with Beta 2 related to it’s use of a recursive invocation of the classifier services, but @noahsmark proposed a better way to get this done in Beta 2 [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just <a href="http://github.com/tomasr/KeywordClassifier">committed</a> some updates changes to my <a href="http://winterdom.com/2009/10/updating-vs2010-extensions-for-beta-2">KeywordClassifier extension</a> for Visual Studio 2010 Beta 2.</p>
<p>I had already worked around some problems my custom classifier was causing with Beta 2 related to it’s use of a recursive invocation of the classifier services, but <a href="http://twitter.com/noahsmark/status/5028792020">@noahsmark</a> <a href="http://gist.github.com/214665">proposed</a> a better way to get this done in Beta 2 that would simplify the code a bit and get rid of the need to do the recursive invocation in the first place. This involved switching away from a custom classifier and instead implementing a custom <code>ITagger&lt;ClassificationTag&gt;</code> service instead.</p>
<p>The end result (to the user) is the same, but the code is definitely cleaner! In retrospect, though, naming the extension “KeywordClassifier” might not have been the best choice <img src='http://winterdom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=-jba7ZwkXyY:QGSTEiehuL8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=-jba7ZwkXyY:QGSTEiehuL8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=-jba7ZwkXyY:QGSTEiehuL8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/-jba7ZwkXyY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/one-more-update-to-keywordclassifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LineAdornment Extension Fixed For Beta 2</title>
		<link>http://winterdom.com/2009/10/lineadornment-extension-fixed-for-beta-2</link>
		<comments>http://winterdom.com/2009/10/lineadornment-extension-fixed-for-beta-2#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:24:48 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/lineadornment-extension-fixed-for-beta-2</guid>
		<description><![CDATA[I’ve now fixed all remaining issues with my Current Line Highlighting extension for Visual Studio 2010. Besides fixing all build issues, I started running into issues where IWpfTextViewLineCollection.GetMarkerGeometry() was returning null when the text snapshot was empty (like an empty line).
I reworked the code to avoid this call and instead manually create a new geometry [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve now fixed all remaining issues with my Current Line Highlighting extension for Visual Studio 2010. Besides fixing all build issues, I started running into issues where <code>IWpfTextViewLineCollection.GetMarkerGeometry()</code> was returning null when the text snapshot was empty (like an empty line).</p>
<p>I reworked the code to avoid this call and instead manually create a new geometry directly out of the line bounds (which I would always do anyway to adjust the margins). This seems to work pretty well for now. Here’s a screenshot of how it looks like on the new build:</p>
<p><a href="http://winterdom.com/wp-content/uploads/2009/10/LineExt.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="LineExt" border="0" alt="LineExt" src="http://winterdom.com/wp-content/uploads/2009/10/LineExt_thumb.png" width="603" height="480" /></a> </p>
<p>As usual, the updated code can be found in the <a href="http://github.com/tomasr/LineAdornments/">GitHub repository</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=wtpoLroxrIs:DXFgYuR1Zf8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=wtpoLroxrIs:DXFgYuR1Zf8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=wtpoLroxrIs:DXFgYuR1Zf8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/wtpoLroxrIs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/lineadornment-extension-fixed-for-beta-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating VS2010 Extensions for Beta 2</title>
		<link>http://winterdom.com/2009/10/updating-vs2010-extensions-for-beta-2</link>
		<comments>http://winterdom.com/2009/10/updating-vs2010-extensions-for-beta-2#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:11:25 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/updating-vs2010-extensions-for-beta-2</guid>
		<description><![CDATA[Now that Visual Studio 2010 Beta 2 is out, I’ve spent some time updating the editor extensions I created for VS2010 using the new extensibility model so that they work with Beta 2. The changes needed haven’t been very extensive, but they were not obvious at first.
Here’s a list of the most important changes that [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Visual Studio 2010 Beta 2 is out, I’ve spent some time updating the <a href="http://winterdom.com/2009/06/classifier-sample-update">editor</a> <a href="http://winterdom.com/2009/06/current-line-highlighting-for-vs2010">extensions</a> I created for VS2010 using the new extensibility model so that they work with Beta 2. The changes needed haven’t been very extensive, but they were not obvious at first.</p>
<p>Here’s a list of the most important changes that were required:</p>
<ol>
<li>The IEnvironment interface is gone, and this affected a few signatures of methods in the extensibility interfaces.</li>
<li>The [VsCatalogName] attribute is also gone, and needed to be removed from the assembly.</li>
<li>The *.vsixmanifest file now needs to be always named source.extension.vsixmanifest, and it needs to be added to your VS project with the action set to “None”. Otherwise, you will get a build error.</li>
<li>The schema for the VSIX manifest file has changed, so I had to update it by hand. Most changes aren’t too big, mostly the case of elements and attributes. I did get stuck a bit here after incorrectly changing my &lt;Components/&gt; section, but <a href="http://twitter.com/noahsmark/status/5022178964">@noahsmark</a> helped me get it resolved. Thanks!</li>
</ol>
<p>Other than this, the process has been mostly straightforward.</p>
<p>You can get the updated code for my KeywordClassifier extension from the <a href="http://github.com/tomasr/KeywordClassifier">GitHub repository</a>. Here’s a screenshot of how it looks like in the new beta:</p>
<p><a href="http://winterdom.com/wp-content/uploads/2009/10/KeywordExt.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="KeywordExt" border="0" alt="KeywordExt" src="http://winterdom.com/wp-content/uploads/2009/10/KeywordExt_thumb.png" width="587" height="480" /></a> </p>
<p>I’ve also updated the code of my LineAdornments extension, and the updated code is in the <a href="http://github.com/tomasr/LineAdornments">GitHub repository</a> as well. Unfortunately, I seem to have hit an issue with this one that I haven’t managed to resolve successfully yet, which I’ll mention on another post.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=xk6MVp_u5SM:j1L4k-MBP8E:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=xk6MVp_u5SM:j1L4k-MBP8E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=xk6MVp_u5SM:j1L4k-MBP8E:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/xk6MVp_u5SM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/updating-vs2010-extensions-for-beta-2/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PipelineTesting Per-Instance Config Bug</title>
		<link>http://winterdom.com/2009/10/pipelinetesting-per-instance-config-bug</link>
		<comments>http://winterdom.com/2009/10/pipelinetesting-per-instance-config-bug#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:48:56 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/pipelinetesting-per-instance-config-bug</guid>
		<description><![CDATA[Mark Coleman found a bug in the implementation of Per-Instance Config support in my PipelineTesting library for BizTalk Server. The problem was related to how the config XML was parsed, and would only manifest itself on certain conditions, depending on how said XML was formatted.
Mark was also gracious enough to propose the fix, which I’ve [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Coleman found a bug in the implementation of Per-Instance Config support in my <a href="http://wiki.github.com/tomasr/pipelinetesting">PipelineTesting</a> library for BizTalk Server. The problem was related to how the config XML was parsed, and would only manifest itself on certain conditions, depending on how said XML was formatted.</p>
<p>Mark was also gracious enough to propose the fix, which I’ve now committed to the <a href="http://github.com/tomasr/pipelinetesting">PipelineTesting GIT repository</a>, along with a unit test to make sure the problem doesn’t come up again. Thanks a lot, Mark!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=3tmmX0qA5RQ:3TemQtL4fpo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=3tmmX0qA5RQ:3TemQtL4fpo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=3tmmX0qA5RQ:3TemQtL4fpo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/3tmmX0qA5RQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/pipelinetesting-per-instance-config-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVP Another Year</title>
		<link>http://winterdom.com/2009/10/mvp-another-year</link>
		<comments>http://winterdom.com/2009/10/mvp-another-year#comments</comments>
		<pubDate>Fri, 02 Oct 2009 02:28:01 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/10/mvp-another-year</guid>
		<description><![CDATA[As many other people have posted today (congratulations to all of them!), Microsoft MVP awards for the October cycle came out today. As a result, I’ve been awarded this year as a BizTalk Server MVP once more. Thanks everyone!
]]></description>
			<content:encoded><![CDATA[<p>As many other people have posted today (congratulations to all of them!), <a href="http://mvp.support.microsoft.com/">Microsoft MVP</a> awards for the October cycle came out today. As a result, I’ve been awarded this year as a <a href="http://www.microsoft.com/biztalk/en/us/default.aspx">BizTalk Server</a> MVP once more. Thanks everyone!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=kXxL9mFibUA:ppqlusJLbV4:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=kXxL9mFibUA:ppqlusJLbV4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=kXxL9mFibUA:ppqlusJLbV4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/kXxL9mFibUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/10/mvp-another-year/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BizTalk Transcoding Component</title>
		<link>http://winterdom.com/2009/09/biztalk-transcoding-component</link>
		<comments>http://winterdom.com/2009/09/biztalk-transcoding-component#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:14:23 +0000</pubDate>
		<dc:creator>Tomas Restrepo</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://winterdom.com/2009/09/biztalk-transcoding-component</guid>
		<description><![CDATA[Gregory Van de Wiele just blogged about the release of his CharacterTranscoder pipeline component for BizTalk. Extremely useful tool for when you need to transcode an message stream from one character encoding to another. Awesome work!
]]></description>
			<content:encoded><![CDATA[<p>Gregory Van de Wiele just blogged about the <a href="http://geekswithblogs.net/gwiele/archive/2009/09/21/134943.aspx">release</a> of his <a href="http://github.com/gvdwiele/CharacterTranscoder">CharacterTranscoder pipeline component</a> for BizTalk. Extremely useful tool for when you need to transcode an message stream from one character encoding to another. Awesome work!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Commonality?a=5YYPBLlcW74:v63rMrEh1yU:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Commonality?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Commonality?a=5YYPBLlcW74:v63rMrEh1yU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Commonality?i=5YYPBLlcW74:v63rMrEh1yU:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Commonality/~4/5YYPBLlcW74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://winterdom.com/2009/09/biztalk-transcoding-component/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	<item><title>Links for 2009-07-30 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-07-30</link><pubDate>Fri, 31 Jul 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-07-30</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://tuxtraining.com/2009/07/28/how-to-have-a-lightweight-beautiful-functional-terminal"&gt;Tux Training &amp;quot; Blog Archive &amp;quot; How to have a lightweight, beautiful ...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/qd7jrrdXwyI" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-06-30 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-06-30</link><pubDate>Wed, 01 Jul 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-06-30</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://hp.vector.co.jp/authors/VA000092/nt/xp-copy-e.html"&gt;Migrating existing Windows XP installation to new motherboard / CPU&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/TgvqRGluTag" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-05-18 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-05-18</link><pubDate>Tue, 19 May 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-05-18</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://sms.cam.ac.uk/collection/545358"&gt;SMS: &amp;quot;Tim Gowers - Computational Complexity and Quantum Compuation&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/rcamo4M3rnc" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-05-12 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-05-12</link><pubDate>Wed, 13 May 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-05-12</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.e-booksdirectory.com/programming.php"&gt;Free Programming Books&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/YNGJWzA94lY" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-05-10 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-05-10</link><pubDate>Mon, 11 May 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-05-10</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lecturefox.com/computerscience/"&gt;university lectures computer science&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/jhIHNjd65jU" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-03-09 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-03-09</link><pubDate>Tue, 10 Mar 2009 00:00:00 PDT</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-03-09</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://colorschemedesigner.com/"&gt;Color Scheme Designer 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/ruXQhq5A-A8" height="1" width="1"/&gt;</description></item><item><title>Links for 2009-02-08 [del.icio.us]</title><link>http://del.icio.us/tomas.restrepo#2009-02-08</link><pubDate>Mon, 09 Feb 2009 00:00:00 PST</pubDate><guid isPermaLink="true">http://del.icio.us/tomas.restrepo#2009-02-08</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.theleagueofmoveabletype.com/"&gt;The League of Moveable Type&lt;/a&gt;&lt;br/&gt;
open source types &amp;amp; fonts&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/Commonality/~4/wccF9eHpMeU" height="1" width="1"/&gt;</description></item></channel>
</rss><!-- Dynamic page generated in 0.292 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-14 07:45:36 -->
