<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TFSCCNetPlugin Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=TFSCCNetPlugin</link><description>TFSCCNetPlugin Forum Rss Description</description><item><title>New Post: CCNet 1.8 and TFSPreview.com</title><link>http://tfsccnetplugin.codeplex.com/discussions/392490</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If it is TFS 2010, then you have to use the URL of collection not the server....&lt;/p&gt;
&lt;p&gt;TFS 2008: &lt;span&gt;&lt;a href="https://myinstall.tfspreview.com"&gt;https://myinstall.tfspreview.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;TFS 2010: &lt;span&gt;&lt;a href="https://myinstall.tfspreview.com/&amp;lt;collectionname"&gt;https://myinstall.tfspreview.com/&amp;lt;collectionname&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>raghusrikanth</author><pubDate>Thu, 13 Sep 2012 10:03:10 GMT</pubDate><guid isPermaLink="false">New Post: CCNet 1.8 and TFSPreview.com 20120913100310A</guid></item><item><title>New Post: CCNet 1.8 and TFSPreview.com</title><link>http://tfsccnetplugin.codeplex.com/discussions/392490</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Gurus,&lt;/p&gt;
&lt;p&gt;I have recently migrated one of my projects to TFSPreview from my hosted TFS 2010 &amp;#43; SVN repository. So far things are looking good.&lt;/p&gt;
&lt;p&gt;However, I'm having a hard time configuring CruiseControl.NET (for CI) to work against my new Source Control Repo hosted in TFSPreview.&lt;/p&gt;
&lt;p&gt;This is what the conf file look like at them moment:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&amp;lt;sourcecontrol&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;type&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;vsts&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;
     &lt;/span&gt;&lt;span&gt;&amp;lt;server&amp;gt;&lt;/span&gt;&lt;span&gt;https://myinstall.tfspreview.com&lt;/span&gt;&lt;span&gt;&amp;lt;/server&amp;gt;&lt;/span&gt;&lt;span&gt;
     &lt;/span&gt;&lt;span&gt;&amp;lt;project&amp;gt;&lt;/span&gt;&lt;span&gt;$\MyProj\trunk&lt;/span&gt;&lt;span&gt;&amp;lt;/project&amp;gt;&lt;/span&gt;&lt;span&gt; 
     &lt;/span&gt;&lt;span&gt;&amp;lt;workingDirectory&amp;gt;&lt;/span&gt;&lt;span&gt;C:\MyCode\MyProj\trunk&lt;/span&gt;&lt;span&gt;&amp;lt;/workingDirectory&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;username&amp;gt;&lt;/span&gt;&lt;span&gt;myuser@hotmail.com&lt;/span&gt;&lt;span&gt;&amp;lt;/username&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;password&amp;gt;&lt;/span&gt;&lt;span&gt;MyHotmailPassword&lt;/span&gt;&lt;span&gt;&amp;lt;/password&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;domain&amp;gt;&amp;lt;/domain&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;executable&amp;gt;&lt;/span&gt;&lt;span&gt;PathToTF.exe&lt;/span&gt;&lt;span&gt;&amp;lt;/executable&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;autoGetSource&amp;gt;&lt;/span&gt;&lt;span&gt;True&lt;/span&gt;&lt;span&gt;&amp;lt;/autoGetSource&amp;gt;&lt;/span&gt;&lt;span&gt;
    &lt;/span&gt;&lt;span&gt;&amp;lt;timeout&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;units&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;minutes&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt;&amp;lt;/timeout&amp;gt;&lt;/span&gt;&lt;span&gt;
&lt;/span&gt;&lt;span&gt;&amp;lt;/sourcecontrol&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;The Exception I'm getting is:&lt;/p&gt;
&lt;p&gt;ThoughtWorks.CruiseControl.Core.CruiseControlException: TF30064: You are not authorized to access the server.&lt;br&gt;
&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.LookForErrorReturns(ProcessResult pr)&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.ProjectExists(IIntegrationResult result)&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.GetModifications(IIntegrationResult from, IIntegrationResult to)&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)&lt;br&gt;
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please please help me! :-)&lt;/p&gt;
&lt;/div&gt;</description><author>mateofd</author><pubDate>Tue, 21 Aug 2012 15:42:53 GMT</pubDate><guid isPermaLink="false">New Post: CCNet 1.8 and TFSPreview.com 20120821034253P</guid></item><item><title>New Post: CCNET 1.5 and TFS 2010 integration</title><link>http://tfsccnetplugin.codeplex.com/discussions/223025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Note that if your collection name contains a space, you must place the whole thing in double quotes:&lt;/p&gt;
&lt;p&gt;&amp;lt;server&amp;gt;"http://[server name]:8080/tfs/Collection Name"&amp;lt;/server&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>SteveWilkinson</author><pubDate>Thu, 10 Nov 2011 10:37:56 GMT</pubDate><guid isPermaLink="false">New Post: CCNET 1.5 and TFS 2010 integration 20111110103756A</guid></item><item><title>New Post: Plug-in for TFS2010?</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=82981</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I downloaded the source code ,and change the reference,but build failed,does anybody tell me the reason and give me guides? Thank you~~&lt;/p&gt;&lt;/div&gt;</description><author>haidy</author><pubDate>Tue, 12 Oct 2010 09:17:28 GMT</pubDate><guid isPermaLink="false">New Post: Plug-in for TFS2010? 20101012091728A</guid></item><item><title>New Post: Plug-in for TFS2010?</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=82981</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Download the plugin source code for TFS 2008. Change the reference, build again. It works.&lt;/p&gt;&lt;/div&gt;</description><author>gdfspy</author><pubDate>Sat, 09 Oct 2010 02:32:41 GMT</pubDate><guid isPermaLink="false">New Post: Plug-in for TFS2010? 20101009023241A</guid></item><item><title>New Post: CCNET 1.5 and TFS 2010 integration</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=223025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You must add collection name to the server tag.&lt;/p&gt;
&lt;p&gt;&amp;lt;server&amp;gt;http://[server name]:8080/tfs/CollectionName&amp;lt;/server&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>gdfspy</author><pubDate>Sat, 09 Oct 2010 02:28:16 GMT</pubDate><guid isPermaLink="false">New Post: CCNET 1.5 and TFS 2010 integration 20101009022816A</guid></item><item><title>New Post: Problems with &lt;cleanCopy/&gt;</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=39990</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have the same problem, 2 of 3 builds have this error. Any ideas for a solution?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>abartra</author><pubDate>Thu, 16 Sep 2010 21:30:04 GMT</pubDate><guid isPermaLink="false">New Post: Problems with &lt;cleanCopy/&gt; 20100916093004P</guid></item><item><title>New Post: CCNET 1.5 and TFS 2010 integration</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=223025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i have got the same pb and find a solution&lt;br&gt;it seems that TF.exe use windows credential instead of plain text user/pwd&lt;br&gt;so, you have to remove all&amp;nbsp; this part from your CCNET config:&lt;/p&gt;
&lt;p&gt;&amp;lt;domain&amp;gt;FPS&amp;lt;/domain&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;username&amp;gt;abc&amp;lt;/username&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;password&amp;gt;abc&amp;lt;/password&amp;gt;&lt;/p&gt;
&lt;p&gt;your CCNET server have to run with the credential of an user that is authorized to access TFS (start the server from the commande line while logged with the correct account, or modify the connection account of the windows service in the admin console of your system).&lt;/p&gt;
&lt;p&gt;the Workspace is verified by TFS, so you have to use a proper Workspace that have been associated with that account.&lt;/p&gt;
&lt;p&gt;finally the workingDirectory has to be the same that have been used in the Workspace.&lt;/p&gt;
&lt;p&gt;it's quite restricting , but in that way it works....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Guillaume.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>yohm31</author><pubDate>Tue, 07 Sep 2010 09:25:45 GMT</pubDate><guid isPermaLink="false">New Post: CCNET 1.5 and TFS 2010 integration 20100907092545A</guid></item><item><title>New Post: CCNET 1.5 and TFS 2010 integration</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=223025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am facing problem while connecting CCNET1.5 with TFS 2010. My operating system is Window server 2008 R2 standard.&lt;/p&gt;
&lt;p&gt;TFS is working fine and is accessible easily through URL as well as VS2010.&lt;/p&gt;
&lt;p&gt;I configured my ccnet.config as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;cruisecontrol&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! --&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;project name=&amp;quot;TestCCNETApplication&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sourcecontrol type=&amp;quot;filtered&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sourceControlProvider type=&amp;quot;vsts&amp;quot; autoGetSource=&amp;quot;true&amp;quot; applyLabel=&amp;quot;true&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server&amp;gt;http://[server name]:8080/tfs&amp;lt;/server&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;domain&amp;gt;FPS&amp;lt;/domain&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;username&amp;gt;abc&amp;lt;/username&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;password&amp;gt;abc&amp;lt;/password&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;executable&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\TF.exe&amp;lt;/executable&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;project&amp;gt;$/test/Source Code/TestCCNetApplication&amp;lt;/project&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;workingDirectory&amp;gt;C:\shikhar\CCNET_BUILD&amp;lt;/workingDirectory&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;workspace&amp;gt;myworkspace&amp;lt;/workspace&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeout&amp;gt;10000000&amp;lt;/timeout&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sourceControlProvider&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sourcecontrol&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/project&amp;gt;&lt;br&gt;&amp;lt;/cruisecontrol&amp;gt;&lt;/p&gt;
&lt;p&gt;when I run cruise control.net console, I get following error on console:&lt;/p&gt;
&lt;p&gt;[TestCCNETApplication:WARN] Source control failure (GetModifications): TF31002:&lt;br&gt;Unable to connect to this Team Foundation Server: http://[server name]:8080/tfs.&lt;br&gt;Team Foundation Server Url: http://[server name]:8080/tfs.&lt;br&gt;&lt;br&gt;Possible reasons for failure include:&lt;br&gt;- The name, port number, or protocol for the Team Foundation Server is incorrect&lt;br&gt;.&lt;br&gt;- The Team Foundation Server is offline.&lt;br&gt;- The password has expired or is incorrect.&lt;br&gt;&lt;br&gt;Technical information (for administrator):&lt;br&gt;The request failed with HTTP status 404: Not Found.&lt;/p&gt;
&lt;p&gt;Please provide quick solution for it if any one already have faced the same.&lt;/p&gt;
&lt;p&gt;Note: I have tried connecting to server without username, password and domain detail.&lt;/p&gt;
&lt;p&gt;Thanks for your helps in advance..&lt;/p&gt;&lt;/div&gt;</description><author>shikhar</author><pubDate>Tue, 10 Aug 2010 07:51:40 GMT</pubDate><guid isPermaLink="false">New Post: CCNET 1.5 and TFS 2010 integration 20100810075140A</guid></item><item><title>New Post: Plug-in for TFS2010?</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=82981</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using CCNET 1.4.4.83 and TFS version 2010.&lt;/p&gt;
&lt;p&gt;Does Plugin for CCNET 1.4.4.83 and TFS version 2010.&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;/p&gt;
&lt;p&gt;Vivek Shivalkar&lt;/p&gt;&lt;/div&gt;</description><author>vivekshivalkar</author><pubDate>Mon, 26 Jul 2010 14:52:30 GMT</pubDate><guid isPermaLink="false">New Post: Plug-in for TFS2010? 20100726025230P</guid></item><item><title>New Post: New CC.NET 1.4 install on machine with TFS2008/VS2008</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=37003</link><description>&lt;div style="line-height: normal;"&gt;thx.&lt;/div&gt;</description><author>hstaples</author><pubDate>Tue, 13 Jul 2010 19:23:29 GMT</pubDate><guid isPermaLink="false">New Post: New CC.NET 1.4 install on machine with TFS2008/VS2008 20100713072329P</guid></item><item><title>New Post: Problems with &lt;cleanCopy/&gt;</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=39990</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm using CC.Net 1.5 RC1 which uses this plugin (I think).&amp;nbsp; and I'm also having this problem.&amp;nbsp; Has anyone worked out which files\folders are being locked which would prevent the folder from being deleted?&amp;nbsp; The problem is intermittent, so it's difficult to track down...&lt;/p&gt;
&lt;p&gt;Any fix\workaround would be appreciated.&lt;/p&gt;&lt;/div&gt;</description><author>rikrak</author><pubDate>Thu, 18 Feb 2010 10:00:40 GMT</pubDate><guid isPermaLink="false">New Post: Problems with &lt;cleanCopy/&gt; 20100218100040A</guid></item><item><title>New Post: Plug-in for TFS2010?</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=82981</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The plugin is no longer needed as of CCNET 1.5 as the support for TFS is in the code base now, I wouldn't imagine they would make a new plugin.&lt;/p&gt;&lt;/div&gt;</description><author>sircodealot</author><pubDate>Wed, 03 Feb 2010 12:30:07 GMT</pubDate><guid isPermaLink="false">New Post: Plug-in for TFS2010? 20100203123007P</guid></item><item><title>New Post: Plug-in for TFS2010?</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=82981</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Team Foundation Server 2010 will be out in March.&lt;/p&gt;
&lt;p&gt;Anybody know of any plans for a CruiseControl.NET plug-in for TFS2010?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>JohnnyDoyle</author><pubDate>Wed, 03 Feb 2010 10:05:49 GMT</pubDate><guid isPermaLink="false">New Post: Plug-in for TFS2010? 20100203100549A</guid></item><item><title>New Post: Multiple types exist with the same ReflectorTypeAttribute ...</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=81478</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Dooohh!! K thanks :)&lt;/p&gt;&lt;/div&gt;</description><author>stimpy77</author><pubDate>Thu, 21 Jan 2010 01:40:25 GMT</pubDate><guid isPermaLink="false">New Post: Multiple types exist with the same ReflectorTypeAttribute ... 20100121014025A</guid></item><item><title>New Post: Multiple types exist with the same ReflectorTypeAttribute ...</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=81478</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Stimpy,&lt;/p&gt;
&lt;p&gt;Wit 1.5 there is no need for this plug in anymore, the functionality has been moved inside CC.NET natively. Simply pull the dll's from this plugin from the server directory and you have vsts functionality. That is what the messages are telling you, that vsts exists twice in your set up. Once inside CC.NET and once in the plugin dlls you copied into the server folder. So recompiling it would do nothing.&lt;/p&gt;&lt;/div&gt;</description><author>SirCodeALot</author><pubDate>Wed, 20 Jan 2010 20:40:46 GMT</pubDate><guid isPermaLink="false">New Post: Multiple types exist with the same ReflectorTypeAttribute ... 20100120084046P</guid></item><item><title>New Post: Multiple types exist with the same ReflectorTypeAttribute ...</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=81478</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Reverted to older (but released) v1.4.4 of cc.net&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/projects/ccnet/files/CruiseControl.NET Releases/CruiseControl.NET 1.4.4 SP1/CruiseControl.NET-1.4.4-SP1-Setup.exe/download"&gt;http://sourceforge.net/projects/ccnet/files/CruiseControl.NET%20Releases/CruiseControl.NET%201.4.4%20SP1/CruiseControl.NET-1.4.4-SP1-Setup.exe/download&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>stimpy77</author><pubDate>Wed, 20 Jan 2010 20:03:03 GMT</pubDate><guid isPermaLink="false">New Post: Multiple types exist with the same ReflectorTypeAttribute ... 20100120080303P</guid></item><item><title>New Post: Multiple types exist with the same ReflectorTypeAttribute ...</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=81478</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;So with the breakage of NetReflector.dll and all the hell of downloading the source code and getting the VS2005 TFS 2005 Explorer to have the old bindings even though I have VS 2008 TFS Explorer already, and recompiling, after all that I now get this:&lt;/p&gt;
&lt;p&gt;Multiple types exist with the same ReflectorTypeAttribute name &amp;quot;vsts&amp;quot;: (ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts, ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts)&lt;/p&gt;
&lt;p&gt;Full event message is:&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;Service cannot be started. Exortech.NetReflector.NetReflectorException: Multiple types exist with the same ReflectorTypeAttribute name &amp;quot;vsts&amp;quot;: (ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts, ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts)&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;Server stack trace: &lt;br&gt;&amp;nbsp;&amp;nbsp; at Exortech.NetReflector.NetReflectorTypeTable.Add(Type type)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Exortech.NetReflector.NetReflectorTypeTable.Add(Assembly assembly)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Exortech.NetReflector.NetReflectorTypeTable.Add(String assemblyFilename)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Exortech.NetReflector.NetReflectorTypeTable.Add(String path, String searchPattern)&lt;br&gt;&amp;nbsp;&amp;nbsp; at ThoughtWorks.CruiseControl.Core.Config.NetReflectorConfigurationReader..ctor()&lt;br&gt;&amp;nbsp;&amp;nbsp; at ThoughtWorks.CruiseControl.Core.Config.DefaultConfigurationFileLoader..ctor()&lt;br&gt;&amp;nbsp;&amp;nbsp; at ThoughtWorks.CruiseControl.Core.CruiseServerFactory.NewConfigurationService(String configFile)&lt;br&gt;&amp;nbsp;&amp;nbsp; at ThoughtWorks.CruiseControl.Core.CruiseServerFactory.CreateLocal(String configFile)&lt;br&gt;&amp;nbsp;&amp;nbsp; at ThoughtWorks.CruiseControl.Core.CruiseServerFactory.Create(Boolean remote, String configFile)&lt;br&gt;&amp;nbsp;...&lt;/p&gt;
&lt;p&gt;Can you PLEASE just recompile the thing for us for the current cc.net build?&lt;/p&gt;&lt;/div&gt;</description><author>stimpy77</author><pubDate>Wed, 20 Jan 2010 19:54:58 GMT</pubDate><guid isPermaLink="false">New Post: Multiple types exist with the same ReflectorTypeAttribute ... 20100120075458P</guid></item><item><title>New Post: New CC.NET 1.4 install on machine with TFS2008/VS2008</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=37003</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;bhehe1, big thanks!&lt;/p&gt;&lt;/div&gt;</description><author>vilia</author><pubDate>Wed, 16 Dec 2009 15:29:17 GMT</pubDate><guid isPermaLink="false">New Post: New CC.NET 1.4 install on machine with TFS2008/VS2008 20091216032917P</guid></item><item><title>New Post: CCNet 1.4.4 and VSTS Plugin, NetReflector Exception</title><link>http://tfsccnetplugin.codeplex.com/Thread/View.aspx?ThreadId=54578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Can you please post the updated plugin somewhere for download or at least where you go the source code?&lt;/p&gt;&lt;/div&gt;</description><author>russdewolfe</author><pubDate>Thu, 10 Sep 2009 17:14:04 GMT</pubDate><guid isPermaLink="false">New Post: CCNet 1.4.4 and VSTS Plugin, NetReflector Exception 20090910051404P</guid></item></channel></rss>