<?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>Code Sleuth's Blog &#187; Team System</title>
	<atom:link href="http://blog.codesleuth.co.uk/index.php/tag/team-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codesleuth.co.uk</link>
	<description>The .NET Pimp</description>
	<lastBuildDate>Wed, 24 Mar 2010 09:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Deleting a Team Project from TFS 2008 and WSS</title>
		<link>http://blog.codesleuth.co.uk/index.php/2008/08/19/deleting-a-team-project-from-tfs-2008-and-wss/</link>
		<comments>http://blog.codesleuth.co.uk/index.php/2008/08/19/deleting-a-team-project-from-tfs-2008-and-wss/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 11:12:39 +0000</pubDate>
		<dc:creator>Sleuth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Team System]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://blog.codesleuth.co.uk/?p=118</guid>
		<description><![CDATA[Recently we tried to set up our VSS projects into TFS, but did it the wrong way to start with and decided to start again. So, we went about deleting our project from TFS&#8230; it seems TFS doesn&#8217;t allow that. Not to worry, we found this article explaining how to delete a project using: TfsDeleteProject [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we tried to set up our VSS projects into TFS, but did it the wrong way to start with and decided to start again. So, we went about deleting our project from TFS&#8230; it seems TFS doesn&#8217;t allow that. Not to worry, we <a href="http://blog.benday.com/archive/2006/05/17/4394.aspx" target="_blank">found this article</a> explaining how to delete a project using:</p>
<pre>TfsDeleteProject /server:tfs-server-name "Project Name" /force</pre>
<p>This appeared to work except for the exception we got from SharePoint Services:</p>
<pre>Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.</pre>
<p>Fair enough, it seemed we had a problem that the team portal had broken somehow, but this was preventing us from re-creating the team project once more because the wizard was unable to create the site over the top of this one.</p>
<p>Unfortunately when attempting to browse to the site, we got a &#8220;400 Bad Request&#8221; error, and when attempting to delete the site using the Central Administration, we couldn&#8217;t select it from the list. The site truly seemed to be a ghost (or relic) of what was once a great site.</p>
<p>Fortunately, after my colleague <a href="http://clarktechie.wordpress.com/2007/05/31/delete-orphaned-sites-in-sharepoint/" target="_blank">found this article</a> explaining how to delete orphaned sites from WSS, we were able to <span style="text-decoration: underline;">solve the whole problem using step 2</span>: <strong>removing the WSS_Content database from WSS, and re-adding it.</strong></p>
<p>This idiotic process of deleting a team project certainly needs cleaning up in the next version, but for now, I hope this helps anyone else with this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codesleuth.co.uk/index.php/2008/08/19/deleting-a-team-project-from-tfs-2008-and-wss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 Editions Comparison</title>
		<link>http://blog.codesleuth.co.uk/index.php/2008/03/03/visual-studio-2008-editions-comparison/</link>
		<comments>http://blog.codesleuth.co.uk/index.php/2008/03/03/visual-studio-2008-editions-comparison/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 09:44:27 +0000</pubDate>
		<dc:creator>Sleuth</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Team System]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.codesleuth.co.uk/index.php/2008/03/03/visual-studio-2008-editions-comparison/</guid>
		<description><![CDATA[When it comes to deciding which Visual Studio version you should use (aside from the issue of which MSDN subscription you purchased or how much money you have to throw at Visual Studio) there are some very big differences between versions that you might find yourself leaning towards more or less than others. I have [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to deciding which Visual Studio version you should use (aside from the issue of which MSDN subscription you purchased or how much money you have to throw at Visual Studio) there are some very big differences between versions that you might find yourself leaning towards more or less than others.</p>
<p>I have used Visual Studio .NET 2003 Professional, Visual Studio 2005 Professional and Visual Studio 2008 Professional, without much knowledge of there ever being a set of versions designed for teams, known as <a title="MSDN Visual Studio Team System Home" href="http://msdn2.microsoft.com/en-us/teamsystem/default.aspx" target="_blank">Team System</a>. Today I have decided to make use of our &#8220;workgroup edition&#8221; license of Team Foundation Server, with Visual Studio Team System 2008 Developer Edition as my choice of client.Â  The benefits seem to vary between editions of the client, but suffice to say that when looking at the comparison site below, the developer edition is packed with many more features that the professional edition.</p>
<p>Compare your versions here: <a title="MSDN Visual Studio 2008 Product Comparison" href="http://msdn2.microsoft.com/en-us/vstudio/products/cc149003.aspx" target="_blank">Visual Studio 2008 Product Comparison</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codesleuth.co.uk/index.php/2008/03/03/visual-studio-2008-editions-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
