<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Moving the Curve &#187; tools</title>
	<atom:link href="http://www.stevideter.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevideter.com</link>
	<description>Technology, code, and thoughts by Stevi Deter</description>
	<lastBuildDate>Fri, 16 Apr 2010 17:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Picking the right .NET Framework Version with Specific Reference</title>
		<link>http://www.stevideter.com/2008/08/14/picking-the-right-net-framework-version-with-specific-reference/</link>
		<comments>http://www.stevideter.com/2008/08/14/picking-the-right-net-framework-version-with-specific-reference/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 17:38:02 +0000</pubDate>
		<dc:creator>stevi</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://www.stevideter.com/?p=26</guid>
		<description><![CDATA[This morning I needed to work on a long-standing ASP.NET web application project. I haven&#8217;t had to run it locally for quite a while. I updated my source from TFS, cleaned and built the solution, and started the project in debug mode. After logging in, I went to a page, and was suddenly staring at [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This morning I needed to work on a long-standing ASP.NET web application project. I haven&#8217;t had to run it locally for quite a while. I updated my source from TFS, cleaned and built the solution, and started the project in debug mode. After logging in, I went to a page, and was suddenly staring at an unexpected and confusing exception:</p>
<pre>The base class includes the field 'ScriptManager1',
but its type (System.Web.UI.ScriptManager)
is not compatible with the type of control
(System.Web.UI.ScriptManager).</pre>
<p>
I put aside the surprise that a type was not compatible with itself, and checked the source control history. The specific page hadn&#8217;t been changed since the last time I&#8217;d tried it. I know the project is under active development, including a recent deployment of the latest version at the client site, so I had ever reason to believe the build should work. </p>
<p>Before sending a panicked email to my team, I did a quick Google search. I found a couple links of similar people with this problem in VS2008, but I&#8217;m still running VS2005. </p>
<p>I realized, however, that I had installed Framework versions 3.0 and 3.5 since I had last had to work on this project. I went to the project references, and checked that for System.Web.Extensions, and noticed that &#8220;Specific Reference&#8221; was set to false. I set this to true, rebuilt the project, and started the debugger again. </p>
<p>This time, success! The page displayed as expected. </p>
<p>What problems have you encountered from having multiple .NET Frameworks installed? </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.stevideter.com/2008/08/14/picking-the-right-net-framework-version-with-specific-reference/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting Twhirl to recognize Firefox as Default Browser in XP</title>
		<link>http://www.stevideter.com/2008/03/22/getting-twirl-to-recognize-firefox-as-default-browser-in-xp/</link>
		<comments>http://www.stevideter.com/2008/03/22/getting-twirl-to-recognize-firefox-as-default-browser-in-xp/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 16:50:02 +0000</pubDate>
		<dc:creator>stevi</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[default browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[twhirl]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.stevideter.com/2008/03/22/getting-twirl-to-recognize-firefox-as-default-browser-in-xp/</guid>
		<description><![CDATA[I signed up for Twitter way back in the day when picking a short name (smd) was important because most people I knew were still using it for the intended SMS purpose. Like so many other new services, I more or less forgot about it, occasionally checking back when someone mentioned it. In the past [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I signed up for <a href="http://www.twitter.com/smd" title="Stevi Deter on Twitter" target="_blank">Twitter</a> way back in the day when picking a short name (smd) was important because most people I knew were still using it for the intended SMS purpose. Like so many other new services, I more or less forgot about it, occasionally checking back when someone mentioned it.</p>
<p>In the past week, I caught Tweet fever (I blame <a href="http://www.twitter.com/avflox" title="avflox on Twitter" target="_blank">avflox</a>&#8216;s <a href="http://besideserato.livejournal.com/341862.html" title="besideserato posts on twitter" target="_blank">livejournal post</a>) and have seriously been experimenting with Twitter again. Naturally the web interface wasn&#8217;t interactive enough for me, so I started experimenting with clients. Many people have been recommending <a href="http://www.twhirl.org/" title="Twhirl" target="_blank">twhirl</a> so I gave it a try.<sup><a href="#footnote-1" title="must. resist. obvious. rhyme.">1</a></sup></p>
<p>Overall, twhirl is quite nice, although I find myself constantly accidentally exiting by clicking the &#8216;x&#8217; on my client. Since twhirl appears in my system tray, I expect closing the window to minimize it to the system tray, not completely exit the program.</p>
<p>That aside, my biggest annoyance was that when I clicked a URL in a tweet, it was opening up in IE instead of Firefox, my default browser. I found reference on the twhirl site to how to fix this issue in Vista, but no posts or comments about this being an issue in XP.</p>
<p>I had Firefox check, and it believed it was the default browser. IE knows it&#8217;s not the default browser. When I click URLs in Outlook, they open in Firefox.</p>
<p>I went to Control Panel &gt; Add or Remove Programs &gt; Set Program Access and Defaults &gt; Custom and saw that while &#8220;Use my current Web Browser&#8221; was select as the default, Firefox didn&#8217;t appear on the list. Just IE and Safari. As an experiment, I chose Safari, went to twhirl, clicked a URL, and sure enough, it opened in Safari.</p>
<p>So I <a href="http://mozilla.org/" title="Mozilla Firefox" target="_blank">reinstalled Firefox</a>, went back to the control panel, and saw that Firefox was now an option. I selected it, clicked ok, and clicked another URL in twhirl. Finally, success.<br />
&#8211;<br />
<a title="footnote-1" name="footnote-1"></a>[1] must. resist. obvious. rhyme.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.stevideter.com/2008/03/22/getting-twirl-to-recognize-firefox-as-default-browser-in-xp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
