<?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>FlexiCoder Blog &#187; software</title>
	<atom:link href="http://www.flexicoder.com/blog/index.php/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexicoder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 15:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing SQL 2005 from Visual Studio 2008</title>
		<link>http://www.flexicoder.com/blog/index.php/2009/05/accessing-sql-2005-from-visual-studio-2008/</link>
		<comments>http://www.flexicoder.com/blog/index.php/2009/05/accessing-sql-2005-from-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:16:00 +0000</pubDate>
		<dc:creator>flexicoder</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.flexicoder.com/blog/?p=41</guid>
		<description><![CDATA[If you are attempting to add a data connection to a SQL 2005 database within visual studio 2008 you might encounter the following error&#8230;
Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.
You need to install the following&#8230;
Microsoft SQL Server System CLR Types [...]]]></description>
			<content:encoded><![CDATA[<p>If you are attempting to add a data connection to a SQL 2005 database within visual studio 2008 you might encounter the following error&#8230;</p>
<blockquote><p>Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.</p></blockquote>
<p>You need to install the following&#8230;</p>
<p><strong>Microsoft SQL Server System CLR Types <br />Microsoft SQL Server 2008 Management Objects</strong> </p>
<p>They can be found <a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=c6c3e9ef-ba29-4a43-8d69-a2bed18fe73c&#038;displayLang=en">here</a> as part of the SQL Server 2008 Feature Pack.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.flexicoder.com/blog/index.php/2009/05/accessing-sql-2005-from-visual-studio-2008/&title=Accessing+SQL+2005+from+Visual+Studio+2008&text=If+you+are+attempting+to+add+a+data+connection+to+a+SQL+2005+database+within+visual+studio+2008+you+might+encounter+the+following+error%26%238230%3B+Could+not+load+file+or+assembly...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.flexicoder.com/blog/index.php/2009/05/accessing-sql-2005-from-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows shutdown command line</title>
		<link>http://www.flexicoder.com/blog/index.php/2009/02/windows-shutdown-command-line/</link>
		<comments>http://www.flexicoder.com/blog/index.php/2009/02/windows-shutdown-command-line/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:40:00 +0000</pubDate>
		<dc:creator>flexicoder</dc:creator>
				<category><![CDATA[useful links]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.flexicoder.com/blog/?p=33</guid>
		<description><![CDATA[The following article gives a detail list of command line statements that can be used with the Shutdown command. The following snippet shows how to restart a remote computer


Shutdown /m \\computername /r


Social Bookmarking]]></description>
			<content:encoded><![CDATA[<p>The following <a href="http://blogs.techrepublic.com.com/datacenter/?p=245">article</a> gives a detail list of command line statements that can be used with the Shutdown command. The following snippet shows how to restart a remote computer<br />
<code></p>
<pre>
Shutdown /m \\computername /r
</pre>
<p></code></p>
<br/><a href="http://www.socialmarker.com/?link=http://www.flexicoder.com/blog/index.php/2009/02/windows-shutdown-command-line/&title=Windows+shutdown+command+line&text=The+following+article+gives+a+detail+list+of+command+line+statements+that+can+be+used+with+the+Shutdown+command.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.flexicoder.com/blog/index.php/2009/02/windows-shutdown-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
