<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TFSCCNetPlugin Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=TFSCCNetPlugin</link><description>TFSCCNetPlugin Work Item Rss Description</description><item><title>Reopened Issue: Remove call to undeclared method [12525]</title><link>http://tfsccnetplugin.codeplex.com/workitem/12525</link><description>In the method GetSource in Vsts.cs the is a call to the method AddIntegrationProperty on the IIntegrationResult interface. This method does not exist in CCNet, it is an extension made in CIFactory, and it should be removed.&lt;br /&gt;</description><author>martin</author><pubDate>Fri, 14 Jun 2013 06:50:07 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Remove call to undeclared method [12525] 20130614065007A</guid></item><item><title>Closed Issue: Remove call to undeclared method [12525]</title><link>http://tfsccnetplugin.codeplex.com/workitem/12525</link><description>In the method GetSource in Vsts.cs the is a call to the method AddIntegrationProperty on the IIntegrationResult interface. This method does not exist in CCNet, it is an extension made in CIFactory, and it should be removed.&lt;br /&gt;</description><author>martin</author><pubDate>Thu, 16 May 2013 07:48:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: Remove call to undeclared method [12525] 20130516074817A</guid></item><item><title>Commented Issue: 1.3.1 wants 9.0 instead of 8.0 of TeamFoundation [12672]</title><link>http://tfsccnetplugin.codeplex.com/WorkItem/View.aspx?WorkItemId=12672</link><description>Just FYI, it looks like release 1.3.1 is looking for Version&amp;#61;9.0.0.0 of Microsoft.TeamFoundation.VersionControl.Client. Since I don&amp;#39;t have TFS Orcas installed...it barfed at me. &amp;#59;-&amp;#41;&lt;br /&gt; &lt;br /&gt;System.IO.FileNotFoundException&amp;#58; Could not load file or assembly &amp;#39;Microsoft.TeamFoundation.VersionControl.Client, Version&amp;#61;9.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;File name&amp;#58; &amp;#39;Microsoft.TeamFoundation.VersionControl.Client, Version&amp;#61;9.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a&amp;#39;&lt;br /&gt; &lt;br /&gt;&amp;#126;Jon&lt;br /&gt;Comments: ** Comment from web user: svappaji77 ** &lt;p&gt;i am getting same error even i do have vsts2010 beta with 1.4.4 sp1 install&lt;/p&gt;</description><author>svappaji77</author><pubDate>Fri, 18 Dec 2009 14:22:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: 1.3.1 wants 9.0 instead of 8.0 of TeamFoundation [12672] 20091218022232P</guid></item><item><title>Commented Issue: Need better error message if no access to project. [15416]</title><link>http://tfsccnetplugin.codeplex.com/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;Comments: ** Comment from web user: daxon ** &lt;p&gt;Got the same error today with a reference to a source control location that did not exist. &lt;/p&gt;</description><author>daxon</author><pubDate>Thu, 24 Sep 2009 22:55:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Need better error message if no access to project. [15416] 20090924105511P</guid></item><item><title>Commented Issue: TFS plugin does not work when running ccnet as a 64 bit process [14722]</title><link>http://tfsccnetplugin.codeplex.com/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: rhencke ** &lt;p&gt;This saved me from a big headache&amp;#33;  Thank you&amp;#33;&lt;/p&gt;</description><author>rhencke</author><pubDate>Tue, 15 Sep 2009 15:39:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS plugin does not work when running ccnet as a 64 bit process [14722] 20090915033914P</guid></item><item><title>Commented Issue: Need better error message if no access to project.</title><link>http://tfsccnetplugin.codeplex.com/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;Comments: ** Comment from web user: kerbou ** &lt;p&gt;For your information&amp;#58; I got this error as well today but in a totally different context&amp;#58; If you make i.e. a spelling mistake in the &amp;#60;project&amp;#62; tag under &amp;#60;sourcecontrol&amp;#62; you get the exact same errormessage... I was chasing ghosts for an hour before I realized that &amp;#34;&amp;#36;blabla&amp;#92;somethingServer&amp;#34; isn&amp;#39;t the same as &amp;#34;&amp;#36;blabla&amp;#92;somethingService&amp;#34;   &amp;#59;o&amp;#41;&lt;/p&gt;</description><author>kerbou</author><pubDate>Thu, 13 Aug 2009 10:06:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Need better error message if no access to project. 20090813100641A</guid></item><item><title>Commented Issue: Exclusion Support</title><link>http://tfsccnetplugin.codeplex.com/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: Yogendrap ** &lt;p&gt;Please check your path, it is case sensitive by default.&lt;br /&gt;or use the following,&lt;/p&gt;&lt;p&gt;&amp;#60;pathFilter&amp;#62;&lt;br /&gt;  &amp;#60;pattern&amp;#62;&amp;#36;&amp;#47;yourprojectpath&amp;#47;&amp;#42;&amp;#42;&amp;#47;&amp;#42;.config&amp;#60;&amp;#47;pattern&amp;#62;&lt;br /&gt;  &amp;#60;caseSensitive&amp;#62;false&amp;#60;&amp;#47;caseSensitive&amp;#62;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&lt;br /&gt;&amp;#60;&amp;#47;pathFilter&amp;#62;&lt;/p&gt;</description><author>Yogendrap</author><pubDate>Wed, 03 Jun 2009 10:13:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exclusion Support 20090603101345A</guid></item><item><title>Created Issue: Update NetReflector reference to 1.1.2009.1004</title><link>http://tfsccnetplugin.codeplex.com/WorkItem/View.aspx?WorkItemId=22177</link><description>This plug-in is no longer compatible with 1.4.4.27&amp;#43; of CruiseControl.net&lt;br /&gt;&lt;br /&gt;Event Type&amp;#58;&amp;#9;Error&lt;br /&gt;Event Source&amp;#58;&amp;#9;CCService&lt;br /&gt;Event Category&amp;#58;&amp;#9;None&lt;br /&gt;Event ID&amp;#58;&amp;#9;0&lt;br /&gt;Date&amp;#58;&amp;#9;&amp;#9;04&amp;#47;24&amp;#47;2009&lt;br /&gt;Time&amp;#58;&amp;#9;&amp;#9;2&amp;#58;02&amp;#58;35 PM&lt;br /&gt;User&amp;#58;&amp;#9;&amp;#9;N&amp;#47;A&lt;br /&gt;Computer&amp;#58;&amp;#9;LMOTEN-3&lt;br /&gt;Description&amp;#58;&lt;br /&gt;Service cannot be started. System.IO.FileLoadException&amp;#58; Could not load file or assembly &amp;#39;NetReflector, Version&amp;#61;1.0.0.120, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;2f4dd8b32acbcd8e&amp;#39; or one of its dependencies. The located assembly&amp;#39;s manifest definition does not match the assembly reference. &amp;#40;Exception from HRESULT&amp;#58; 0x80131040&amp;#41;&lt;br /&gt;File name&amp;#58; &amp;#39;NetReflector, Version&amp;#61;1.0.0.120, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;2f4dd8b32acbcd8e&amp;#39;&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58; &lt;br /&gt;   at System.ModuleHandle.ResolveType&amp;#40;Int32 typeToken, RuntimeTypeHandle&amp;#42; typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle&amp;#42; methodInstArgs, Int32 methodInstCount&amp;#41;&lt;br /&gt;   at System.ModuleHandle.ResolveTypeHandle&amp;#40;Int32 typeToken, RuntimeTypeHandle&amp;#91;&amp;#93; typeInstantiationContext, RuntimeTypeHandle&amp;#91;&amp;#93; methodInstantiationContext&amp;#41;&lt;br /&gt;   at System.Reflection.Module.ResolveType&amp;#40;Int32 metadataToken, Type&amp;#91;&amp;#93; genericTypeArguments, Type&amp;#91;&amp;#93; genericMethodArguments&amp;#41;&lt;br /&gt;   at System.Reflection.CustomAttribute.FilterCustomAttributeRecord&amp;#40;CustomAttributeRecord caRecord, MetadataImport scope, Assembly&amp;#38; lastAptcaOkAssembly, Module...&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;events.asp.&lt;br /&gt;</description><author>lewismoten</author><pubDate>Fri, 24 Apr 2009 19:47:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Update NetReflector reference to 1.1.2009.1004 20090424074749P</guid></item><item><title>Created Issue: Need to have failed return when source code not pulled down</title><link>http://tfsccnetplugin.codeplex.com/WorkItem/View.aspx?WorkItemId=21968</link><description>In my case, we had a file checked out in the workspace &amp;#40;definetly our fault&amp;#41;, however when the plugin could not pull down source &amp;#40;under any circumstances&amp;#41; it should fail the build.&lt;br /&gt;</description><author>SirCodeAlot</author><pubDate>Tue, 07 Apr 2009 20:35:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Need to have failed return when source code not pulled down 20090407083533P</guid></item><item><title>Created Issue: Need ability to get the latest source when building instead of latest changeset</title><link>http://tfsccnetplugin.codeplex.com/WorkItem/View.aspx?WorkItemId=21471</link><description>Currently the TFS Plug-in for CruiseControl.NET checks for the modification of changesets based on datetime ranges determined by the CC.NET server.  During this process the most recent changeset is cached and used to retrieve the source to build.  &lt;br /&gt;&lt;br /&gt;This process can be problematic, especially when the TFS server time is out of sync with the build server time.  This can be extremely risky for release builds. For instance, if the build server time is behind the TFS server a release build could be started but code that was checked in within the window of time difference would not make it into the release build.&lt;br /&gt;&lt;br /&gt;There should be a way to force the plug-in to get the latest source &amp;#40;similar to the VSS plug-in&amp;#41;.&lt;br /&gt;</description><author>sdedios</author><pubDate>Tue, 03 Mar 2009 14:39:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Need ability to get the latest source when building instead of latest changeset 20090303023920P</guid></item><item><title>Commented 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;Comments: ** Comment from web user: OwenCarter ** &lt;p&gt;This error is also seen if you try to set the &amp;#60;project&amp;#62; definition within a &amp;#60;sourcecontrol type&amp;#61;&amp;#34;vsts&amp;#34; ...&amp;#62; block to a non-existant path&amp;#59;&lt;/p&gt;&lt;p&gt;We had &amp;#60;project&amp;#62;&amp;#36;&amp;#47;YEP&amp;#47;Main&amp;#47;&amp;#60;&amp;#47;project&amp;#62; in our sourcecontrol block, which was a typo since this path does not exist &amp;#40;but &amp;#36;&amp;#47;YEP&amp;#47;Maint does&amp;#41; in the TFS Sourcecontrol. We saw the above errors &amp;#40;and wasted a lot of time debugging it as a access-rights issue&amp;#41; until noticed and corrected it to&amp;#58; &amp;#60;project&amp;#62;&amp;#36;&amp;#47;YEP&amp;#47;Maint&amp;#47;&amp;#60;&amp;#47;project&amp;#62;, at which point everythign sprang into life..&lt;/p&gt;&lt;p&gt;So this is an error that really translates to&amp;#58; &lt;br /&gt;You have access to the TFS server, but not to the requested source control item&amp;#40;s&amp;#41;. Either due to permissions on the items, or because they do not exist..&lt;/p&gt;</description><author>OwenCarter</author><pubDate>Tue, 28 Oct 2008 16:22:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Need better error message if no access to project. 20081028042207P</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: anilk ** &lt;p&gt;Yes, thanks for the tip.  A life saver&amp;#33;&lt;br /&gt;-Krip&lt;/p&gt;</description><author>anilk</author><pubDate>Thu, 09 Oct 2008 12:39:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS plugin does not work when running ccnet as a 64 bit process 20081009123909P</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: bhehe1 ** &lt;p&gt;Wow. I think this might have just solved my problem after a day long fight. I&amp;#39;m sort of embarrassed for the CC.NET team... Who ever works on that installed - they really should do a &amp;#39;detect x64&amp;#39; routine and warn people about this simple fix... or better yet.... just go ahead and bundle the corflags.exe tool and do this as part of the install.  Is there any reason someone wouldn&amp;#39;t want to do this&amp;#63;  At the minimum detection and bringing up a window of known issues related to x64 installation would have been helpful.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>bhehe1</author><pubDate>Fri, 03 Oct 2008 21:16:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS plugin does not work when running ccnet as a 64 bit process 20081003091606P</guid></item><item><title>Closed Issue: Special Characters in source files being mutilated</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=17618</link><description>This happens with either 1.3 or 1.4 CC.NET and the 1.4 release &amp;#40;TFS 2008&amp;#41; version of the plug-in. In our resource files the copyright characters and a few other special characters are being transposed to gibberish if the source is pulled down through the PlugIn. If I use Visual Studio it actully gets pulled down correctly and in tact, so it has to be something in the plugin. By the way we have Visual Studio 2008, but our TFS server is still 2005 in case this is part of it.&lt;br /&gt;Comments: Error was with actual source files being managed, not the plug-in.</description><author>martin</author><pubDate>Mon, 11 Aug 2008 19:00:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Special Characters in source files being mutilated 20080811070057P</guid></item><item><title>Commented Issue: Special Characters in source files being mutilated</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=17618</link><description>This happens with either 1.3 or 1.4 CC.NET and the 1.4 release &amp;#40;TFS 2008&amp;#41; version of the plug-in. In our resource files the copyright characters and a few other special characters are being transposed to gibberish if the source is pulled down through the PlugIn. If I use Visual Studio it actully gets pulled down correctly and in tact, so it has to be something in the plugin. By the way we have Visual Studio 2008, but our TFS server is still 2005 in case this is part of it.&lt;br /&gt;Comments: ** Comment from web user: martin ** &lt;p&gt;Cool - thanks very much for letting me know&amp;#33;&lt;/p&gt;</description><author>martin</author><pubDate>Mon, 11 Aug 2008 19:00:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Special Characters in source files being mutilated 20080811070015P</guid></item><item><title>Commented Issue: Special Characters in source files being mutilated</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=17618</link><description>This happens with either 1.3 or 1.4 CC.NET and the 1.4 release &amp;#40;TFS 2008&amp;#41; version of the plug-in. In our resource files the copyright characters and a few other special characters are being transposed to gibberish if the source is pulled down through the PlugIn. If I use Visual Studio it actully gets pulled down correctly and in tact, so it has to be something in the plugin. By the way we have Visual Studio 2008, but our TFS server is still 2005 in case this is part of it.&lt;br /&gt;Comments: ** Comment from web user: SirCodeAlot ** &lt;p&gt;Martin, &lt;br /&gt;So I went to set up a demo file with all the characters so I could send you the two files for comparison. However, this file did not get jacked. So I started investigating the differences in the file I created, and the ones that were already in source and getting mutilated. What I found is, the ones getting mutilated were encoded in UTF-8, now Visual Studio would display them correctly and synch them correctly. But if I took those same files that had been synched &amp;#34;correctly&amp;#34; through the GUI &amp;#40;The ones where you would actually see the copyright symbol in VSTS&amp;#41; and looked at those files in Word they would be changed in the exact same manner as they had been coming through the plugin. So in short I do not think this is a plugin issue, I think it is our issue with the way we were encoding our RC files, but that fact had been hidden by VSTS and notepad knowing how to display something, even if it probably shouldn&amp;#39;t have been displayed.  Sorry for bothering you and thanks for your time..And a great plugin &amp;#59;&amp;#41;&lt;/p&gt;</description><author>SirCodeAlot</author><pubDate>Mon, 11 Aug 2008 14:45:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Special Characters in source files being mutilated 20080811024524P</guid></item><item><title>Commented Issue: Special Characters in source files being mutilated</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=17618</link><description>This happens with either 1.3 or 1.4 CC.NET and the 1.4 release &amp;#40;TFS 2008&amp;#41; version of the plug-in. In our resource files the copyright characters and a few other special characters are being transposed to gibberish if the source is pulled down through the PlugIn. If I use Visual Studio it actully gets pulled down correctly and in tact, so it has to be something in the plugin. By the way we have Visual Studio 2008, but our TFS server is still 2005 in case this is part of it.&lt;br /&gt;Comments: ** Comment from web user: martin ** &lt;p&gt;Wow.  Really don&amp;#39;t understand what might be doing this.  The plug-in is calling the same .NET API that Visual Studio calls to do the file download etc.  Would it be possible to replicate this problem with a couple of files &amp;#40;one in Visual Studio and one with the same file pulled down from the plug-in&amp;#41; and then attach them to this work item.  I&amp;#39;ll then do a byte-by-byte diff of the files to see what is different between them.  Sounds to me like it might be a file encoding issue or something - very strange.&lt;/p&gt;&lt;p&gt;If you can let me know which locale you are running the plug-in in as well that may help.&lt;/p&gt;&lt;p&gt;Thanks for reporting this.&lt;/p&gt;&lt;p&gt;Martin.&lt;/p&gt;</description><author>martin</author><pubDate>Mon, 04 Aug 2008 13:31:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: Special Characters in source files being mutilated 20080804013132P</guid></item><item><title>Created Issue: Special Characters in source files being mutilated</title><link>http://www.codeplex.com/TFSCCNetPlugin/WorkItem/View.aspx?WorkItemId=17618</link><description>This happens with either 1.3 or 1.4 CC.NET and the 1.4 release &amp;#40;TFS 2008&amp;#41; version of the plug-in. In our resource files the copyright characters and a few other special characters are being transposed to gibberish if the source is pulled down through the PlugIn. If I use Visual Studio it actully gets pulled down correctly and in tact, so it has to be something in the plugin. By the way we have Visual Studio 2008, but our TFS server is still 2005 in case this is part of it.&lt;br /&gt;</description><author>SirCodeAlot</author><pubDate>Fri, 01 Aug 2008 16:38:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Special Characters in source files being mutilated 20080801043846P</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>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></channel></rss>