<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Team Foundation Server MSSCCI Provider 1.0</title>
	<link>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 05:00:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Tal Tikotzki</title>
		<link>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-7591</link>
		<pubDate>Wed, 11 Apr 2007 21:23:01 +0000</pubDate>
		<guid>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-7591</guid>
					<description>How do you like Team Foundation Server? I like it a lot.
How about Borland (CodeGear) Delphi? I am using Delphi for the past 10 years now, and since I could not see a near end to this I had to connect these two development environments together.

How do we do that?  read at http://blog2.tikotzki.com</description>
		<content:encoded><![CDATA[<p>How do you like Team Foundation Server? I like it a lot.<br />
How about Borland (CodeGear) Delphi? I am using Delphi for the past 10 years now, and since I could not see a near end to this I had to connect these two development environments together.</p>
<p>How do we do that?  read at <a href='http://blog2.tikotzki.com' rel='nofollow'>http://blog2.tikotzki.com</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rob Caron</title>
		<link>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-23</link>
		<pubDate>Tue, 11 Apr 2006 20:06:04 +0000</pubDate>
		<guid>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-23</guid>
					<description>&lt;strong&gt;VSSConverter GUI...&lt;/strong&gt;

I got e-mail from Eyal Post of EPocalipse Software today that he has built a GUI front-end for the VSSConverter......</description>
		<content:encoded><![CDATA[<p><strong>VSSConverter GUI&#8230;</strong></p>
<p>I got e-mail from Eyal Post of EPocalipse Software today that he has built a GUI front-end for the VSSConverter&#8230;&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eyal Post</title>
		<link>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-22</link>
		<pubDate>Mon, 10 Apr 2006 17:55:10 +0000</pubDate>
		<guid>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-22</guid>
					<description>Thanks for your answer Ben.
I thought there's a good reason for using the out of process COM server.. thanks for clarifying that.
I'll wait for the next update and if I find anything else, I'll post in the forums.</description>
		<content:encoded><![CDATA[<p>Thanks for your answer Ben.<br />
I thought there&#8217;s a good reason for using the out of process COM server.. thanks for clarifying that.<br />
I&#8217;ll wait for the next update and if I find anything else, I&#8217;ll post in the forums.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ben Ryan</title>
		<link>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-21</link>
		<pubDate>Mon, 10 Apr 2006 13:40:24 +0000</pubDate>
		<guid>http://www.epocalipse.com/blog/2006/04/09/team-foundation-server-msscci-provider-10/#comment-21</guid>
					<description>1) The reason for the out-of-process COM server was that the TFS components have a dependency on .NET 2.0  while some of the MSSCCI IDEs (e.g. VS 2003) are tied to .NET 1.1.  Rather than try to remove the .NET 2.0 dependencies, we opted to run the TFS pieces in a separate process.  We will investigate the window update issue to see if we can improve this behavior.

2) This is a bug that we will fix for the next revision of the plugin.  I posted a workaround (with a caveat) at: 
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=342239&amp;#38;SiteID=1&amp;#38;mode=1

3) We completely missed that.  I will file a bug, and we will resolve that for the next version.

4) We did catch this behavior late in the v1.0 cycle.  My coworker, Michal Malecki, showed me a fix for this last Friday (even as v1.0 was being reposted to the download site).  This fix will go out in the next version and will have a single dialog where the server path and local path are specified (very similiar to the Open From SCC and Add Solution to SCC dialogs in VS 2005 TFS). 
There is another part of the Open From SCC experience that is a little confusing.  That is that the dialog asking you to choose the server path mentions in its caption that you are choosing where to &quot;store&quot; the project.  This is obviously only correct for the Add to SCC scenario.

Thanks for you input,
Ben Ryan
VS 2005 Team Foundation Server</description>
		<content:encoded><![CDATA[<p>1) The reason for the out-of-process COM server was that the TFS components have a dependency on .NET 2.0  while some of the MSSCCI IDEs (e.g. VS 2003) are tied to .NET 1.1.  Rather than try to remove the .NET 2.0 dependencies, we opted to run the TFS pieces in a separate process.  We will investigate the window update issue to see if we can improve this behavior.</p>
<p>2) This is a bug that we will fix for the next revision of the plugin.  I posted a workaround (with a caveat) at:<br />
<a href='http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=342239&amp;SiteID=1&amp;mode=1' rel='nofollow'>http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=342239&amp;SiteID=1&amp;mode=1</a></p>
<p>3) We completely missed that.  I will file a bug, and we will resolve that for the next version.</p>
<p>4) We did catch this behavior late in the v1.0 cycle.  My coworker, Michal Malecki, showed me a fix for this last Friday (even as v1.0 was being reposted to the download site).  This fix will go out in the next version and will have a single dialog where the server path and local path are specified (very similiar to the Open From SCC and Add Solution to SCC dialogs in VS 2005 TFS).<br />
There is another part of the Open From SCC experience that is a little confusing.  That is that the dialog asking you to choose the server path mentions in its caption that you are choosing where to &#8220;store&#8221; the project.  This is obviously only correct for the Add to SCC scenario.</p>
<p>Thanks for you input,<br />
Ben Ryan<br />
VS 2005 Team Foundation Server
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
