<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>TFS Plug-in for CruiseControl.NET</title><link>http://www.codeplex.com/TFSCCNetPlugin/Project/ProjectRss.aspx</link><description>A plug-in to allow communication with Team Foundation Server for the popular open source build automation tool CruiseControl.NET</description><item><title>New Post: Nant task for VSTS Unit testing?</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=29479</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br&gt;
&lt;br&gt;
I am using Nant +Nant contrib for my build. Using Visual Studio 2008 IDE, I have written a C# web service application and using Microsoft Visual Studio Team system to do the unit testing. Is there a Nant or NantContrib plugin that can be used to have tasks to execute VSTS test class? Any suggestions?&lt;br&gt;
&lt;/div&gt;</description><author>shanking</author><pubDate>Wed, 11 Jun 2008 17:02:44 GMT</pubDate><guid isPermaLink="false">New Post: Nant task for VSTS Unit testing? 20080611050244P</guid></item><item><title>NEW POST: Exception details</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=3315</link><description>&lt;div style="line-height: normal;"&gt;I am trying to use ccnet with vsts, but its disconcerting to see this issue. Why would anyone have to recompile code to see the exception. Would it be a really good idea to show what the exception is or log it in debug mode? I am downloading the source file now...
&lt;/div&gt;</description><author>hananiel</author><pubDate>Mon, 09 Jun 2008 16:48:03 GMT</pubDate><guid isPermaLink="false">NEW POST: Exception details 20080609044803P</guid></item><item><title>COMMENTED ISSUE: Exclusion Support</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=8051</link><description>I&amp;#39;m using a source control block like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;&amp;#60;sourcecontrol type&amp;#61;&amp;#34;filtered&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;sourceControlProvider type&amp;#61;&amp;#34;vsts&amp;#34; autoGetSource&amp;#61;&amp;#34;true&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;server&amp;#62;http&amp;#58;&amp;#47;&amp;#47;myserver&amp;#58;8080&amp;#60;&amp;#47;server&amp;#62;&lt;br /&gt;    &amp;#60;project&amp;#62;&amp;#36;&amp;#47;My&amp;#47;Path&amp;#60;&amp;#47;project&amp;#62;&lt;br /&gt;    &amp;#60;workingDirectory&amp;#62;C&amp;#58;&amp;#92;My&amp;#92;Build&amp;#92;Path&amp;#60;&amp;#47;workingDirectory&amp;#62;&lt;br /&gt;    &amp;#60;cleanCopy&amp;#62;true&amp;#60;&amp;#47;cleanCopy&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;sourceControlProvider&amp;#62;&lt;br /&gt;  &amp;#60;exclusionFilters&amp;#62;&lt;br /&gt;    &amp;#60;pathFilter&amp;#62;&amp;#60;pattern&amp;#62;&amp;#42;&amp;#42;&amp;#47;Documentation&amp;#47;&amp;#42;&amp;#42;&amp;#60;&amp;#47;pattern&amp;#62;&amp;#60;&amp;#47;pathFilter&amp;#62;&lt;br /&gt;    &amp;#60;pathFilter&amp;#62;&amp;#60;pattern&amp;#62;&amp;#42;&amp;#42;&amp;#47;Spikes&amp;#47;&amp;#42;&amp;#42;&amp;#60;&amp;#47;pattern&amp;#62;&amp;#60;&amp;#47;pathFilter&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;exclusionFilters&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;sourcecontrol&amp;#62;&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;This kind of config works with Subversion &amp;#40;the exact same exclusions prevent automated build&amp;#41; but since moving to TFS, the exclusions aren&amp;#39;t working any more.&lt;br /&gt;&lt;br /&gt;Any clues on what it takes to make this work&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: omicronbp ** &lt;p&gt;would love to see this implemented if anyone is still working on this project.&lt;/p&gt;</description><author>omicronbp</author><pubDate>Thu, 08 May 2008 18:13:27 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Exclusion Support 20080508061327P</guid></item><item><title>NEW POST: Exception in sorcecontrol block</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=8624</link><description>&lt;div class="wikidoc"&gt;
I'm getting the same error... Does anybody have an idea on what's going on???&lt;br /&gt;
&lt;/div&gt;</description><author>kerbou</author><pubDate>Fri, 04 Apr 2008 19:06:47 GMT</pubDate><guid isPermaLink="false">NEW POST: Exception in sorcecontrol block 20080404070647P</guid></item><item><title>NEW POST: Configuring Projects Issue with TFS and CCNET</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=25362</link><description>&lt;div class="wikidoc"&gt;
Can someone show me an example of how to setup my ccnet.config file under the following scenario?&lt;br /&gt; &lt;br /&gt;I'm getting so confused with so many &amp;quot;workingDirectory&amp;quot; nodes.&lt;br /&gt; &lt;br /&gt; - I use TFS 2005, with VS 2008. &lt;br /&gt; - I have a .sln file which contains various projects that are mapped (using an existing Workspace) to various places (for example: C:\inetpub\wwwroot\MyWebProject, and C:\Projects\MyOtherProject)&lt;br /&gt; - TFS contains these projects at a root project level (ie , $/MyProject contains $/MyProject/MyWebProject and $/MyProject//MyOtherProject)&lt;br /&gt; &lt;br /&gt;I'm failing to understand how CCNET gets the source code because it seems to just get the source code in the default WorkingDirectory and doesn't pay attention to any of my mappings.&lt;br /&gt; &lt;br /&gt;Here's how it's set up....&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;lt;cruisecontrol&amp;gt;&lt;br /&gt;  &amp;lt;project name=&amp;quot;01 MyProject continuous&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;triggers&amp;gt;&lt;br /&gt;      &amp;lt;intervalTrigger /&amp;gt;&lt;br /&gt;    &amp;lt;/triggers&amp;gt;&lt;br /&gt;    &amp;lt;sourcecontrol type=&amp;quot;vsts&amp;quot; autoGetSource=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;      &amp;lt;server&amp;gt;http://itsflnt4:8080&amp;lt;/server&amp;gt;&lt;br /&gt;      &amp;lt;project&amp;gt;$/MyProject&amp;lt;/project&amp;gt;&lt;br /&gt;      &amp;lt;workspace&amp;gt;MyWorkspaceName&amp;lt;/workspace&amp;gt;&lt;br /&gt;      &amp;lt;deleteWorkspace&amp;gt;false&amp;lt;/deleteWorkspace&amp;gt;&lt;br /&gt;    &amp;lt;/sourcecontrol&amp;gt;&lt;br /&gt;    &amp;lt;tasks&amp;gt;&lt;br /&gt;      &amp;lt;msbuild&amp;gt;&lt;br /&gt;        &amp;lt;executable&amp;gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe&amp;lt;/executable&amp;gt;&lt;br /&gt;        &amp;lt;projectFile&amp;gt;MySolution.sln&amp;lt;/projectFile&amp;gt;&lt;br /&gt;        &amp;lt;buildArgs&amp;gt;/noconsolelogger /p:Configuration=Release /v:diag&amp;lt;/buildArgs&amp;gt;&lt;br /&gt;        &amp;lt;targets&amp;gt;Build&amp;lt;/targets&amp;gt;&lt;br /&gt;        &amp;lt;timeout&amp;gt;900&amp;lt;/timeout&amp;gt;&lt;br /&gt;        &amp;lt;logger&amp;gt;c:\Program Files\CruiseControl.NET\server\Rodemeyer.MsBuildToCCNet.dll&amp;lt;/logger&amp;gt;&lt;br /&gt;      &amp;lt;/msbuild&amp;gt;&lt;br /&gt;    &amp;lt;/tasks&amp;gt;&lt;br /&gt;  &amp;lt;/project&amp;gt;&lt;br /&gt;&amp;lt;/cruisecontrol&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>bigerock</author><pubDate>Fri, 04 Apr 2008 14:55:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Configuring Projects Issue with TFS and CCNET 20080404025532P</guid></item><item><title>NEW POST: Labeling and detecting Modifications</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=17157</link><description>&lt;div class="wikidoc"&gt;
Sorry guys - this thread had somehow escaped my attention.&lt;br /&gt; &lt;br /&gt;What version of the plug-in are you using?  I posted the following release back in November to work around a bug in the RTM release of TFS2008. &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Release/ProjectReleases.aspx?ReleaseId=1816" class="externalLink"&gt;http://www.codeplex.com/TFSCCNetPlugin/Release/ProjectReleases.aspx?ReleaseId=1816&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  Your issues sounds very similar to the bug I thought I had fixed then.&lt;br /&gt;
&lt;/div&gt;</description><author>martin</author><pubDate>Thu, 20 Mar 2008 11:35:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Labeling and detecting Modifications 20080320113513A</guid></item><item><title>NEW POST: Labeling and detecting Modifications</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=17157</link><description>&lt;div class="wikidoc"&gt;
In the meantime I've solved the issue but changing the triggers tag to:&lt;br /&gt; &lt;br /&gt;&amp;lt;triggers /&amp;gt;&lt;br /&gt; &lt;br /&gt;Also I moved it in the project config to ABOVE the source control tag. I don't really know yet whether it's made a difference but will add another reply to this thread if it does.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewmyhre</author><pubDate>Thu, 20 Mar 2008 10:14:03 GMT</pubDate><guid isPermaLink="false">NEW POST: Labeling and detecting Modifications 20080320101403A</guid></item><item><title>NEW POST: Labeling and detecting Modifications</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=17157</link><description>&lt;div class="wikidoc"&gt;
The trigger setting is definitely not working for me either. My trigger is:&lt;br /&gt; &lt;br /&gt;&amp;lt;triggers&amp;gt;&lt;br /&gt;&amp;lt;intervalTrigger name=&amp;quot;continuous&amp;quot; seconds=&amp;quot;1800&amp;quot; buildCondition=&amp;quot;ForceBuild&amp;quot; initialIntervalSeconds=&amp;quot;30&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/triggers&amp;gt;&lt;br /&gt; &lt;br /&gt;It's still checking every 3 minutes and picking up the same single modification every time.&lt;br /&gt; &lt;br /&gt;The CCNet server log says:&lt;br /&gt; &lt;br /&gt;2008-03-20 09:52:12,420 &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Wiki/View.aspx?title=project%3aDEBUG"&gt;project:DEBUG&lt;/a&gt; Checking Team Foundation Server for Modifications&lt;br /&gt;2008-03-20 09:52:12,420 &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Wiki/View.aspx?title=project%3aDEBUG"&gt;project:DEBUG&lt;/a&gt; From: 20/03/2008 09:49:21 - To: 20/03/2008 09:52:12&lt;br /&gt;2008-03-20 09:52:13,170 &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Wiki/View.aspx?title=project%3aDEBUG"&gt;project:DEBUG&lt;/a&gt; Found 1 modifications&lt;br /&gt;2008-03-20 09:52:13,170 &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Wiki/View.aspx?title=project%3aINFO"&gt;project:INFO&lt;/a&gt; 1 modification detected.&lt;br /&gt;2008-03-20 09:52:13,170 &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/Wiki/View.aspx?title=project%3aINFO"&gt;project:INFO&lt;/a&gt; Building: IntervalTrigger triggered a build (IfModificationExists)&lt;br /&gt; &lt;br /&gt;This only started happening after we upgraded from TFS 2005 to TFS 2008 a few weeks ago.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewmyhre</author><pubDate>Thu, 20 Mar 2008 09:55:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Labeling and detecting Modifications 20080320095500A</guid></item><item><title>COMMENTED ISSUE: TFS plugin does not work when running ccnet as a 64 bit process</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=14722</link><description>I don&amp;#39;t know exacly who owns the problem, but people will say that the &amp;#34;TFS plugin does not work&amp;#34; so here goes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The TeamFoundation assemblies that the TFS Plug-in uses are marked as Win32 only. They will not load in a 64 bit process. The exception will say that Microsoft.TeamFundation.VersionControl.Client can not be loaded.&lt;br /&gt;&lt;br /&gt;The workaround to to set the 32 bit flag on ccnet.exe&amp;#47;ccservice.exe like this&amp;#58;&lt;br /&gt;&lt;br /&gt;corflags &amp;#47;32bit&amp;#43; ccnet.exe&lt;br /&gt;&lt;br /&gt;But it would be nice to atleast get a better errormessage so you know what is going on&lt;br /&gt;Comments: ** Comment from web user: BradWilson ** &lt;p&gt;IMO, the right fix for this is to stop using the TFS libraries and instead talk directly to the TFS web service APIs. The source control APIs are not overly complicated. This would also allow you to mainline the TFS plugin into the CCnet builds since it won&amp;#39;t rely on any 3rd party APIs.&lt;/p&gt;</description><author>BradWilson</author><pubDate>Tue, 04 Mar 2008 20:50:41 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: TFS plugin does not work when running ccnet as a 64 bit process 20080304085041P</guid></item><item><title>COMMENTED ISSUE: TFS plugin does not work when running ccnet as a 64 bit process</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=14722</link><description>I don&amp;#39;t know exacly who owns the problem, but people will say that the &amp;#34;TFS plugin does not work&amp;#34; so here goes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The TeamFoundation assemblies that the TFS Plug-in uses are marked as Win32 only. They will not load in a 64 bit process. The exception will say that Microsoft.TeamFundation.VersionControl.Client can not be loaded.&lt;br /&gt;&lt;br /&gt;The workaround to to set the 32 bit flag on ccnet.exe&amp;#47;ccservice.exe like this&amp;#58;&lt;br /&gt;&lt;br /&gt;corflags &amp;#47;32bit&amp;#43; ccnet.exe&lt;br /&gt;&lt;br /&gt;But it would be nice to atleast get a better errormessage so you know what is going on&lt;br /&gt;Comments: ** Comment from web user: BHofmann ** &lt;p&gt;I&amp;#39;m having the same problem, but did not have corflags.exe on the server. I had to copy it from my Framework SDK folder &amp;#40;&amp;#37;ProgramFiles&amp;#37;&amp;#92;Microsoft Visual Studio 8&amp;#92;SDK&amp;#92;v2.0&amp;#92;Bin&amp;#41;.&lt;/p&gt;&lt;p&gt;Thank you very much for solving this for me.&lt;/p&gt;</description><author>BHofmann</author><pubDate>Tue, 04 Mar 2008 17:09:33 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: TFS plugin does not work when running ccnet as a 64 bit process 20080304050933P</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=15416"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>martin</author><pubDate>Mon, 03 Mar 2008 10:27:11 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080303102711A</guid></item><item><title>CREATED ISSUE: Need better error message if no access to project.</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=15416</link><description>If the account that the CruiseControl service is running under does not have rights to a project &amp;#40;it could log into TFS, and had rights to other projects&amp;#41;. Then the following rather unhelpful error is given&amp;#58;-&lt;br /&gt;&lt;br /&gt;----------&lt;br /&gt;Microsoft.TeamFoundation.VersionControl.Client.InvalidVersionSpecException&amp;#58; 0 is not a valid changeset number. Please specify a number greater than 0.&lt;br /&gt;at Microsoft.TeamFoundation.VersionControl.Client.ChangesetVersionSpec.ValidateNumber&amp;#40;Int32 changeset&amp;#41;&lt;br /&gt;at Microsoft.TeamFoundation.VersionControl.Client.ChangesetVersionSpec..ctor&amp;#40;Int32 changeset&amp;#41;&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.GetModifications&amp;#40;IIntegrationResult from, IIntegrationResult to&amp;#41; in C&amp;#58;&amp;#92;projects&amp;#92;opensource&amp;#92;ccnet&amp;#92;trunk&amp;#92;source&amp;#92;ccnet&amp;#92;ccnet.vsts.plugin&amp;#92;Vsts.cs&amp;#58;line 160&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications&amp;#40;ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild&amp;#41;&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate&amp;#40;IntegrationRequest request&amp;#41;&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.Project.Integrate&amp;#40;IntegrationRequest request&amp;#41;&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Integrate&amp;#40;&amp;#41;&lt;br /&gt;at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Run&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;We should give a better error message.  In the meantime, the work-around is to give the CruiseControl.NET account rights to that project.&lt;br /&gt;</description><author>martin</author><pubDate>Mon, 03 Mar 2008 10:27:09 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Need better error message if no access to project. 20080303102709A</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
Thanks for the detailed report - will look to force a better error message here.&lt;br /&gt; &lt;br /&gt;Cheers,&lt;br /&gt; &lt;br /&gt;Martin.&lt;br /&gt;
&lt;/div&gt;</description><author>martin</author><pubDate>Mon, 03 Mar 2008 10:24:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080303102429A</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
This was indeed the case. The account we had the CruiseControl service running under did not have rights to that one project (it could log into TFS, and had rights to other projects). Adding the rights fixed the problem.&lt;br /&gt; &lt;br /&gt;There is a bug here, though - the error message is very confusing.&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Fri, 29 Feb 2008 15:53:42 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080229035342P</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
This was indeed the case. The account we had the CruiseControl service running under did not have rights to that one project (it could log into TFS, and had rights to other projects). Adding the rights fixed the problem.&lt;br /&gt; &lt;br /&gt;There is a bug here, though - the error message is very confusing.&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Fri, 29 Feb 2008 15:53:38 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080229035338P</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
I may have found the problem. We're using v1.3.2 of the plugin, and I compiled the source and ran some tests.&lt;br /&gt; &lt;br /&gt;The GetModifications method works fine if I don't specify Username/Password/Domain (use my own credentials via Windows authentication). It also works fine with the service login against another TFS project. It fails with the service login against one TFS project. I think it's a rights issue; the only problem is that a confusing error message is generated. I'm checking with our TFS administrator to see if this is the case.&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Fri, 29 Feb 2008 00:43:53 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080229124353A</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
I may have found the problem. We're using v1.3.2 of the plugin, and I compiled the source and ran some tests.&lt;br /&gt; &lt;br /&gt;The GetModifications method works fine if I don't specify Username/Password/Domain (use my own credentials via Windows authentication). It also works fine with the service login against another TFS project. It fails with the service login against one TFS project. I think it's a rights issue; the only problem is that a confusing error message is generated. I'm checking with our TFS administrator to see if this is the case.&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Fri, 29 Feb 2008 00:43:52 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080229124352A</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
I am getting &lt;b&gt;exactly&lt;/b&gt; the same error (down to the line number in the stack trace). As with Omid, this occurs on some projects and not on others.&lt;br /&gt; &lt;br /&gt;My suspicion is that this may be related to TFS migration. A project that has the issue was migrated from a previous TFS server, and one that does not have the issue was created on this server. The following article applies to 2008 (we're still on TFS 2005), but may be related: &lt;a href="http://www.codeplex.com/tfstotfsmigration/WorkItem/View.aspx?WorkItemId=3279" class="externalLink"&gt;http://www.codeplex.com/tfstotfsmigration/WorkItem/View.aspx?WorkItemId=3279&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;This is a showstopper; any help would be appreciated. TIA!&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Thu, 28 Feb 2008 18:25:23 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080228062523P</guid></item><item><title>NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error</title><link>http://www.codeplex.com/TFSCCNetPlugin/Thread/View.aspx?ThreadId=16483</link><description>&lt;div class="wikidoc"&gt;
I am getting &lt;b&gt;exactly&lt;/b&gt; the same error (down to the line number in the stack trace). As with Omid, this occurs on some projects and not on others.&lt;br /&gt; &lt;br /&gt;My suspicion is that this may be related to TFS migration. A project that has the issue was migrated from a previous TFS server, and one that does not have the issue was created on this server. The following article applies to 2008 (we're still on TFS 2005), but may be related: &lt;a href="http://www.codeplex.com/tfstotfsmigration/WorkItem/View.aspx?WorkItemId=3279" class="externalLink"&gt;http://www.codeplex.com/tfstotfsmigration/WorkItem/View.aspx?WorkItemId=3279&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;This is a showstopper; any help would be appreciated. TIA!&lt;br /&gt;
&lt;/div&gt;</description><author>bsorensen</author><pubDate>Thu, 28 Feb 2008 18:25:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Error using CC.Net with TFS - InvalidVersionSpecException error 20080228062521P</guid></item><item><title>COMMENTED ISSUE: Filtered Source Control not working</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=15253</link><description>Have been trying to get the filtered source control block working with TFS but to no avail. Downloaded the latest source code and found this bit of source&amp;#58;&lt;br /&gt;&lt;br /&gt;if &amp;#40;item.ItemType &amp;#61;&amp;#61; ItemType.File&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                &amp;#47;&amp;#47; split into foldername and filename&lt;br /&gt;                int lastSlash &amp;#61; item.ServerItem.LastIndexOf&amp;#40;&amp;#39;&amp;#47;&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;                modification.FileName &amp;#61; item.ServerItem.Substring&amp;#40;lastSlash &amp;#43; 1&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#47;&amp;#47; patch to the following line submitted by Ralf Kretzschmar.&lt;br /&gt;                modification.FolderName &amp;#61; item.ServerItem.Substring&amp;#40;0, lastSlash&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;but according to the MS documentation the ServerItem property contains just the servername, not the path of the changed object. Is this a bug or am I missing something here&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: aledeniz ** &lt;p&gt;This works for me since months &amp;#40;1.3.2&amp;#41;&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#9;&amp;#9;&amp;#60;sourcecontrol type&amp;#61;&amp;#34;filtered&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;sourceControlProvider type&amp;#61;&amp;#34;vsts&amp;#34; autoGetSource&amp;#61;&amp;#34;true&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;server&amp;#62;http&amp;#58;&amp;#47;&amp;#47;mine&amp;#58;8080&amp;#60;&amp;#47;server&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;project&amp;#62;&amp;#36;&amp;#47;mine&amp;#47;trunk&amp;#60;&amp;#47;project&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;workingDirectory&amp;#62;C&amp;#58;&amp;#92;dev&amp;#92;mine&amp;#92;Checkout&amp;#92;trunk&amp;#60;&amp;#47;workingDirectory&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;username&amp;#62;administrator&amp;#60;&amp;#47;username&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;password&amp;#62;mine&amp;#60;&amp;#47;password&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;domain&amp;#62;mine&amp;#60;&amp;#47;domain&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;workspace&amp;#62;mine&amp;#60;&amp;#47;workspace&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;&amp;#47;sourceControlProvider&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;exclusionFilters&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;pathFilter&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;pattern&amp;#62;&amp;#42;&amp;#42;&amp;#47;some&amp;#47;path&amp;#47;&amp;#42;&amp;#42;&amp;#60;&amp;#47;pattern&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;&amp;#47;pathFilter&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;&amp;#47;exclusionFilters&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;sourcecontrol&amp;#62;&lt;/p&gt;</description><author>aledeniz</author><pubDate>Mon, 25 Feb 2008 17:12:21 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Filtered Source Control not working 20080225051221P</guid></item></channel></rss>