<?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>Parallelcoding.com &#187; Visual Studio</title>
	<atom:link href="http://www.parallelcoding.com/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description>Intelligent, Efficient, Parallel, and Sustainable Code</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:17:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Debugging .NET 1.1 With Visual Studio 2003 on Windows XP x64</title>
		<link>http://www.parallelcoding.com/2008/01/24/debugging-net-11-with-visual-studio-2003-on-windows-xp-x64/</link>
		<comments>http://www.parallelcoding.com/2008/01/24/debugging-net-11-with-visual-studio-2003-on-windows-xp-x64/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 20:54:29 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://dotanything.wordpress.com/2008/01/24/debuggin-net-11-with-visual-studio-2003-on-windows-xp-x64/</guid>
		<description><![CDATA[<a href="http://www.parallelcoding.com/2008/01/24/debugging-net-11-with-visual-studio-2003-on-windows-xp-x64/" title="Debugging .NET 1.1 With Visual Studio 2003 on Windows XP x64"></a>In order to debug .NET 1.1 properly, it is necessary to uninstall the .NET 2.0 framework when you want to debug. The command to uninstall is: C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -u The command to reinstall when your are done is: C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -i]]></description>
			<content:encoded><![CDATA[<a href="http://www.parallelcoding.com/2008/01/24/debugging-net-11-with-visual-studio-2003-on-windows-xp-x64/" title="Debugging .NET 1.1 With Visual Studio 2003 on Windows XP x64"></a><p>In order to debug .NET 1.1 properly, it is necessary to uninstall the .NET 2.0 framework when you want to debug. The command to uninstall is:</p>
<pre language="DOS">
C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -u
</pre>
<p>The command to reinstall when your are done is:</p>
<p>C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -i</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2008/01/24/debugging-net-11-with-visual-studio-2003-on-windows-xp-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

