<?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>Michael Banzon &#187; vs2005</title>
	<atom:link href="http://michaelbanzon.com/tag/vs2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelbanzon.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 13:54:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Limited refactoring</title>
		<link>http://michaelbanzon.com/2010/06/28/limited-refactoring/</link>
		<comments>http://michaelbanzon.com/2010/06/28/limited-refactoring/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 18:00:36 +0000</pubDate>
		<dc:creator>mbanzon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[refactor]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[vs2005]]></category>

		<guid isPermaLink="false">http://michaelbanzon.com/?p=120</guid>
		<description><![CDATA[When re-defining the default namespace for a project in VS2005 the properties/settings/resources will change namespace to the new default - but every place these values are refered the namespace reference will remain the same and there needs manual changing!]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was programming something in C#.NET using Visual Studio and I ran into a rather annoying lack of feature.</p>
<p>I am using Visual Studio 2005 so this might have been resolved in 2008 or 2010 &#8211; but non-mandatory program suites call for previous version updates! (This is why our rather limited team of developers solve this by supplying mandatory updates via subscription)</p>
<p>Anyway &#8211; My solution has a few projects (a main .exe and a few DLL&#8217;s) and one of these holds some settings and resources which is accessed through the &#8216;standard&#8217; interface. We&#8217;ve simply double clicked the right place and added settings and resources. It works! It&#8217;s magic!!</p>
<p>The problem occurred when I wanted to change the default namespace for the project containing the settings and resources. VS2005 refactor my settings and resources to the new namespace &#8211; which is great, that was what I wanted &#8211; but in EVERY place where these are referred I need to change the reference manually! That was a LOT of work! Luckily it required no thinking at all! <img src='http://michaelbanzon.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I find it very ridiculous that the namespace is changed for the settings/resources but isn&#8217;t changed throughout the rest of the code &#8211; this is actually a feature that the normal &#8216;refactor&#8217; function handles nicely without much trouble and something that a simple search and replace can solve&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelbanzon.com/2010/06/28/limited-refactoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio &#8211; Again!</title>
		<link>http://michaelbanzon.com/2008/10/22/visual-studio-again/</link>
		<comments>http://michaelbanzon.com/2008/10/22/visual-studio-again/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 13:46:07 +0000</pubDate>
		<dc:creator>mbanzon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[vs2005]]></category>

		<guid isPermaLink="false">http://www.southbound.dk/?p=45</guid>
		<description><![CDATA[Once again Visual Studio has proven troubleish! I&#8217;ve spent the last hour trying to find out why our project at work wouldn&#8217;t compile (complaining about missing files) on other machines but would on mine! I went through every file in the repository and confirmed that it was up to date. I confirmed that the same [...]]]></description>
			<content:encoded><![CDATA[<p>Once again Visual Studio has proven troubleish!</p>
<p>I&#8217;ve spent the last hour trying to find out why our project at work wouldn&#8217;t compile (complaining about missing files) on other machines but would on mine! I went through every file in the repository and confirmed that it was up to date. I confirmed that the same files where present and up-to-date on the other machines&#8230; !!!</p>
<p>I turned out that I had been moving files around. I had made a sub-namespace to one of our project and moved some files into it. This can be done with no worries &#8211; except I didn&#8217;t <em><strong>close</strong></em> VS2005 before I did a commit. BIG mistake!! Apparently the project-file only gets updated with the new file locations when I close VS2005 and not when I hit the save-button&#8230;</p>
<p>Another hour spent learning the hard truth about Visual Studio.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelbanzon.com/2008/10/22/visual-studio-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

