<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: SQL Server 2008 and .NET Framework 2.0 SP2 dependency explained</title>
	<atom:link href="http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/</link>
	<description>Thoughts about life, the universe and everything else.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:26:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Lundell</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-11814</link>
		<dc:creator>David Lundell</dc:creator>
		<pubDate>Fri, 30 Oct 2009 21:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-11814</guid>
		<description>I noticed the same issue that Greg noticed. I have windows server 2008 x64 running on HyperV and when I went to install SQL 2008 SP 1 I got the error message about .NET 2.0 SP 2, even though I had 3.5 SP 1 installed. When I looked in the registry it list 2.0 SP 1 and 3.0 SP 1 and 3.5 SP 1. Still working with SQL Core support on this.</description>
		<content:encoded><![CDATA[<p>I noticed the same issue that Greg noticed. I have windows server 2008 x64 running on HyperV and when I went to install SQL 2008 SP 1 I got the error message about .NET 2.0 SP 2, even though I had 3.5 SP 1 installed. When I looked in the registry it list 2.0 SP 1 and 3.0 SP 1 and 3.5 SP 1. Still working with SQL Core support on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-8898</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 28 May 2009 14:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-8898</guid>
		<description>Installing .NET 3.5 SP1 using dotnetfx35.exe does not always install .NET 2.0 SP2 on Vista machines.  Is this a known problem?  I am unable to install Sql Express 2008 on this particular machine.</description>
		<content:encoded><![CDATA[<p>Installing .NET 3.5 SP1 using dotnetfx35.exe does not always install .NET 2.0 SP2 on Vista machines.  Is this a known problem?  I am unable to install Sql Express 2008 on this particular machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-4488</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-4488</guid>
		<description>Here&#039;s the really dumbed down (simple) answer.

Install 3.5 and you will have 2.0 SP2 capability.  Read the MSDN site on 3.5 FX.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the really dumbed down (simple) answer.</p>
<p>Install 3.5 and you will have 2.0 SP2 capability.  Read the MSDN site on 3.5 FX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Nicholson</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-4471</link>
		<dc:creator>Craig Nicholson</dc:creator>
		<pubDate>Mon, 08 Dec 2008 23:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-4471</guid>
		<description>@Jesse SQL Server 2005 and 2008 ship with network protocols disabled by default in an attempt to tighten security. I believe the only default enabled protocol is Shared Memory which is only useful if you are on the physical machine.

Run the SQL Server Configuration Manager, expand SQL Server 2008 Network Configuration and then select the Protocols node. Then right-click and Enable TCP/IP and/or Named Pipes. Restart the instance of SQL Server and it should all work.</description>
		<content:encoded><![CDATA[<p>@Jesse SQL Server 2005 and 2008 ship with network protocols disabled by default in an attempt to tighten security. I believe the only default enabled protocol is Shared Memory which is only useful if you are on the physical machine.</p>
<p>Run the SQL Server Configuration Manager, expand SQL Server 2008 Network Configuration and then select the Protocols node. Then right-click and Enable TCP/IP and/or Named Pipes. Restart the instance of SQL Server and it should all work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-4470</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 08 Dec 2008 23:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-4470</guid>
		<description>Hi,

I have an old WinForm Application that i developed on .Net 1.1 and SQL Server 2000. My boss recently bought a new Server SQL Server 2008 and I am not able to connect to the DB! ive tried all combinations of Connection strings, TcP/IP/namedpipes Combo but nothing so far!! Please advice asap. Thanks, Jesse</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have an old WinForm Application that i developed on .Net 1.1 and SQL Server 2000. My boss recently bought a new Server SQL Server 2008 and I am not able to connect to the DB! ive tried all combinations of Connection strings, TcP/IP/namedpipes Combo but nothing so far!! Please advice asap. Thanks, Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-4194</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Sun, 09 Nov 2008 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-4194</guid>
		<description>so where can i download the .net framework from please there r so many links but none seem to give me the download</description>
		<content:encoded><![CDATA[<p>so where can i download the .net framework from please there r so many links but none seem to give me the download</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nedqlko</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-3238</link>
		<dc:creator>nedqlko</dc:creator>
		<pubDate>Tue, 02 Sep 2008 00:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-3238</guid>
		<description>ty about that u are the best :P</description>
		<content:encoded><![CDATA[<p>ty about that u are the best <img src='http://craign.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Server 2008 and .NET Framework 2.0 SP2 dependency explained - Craig Nicholson</title>
		<link>http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/comment-page-1/#comment-3102</link>
		<dc:creator>SQL Server 2008 and .NET Framework 2.0 SP2 dependency explained - Craig Nicholson</dc:creator>
		<pubDate>Sun, 24 Aug 2008 10:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/08/24/sql-server-2008-and-net-framework-20-sp2-dependency-explained/#comment-3102</guid>
		<description>[...] have explained the dependency in my post over here. Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it!  Posted: Aug [...]</description>
		<content:encoded><![CDATA[<p>[...] have explained the dependency in my post over here. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!  Posted: Aug [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
