<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>nunit4teambuild Work Item Rss Feed</title><link>http://www.codeplex.com/nunit4teambuild/WorkItem/List.aspx</link><description>nunit4teambuild Work Item Rss Description</description><item><title>Created Issue: Support HTTPS for publishing .trx to TFS [8880]</title><link>http://nunit4teambuild.codeplex.com/workitem/8880</link><description>Publishing results to TFS should support HTTPS.&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s an error we&amp;#39;re receiving&amp;#58;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyApp&amp;#92;Test.MyApp&amp;#92;Sources&amp;#92;tools&amp;#92;nunit-2.4.4&amp;#92;myperf-test.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ArgumentException&amp;#58; The provided URI scheme &amp;#39;https&amp;#39; is invalid&amp;#59; expected &amp;#39;http&amp;#39;.Parameter name&amp;#58; via   at System.ServiceModel.Channels.TransportChannelFactory&amp;#96;1.ValidateScheme&amp;#40;Uri via&amp;#41;&lt;br /&gt;&lt;br /&gt;</description><author>jimsz</author><pubDate>Wed, 23 Jan 2013 05:14:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Support HTTPS for publishing .trx to TFS [8880] 20130123051452A</guid></item><item><title>Commented Feature: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;Comments: The link is no longer valid. Can the information be provided&amp;#63;</description><author>jimsz</author><pubDate>Wed, 23 Jan 2013 05:10:52 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add TFS 2010 Activity [6712] 20130123051052A</guid></item><item><title>Commented Issue: Cant find team project (tfs2010) [8570]</title><link>http://nunit4teambuild.codeplex.com/workitem/8570</link><description>When running NUnitTfs it can&amp;#39;t find my team project. I have checked the spelling an the name is MyProject. Does I need to specify the team collection name somewhere&amp;#63; Any suggestions&amp;#63;&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 2.0 Alpha.&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.7&amp;#34; -v 2010 -p &amp;#34;Any CPU&amp;#34; -f Debug&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; MyProject. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.HandleReply&amp;#40;ProxyOperationRuntime operation, ProxyRpc&amp;#38; rpc&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.Call&amp;#40;String action, Boolean oneway, ProxyOperationRuntime operation, Object&amp;#91;&amp;#93; ins, Object&amp;#91;&amp;#93; outs, TimeSpan timeout&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService&amp;#40;IMethodCallMessage methodCall, ProxyOperationRuntime operation&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke&amp;#40;IMessage message&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.BuildServiceV3.BuildWebServiceSoap.QueryBuilds&amp;#40;BuildDetailSpec&amp;#91;&amp;#93; specs&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.GetBuildDetails&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 333&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 26&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: Ah, nevermind, in my case I HAD to add the teamcollection.</description><author>MattC7</author><pubDate>Thu, 25 Oct 2012 17:24:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cant find team project (tfs2010) [8570] 20121025052423P</guid></item><item><title>Commented Issue: Cant find team project (tfs2010) [8570]</title><link>http://nunit4teambuild.codeplex.com/workitem/8570</link><description>When running NUnitTfs it can&amp;#39;t find my team project. I have checked the spelling an the name is MyProject. Does I need to specify the team collection name somewhere&amp;#63; Any suggestions&amp;#63;&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 2.0 Alpha.&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.7&amp;#34; -v 2010 -p &amp;#34;Any CPU&amp;#34; -f Debug&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; MyProject. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.HandleReply&amp;#40;ProxyOperationRuntime operation, ProxyRpc&amp;#38; rpc&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.Call&amp;#40;String action, Boolean oneway, ProxyOperationRuntime operation, Object&amp;#91;&amp;#93; ins, Object&amp;#91;&amp;#93; outs, TimeSpan timeout&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService&amp;#40;IMethodCallMessage methodCall, ProxyOperationRuntime operation&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke&amp;#40;IMessage message&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.BuildServiceV3.BuildWebServiceSoap.QueryBuilds&amp;#40;BuildDetailSpec&amp;#91;&amp;#93; specs&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.GetBuildDetails&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 333&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 26&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: I get this error but haven&amp;#39;t added the teamcollection name to the endpoints&amp;#58;&amp;#10;&amp;#10;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;NUnit&amp;#92;publishing&amp;#92;NUnitTfs.exe -n &amp;#34;&amp;#92;&amp;#92;server5&amp;#92;builds&amp;#92;NUnit Trunk Middleware&amp;#92;NUnit Trunk Middleware_20121025.9&amp;#92;logs&amp;#92;RiskTests.dll.ResultXml.xml&amp;#34; -t &amp;#34;Distributed System&amp;#34; -p &amp;#34;Any CPU&amp;#34; -f &amp;#34;Release&amp;#34; -b &amp;#34;NUnit Trunk Middleware_20121025.9&amp;#34; -v 2010&amp;#10; System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; Distributed StarTrade. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&amp;#10;My endpoints are&amp;#58;&amp;#10;&amp;#10;&amp;#60;&amp;#33;-- TFS 2010 services. --&amp;#62;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;TestManagement&amp;#47;v1.0&amp;#47;TestResults.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;TestResultsServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.TestResultsServiceV1.TestResultsServiceSoap&amp;#34; name&amp;#61;&amp;#34;TestResultsServiceSoap&amp;#34; &amp;#47;&amp;#62;&amp;#10;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;Services&amp;#47;v3.0&amp;#47;IdentityManagementService.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;IdentityManagementWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.IdentityManagementServiceV3.IdentityManagementWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; name&amp;#61;&amp;#34;IdentityManagementWebServiceSoap&amp;#34; &amp;#47;&amp;#62;&amp;#10;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;Build&amp;#47;v3.0&amp;#47;BuildService.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;BuildWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.BuildServiceV3.BuildWebServiceSoap&amp;#34; name&amp;#61;&amp;#34;BuildWebServiceSoap&amp;#34; &amp;#47;&amp;#62;</description><author>MattC7</author><pubDate>Thu, 25 Oct 2012 17:19:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cant find team project (tfs2010) [8570] 20121025051955P</guid></item><item><title>Edited Feature: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:46:49 GMT</pubDate><guid isPermaLink="false">Edited Feature: Add TFS 2010 Activity [6712] 20120724044649A</guid></item><item><title>Commented Issue: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;Comments: I don&amp;#39;t think we really need a custom activity for this.  The Invoke Process activity is enough to meet the needs of the TFS 2010 workflow based builds.&amp;#10;&amp;#10;The information at http&amp;#58;&amp;#47;&amp;#47;www.heikura.info&amp;#47;publish-nunit-test-results-as-part-of-team-build-in-team-foundation-server-2010 provides information on how this can be done and also makes a build template available for download with the changes already made to it.&amp;#10;&amp;#10;That said, if you still think you need a custom activity please add a comment explaining why.  Thanks&amp;#33;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:45:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add TFS 2010 Activity [6712] 20120724044508A</guid></item><item><title>Closed Issue: Could not find file 'UNNAMED' [8571]</title><link>http://nunit4teambuild.codeplex.com/workitem/8571</link><description>Don&amp;#39;t know what is going on. Could you help&amp;#63;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.10&amp;#34; -v 2010&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;Checking test run does not exist...&lt;br /&gt;Reading users identity...&lt;br /&gt;Creating test run...&lt;br /&gt;Creating test results...&lt;br /&gt;Updating test run with details...&lt;br /&gt;System.IO.FileNotFoundException&amp;#58; Could not find file &amp;#39;UNNAMED&amp;#39;.&lt;br /&gt;File name&amp;#58; &amp;#39;UNNAMED&amp;#39;&lt;br /&gt;   at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41;&lt;br /&gt;   at System.IO.FileInfo.get_Length&amp;#40;&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.&amp;#60;&amp;#62;c__DisplayClassc.&amp;#60;UpdateTestRunWithTmiRunAndAssemblies&amp;#62;b__9&amp;#40;FileInfo file&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 150&lt;br /&gt;   at System.Linq.Enumerable.WhereSelectArrayIterator&amp;#96;2.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Linq.Buffer&amp;#96;1..ctor&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToArray&amp;#91;TSource&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.UpdateTestRunWithTmiRunAndAssemblies&amp;#40;TestRun testRun, XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 149&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 44&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;&lt;br /&gt;The nunit result is generated in this way&amp;#58;&lt;br /&gt;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit&amp;#92;bin&amp;#92;nunit-console.exe C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.DataAccess.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Domain.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.UI.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Utility.Tests.dll &amp;#47;xml&amp;#58;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml &amp;#47;framework&amp;#58;net-2.0&lt;br /&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Apr 2012 11:48:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: Could not find file 'UNNAMED' [8571] 20120425114851A</guid></item><item><title>Closed Task: Add Support For TFS 2010 [6390]</title><link>http://nunit4teambuild.codeplex.com/workitem/6390</link><description>I can&amp;#39;t get the thing working with TFS 2010... Work out what needs to change &amp;#40;hopefully just configuration files&amp;#33;&amp;#41; and create a new version if necessary.&lt;br /&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Apr 2012 11:48:38 GMT</pubDate><guid isPermaLink="false">Closed Task: Add Support For TFS 2010 [6390] 20120425114838A</guid></item><item><title>Commented Issue: When Publishing Results.xml I got an error: Could not find user NT AUTHORITY\NETWORK SERVICE in TFS [8826]</title><link>http://nunit4teambuild.codeplex.com/workitem/8826</link><description>System.InvalidOperationException&amp;#58; Could not find user NT AUTHORITY&amp;#92;NETWORK SERVICE in TFS.&lt;br /&gt; at KWatkins.NUnitTfs.Tfs2010.Publisher2010.ReadCurrentUsersIdentity&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 295&lt;br /&gt; at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 32&lt;br /&gt; at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: ** Comment from web user: colinbo ** &lt;p&gt;I think the bigger issue ask is the ability to specify credentials for connecting to the TFS server.&lt;/p&gt;</description><author>colinbo</author><pubDate>Mon, 20 Feb 2012 01:14:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: When Publishing Results.xml I got an error: Could not find user NT AUTHORITY\NETWORK SERVICE in TFS [8826] 20120220011448A</guid></item><item><title>Commented Issue: FileUploader exception due to case-sensitive deduction of FileUploader web service [8366]</title><link>http://nunit4teambuild.codeplex.com/workitem/8366</link><description>While using the NUnitTFS executable I noticed an issue while publishing the NUnit &amp;#40;trx&amp;#41; test results to TFS.&lt;br /&gt;&lt;br /&gt;Error occcurred during publishing of NUnit test results&amp;#58; System.TypeInitializationException&amp;#58; The type initializer for &amp;#39;KWatkins.NUnitTfs.Tfs2010.FileUploader&amp;#39; threw an exception. ---&amp;#62; System.ArgumentOutOfRangeException&amp;#58; Length cannot be less than zero.&lt;br /&gt;&lt;br /&gt;After debugging I noticed that the private FileUploader constructor uses a case-sensitive substring method to deduct the AttachmentUpload url &amp;#40;from the TestResults.asmx service&amp;#41;. My config file contained the full endpoint address in lowercase and didn&amp;#39;t recognize &amp;#34;TestResults.asmx&amp;#34;&lt;br /&gt;&lt;br /&gt;Suggested fix in FileUploader.cs file&amp;#58;&lt;br /&gt;&lt;br /&gt;Url &amp;#61; clientUrl.Substring&amp;#40;0, clientUrl.IndexOf&amp;#40;&amp;#34;TestResults.asmx&amp;#34;, System.StringComparison.InvariantCultureIgnoreCase&amp;#41;&amp;#41; &amp;#43; &amp;#34;AttachmentUpload.ashx&amp;#34;&amp;#59;&lt;br /&gt;Comments: Changed.&amp;nbsp; Thanks!</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:22:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: FileUploader exception due to case-sensitive deduction of FileUploader web service [8366] 20111124042247A</guid></item><item><title>Closed Issue: FileUploader exception due to case-sensitive deduction of FileUploader web service [8366]</title><link>http://nunit4teambuild.codeplex.com/workitem/8366</link><description>While using the NUnitTFS executable I noticed an issue while publishing the NUnit &amp;#40;trx&amp;#41; test results to TFS.&lt;br /&gt;&lt;br /&gt;Error occcurred during publishing of NUnit test results&amp;#58; System.TypeInitializationException&amp;#58; The type initializer for &amp;#39;KWatkins.NUnitTfs.Tfs2010.FileUploader&amp;#39; threw an exception. ---&amp;#62; System.ArgumentOutOfRangeException&amp;#58; Length cannot be less than zero.&lt;br /&gt;&lt;br /&gt;After debugging I noticed that the private FileUploader constructor uses a case-sensitive substring method to deduct the AttachmentUpload url &amp;#40;from the TestResults.asmx service&amp;#41;. My config file contained the full endpoint address in lowercase and didn&amp;#39;t recognize &amp;#34;TestResults.asmx&amp;#34;&lt;br /&gt;&lt;br /&gt;Suggested fix in FileUploader.cs file&amp;#58;&lt;br /&gt;&lt;br /&gt;Url &amp;#61; clientUrl.Substring&amp;#40;0, clientUrl.IndexOf&amp;#40;&amp;#34;TestResults.asmx&amp;#34;, System.StringComparison.InvariantCultureIgnoreCase&amp;#41;&amp;#41; &amp;#43; &amp;#34;AttachmentUpload.ashx&amp;#34;&amp;#59;&lt;br /&gt;Comments: Resolved with changeset 63605.</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:22:33 GMT</pubDate><guid isPermaLink="false">Closed Issue: FileUploader exception due to case-sensitive deduction of FileUploader web service [8366] 20111124042233A</guid></item><item><title>Commented Issue: Cant find team project (tfs2010) [8570]</title><link>http://nunit4teambuild.codeplex.com/workitem/8570</link><description>When running NUnitTfs it can&amp;#39;t find my team project. I have checked the spelling an the name is MyProject. Does I need to specify the team collection name somewhere&amp;#63; Any suggestions&amp;#63;&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 2.0 Alpha.&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.7&amp;#34; -v 2010 -p &amp;#34;Any CPU&amp;#34; -f Debug&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; MyProject. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.HandleReply&amp;#40;ProxyOperationRuntime operation, ProxyRpc&amp;#38; rpc&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.Call&amp;#40;String action, Boolean oneway, ProxyOperationRuntime operation, Object&amp;#91;&amp;#93; ins, Object&amp;#91;&amp;#93; outs, TimeSpan timeout&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService&amp;#40;IMethodCallMessage methodCall, ProxyOperationRuntime operation&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke&amp;#40;IMessage message&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.BuildServiceV3.BuildWebServiceSoap.QueryBuilds&amp;#40;BuildDetailSpec&amp;#91;&amp;#93; specs&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.GetBuildDetails&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 333&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 26&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: ** Comment from web user: rbanks54 ** &lt;p&gt;Remvoe the collection names from the endpoint addresses in the config file.  They&amp;#39;re not needed.&lt;/p&gt;</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:18:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cant find team project (tfs2010) [8570] 20111124041801A</guid></item><item><title>Commented Issue: When Publishing Results.xml I got an error: Could not find user NT AUTHORITY\NETWORK SERVICE in TFS [8826]</title><link>http://nunit4teambuild.codeplex.com/workitem/8826</link><description>System.InvalidOperationException&amp;#58; Could not find user NT AUTHORITY&amp;#92;NETWORK SERVICE in TFS.&lt;br /&gt; at KWatkins.NUnitTfs.Tfs2010.Publisher2010.ReadCurrentUsersIdentity&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 295&lt;br /&gt; at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 32&lt;br /&gt; at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: ** Comment from web user: rbanks54 ** &lt;p&gt;I assume you&amp;#39;re running this on a different machine than the TFS server and the build account is using the Network Service account.  If this is the case then check that TFS has the machine account added to the users for the project.&lt;/p&gt;</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:15:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: When Publishing Results.xml I got an error: Could not find user NT AUTHORITY\NETWORK SERVICE in TFS [8826] 20111124041507A</guid></item><item><title>Commented Task: Add Support For TFS 2010 [6390]</title><link>http://nunit4teambuild.codeplex.com/workitem/6390</link><description>I can&amp;#39;t get the thing working with TFS 2010... Work out what needs to change &amp;#40;hopefully just configuration files&amp;#33;&amp;#41; and create a new version if necessary.&lt;br /&gt;Comments: ** Comment from web user: rbanks54 ** &lt;p&gt;Make sure you use -v 2010 in the command line to trigger the TFS2010 support&lt;/p&gt;</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:12:19 GMT</pubDate><guid isPermaLink="false">Commented Task: Add Support For TFS 2010 [6390] 20111124041219A</guid></item><item><title>Closed Issue: Project [8879]</title><link>http://nunit4teambuild.codeplex.com/workitem/8879</link><description>Issue&lt;br /&gt;</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:11:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Project [8879] 20111124041118A</guid></item><item><title>Commented Task: Add Support For TFS 2010 [6390]</title><link>http://nunit4teambuild.codeplex.com/workitem/6390</link><description>I can&amp;#39;t get the thing working with TFS 2010... Work out what needs to change &amp;#40;hopefully just configuration files&amp;#33;&amp;#41; and create a new version if necessary.&lt;br /&gt;Comments: The latest code works with TFS2010</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:09:17 GMT</pubDate><guid isPermaLink="false">Commented Task: Add Support For TFS 2010 [6390] 20111124040917A</guid></item><item><title>Commented Issue: Could not find file 'UNNAMED' [8571]</title><link>http://nunit4teambuild.codeplex.com/workitem/8571</link><description>Don&amp;#39;t know what is going on. Could you help&amp;#63;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.10&amp;#34; -v 2010&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;Checking test run does not exist...&lt;br /&gt;Reading users identity...&lt;br /&gt;Creating test run...&lt;br /&gt;Creating test results...&lt;br /&gt;Updating test run with details...&lt;br /&gt;System.IO.FileNotFoundException&amp;#58; Could not find file &amp;#39;UNNAMED&amp;#39;.&lt;br /&gt;File name&amp;#58; &amp;#39;UNNAMED&amp;#39;&lt;br /&gt;   at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41;&lt;br /&gt;   at System.IO.FileInfo.get_Length&amp;#40;&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.&amp;#60;&amp;#62;c__DisplayClassc.&amp;#60;UpdateTestRunWithTmiRunAndAssemblies&amp;#62;b__9&amp;#40;FileInfo file&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 150&lt;br /&gt;   at System.Linq.Enumerable.WhereSelectArrayIterator&amp;#96;2.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Linq.Buffer&amp;#96;1..ctor&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToArray&amp;#91;TSource&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.UpdateTestRunWithTmiRunAndAssemblies&amp;#40;TestRun testRun, XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 149&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 44&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;&lt;br /&gt;The nunit result is generated in this way&amp;#58;&lt;br /&gt;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit&amp;#92;bin&amp;#92;nunit-console.exe C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.DataAccess.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Domain.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.UI.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Utility.Tests.dll &amp;#47;xml&amp;#58;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml &amp;#47;framework&amp;#58;net-2.0&lt;br /&gt;Comments: ** Comment from web user: rbanks54 ** &lt;p&gt;Fixed for NUnit 2.4.x as well.  Hopefully I didn&amp;#39;t break anything else with the change &amp;#58;-P  &amp;#40;I need to keep messing around with NUnit versions to check it and I may have missed something&amp;#41;&lt;/p&gt;</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 04:08:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Could not find file 'UNNAMED' [8571] 20111124040815A</guid></item><item><title>Commented Issue: Could not find file 'UNNAMED' [8571]</title><link>http://nunit4teambuild.codeplex.com/workitem/8571</link><description>Don&amp;#39;t know what is going on. Could you help&amp;#63;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.10&amp;#34; -v 2010&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;Checking test run does not exist...&lt;br /&gt;Reading users identity...&lt;br /&gt;Creating test run...&lt;br /&gt;Creating test results...&lt;br /&gt;Updating test run with details...&lt;br /&gt;System.IO.FileNotFoundException&amp;#58; Could not find file &amp;#39;UNNAMED&amp;#39;.&lt;br /&gt;File name&amp;#58; &amp;#39;UNNAMED&amp;#39;&lt;br /&gt;   at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41;&lt;br /&gt;   at System.IO.FileInfo.get_Length&amp;#40;&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.&amp;#60;&amp;#62;c__DisplayClassc.&amp;#60;UpdateTestRunWithTmiRunAndAssemblies&amp;#62;b__9&amp;#40;FileInfo file&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 150&lt;br /&gt;   at System.Linq.Enumerable.WhereSelectArrayIterator&amp;#96;2.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Linq.Buffer&amp;#96;1..ctor&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToArray&amp;#91;TSource&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.UpdateTestRunWithTmiRunAndAssemblies&amp;#40;TestRun testRun, XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 149&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 44&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;&lt;br /&gt;The nunit result is generated in this way&amp;#58;&lt;br /&gt;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit&amp;#92;bin&amp;#92;nunit-console.exe C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.DataAccess.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Domain.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.UI.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Utility.Tests.dll &amp;#47;xml&amp;#58;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml &amp;#47;framework&amp;#58;net-2.0&lt;br /&gt;Comments: Associated with changeset 63603.</description><author>rbanks54</author><pubDate>Thu, 24 Nov 2011 03:59:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Could not find file 'UNNAMED' [8571] 20111124035900A</guid></item><item><title>Commented Issue: Project [8879]</title><link>http://nunit4teambuild.codeplex.com/workitem/8879</link><description>Issue&lt;br /&gt;Comments: ** Comment from web user: Code ** &lt;p&gt;This is a comment.&lt;/p&gt;</description><author>Code</author><pubDate>Thu, 03 Nov 2011 04:16:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: Project [8879] 20111103041656A</guid></item><item><title>Created Issue: Project [8879]</title><link>http://nunit4teambuild.codeplex.com/workitem/8879</link><description>Issue&lt;br /&gt;</description><author>Code</author><pubDate>Thu, 03 Nov 2011 04:16:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Project [8879] 20111103041619A</guid></item></channel></rss>