<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Fissum - A TFS tray icon client</title><link>http://fissum.codeplex.com/project/feeds/rss</link><description>Fissum in a TFS tray icon client. Fissum provides a fast access to your work items directly from a tray icon menu.</description><item><title>Source code checked in, #99885</title><link>http://fissum.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://fissum.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Source code checked in, #99324</title><link>http://fissum.codeplex.com/SourceControl/changeset/changes/99324</link><description>Add support to incorrect query</description><author>Miiitch</author><pubDate>Sun, 26 Aug 2012 14:18:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99324 20120826021834P</guid></item><item><title>New Post: Free-text search</title><link>http://fissum.codeplex.com/discussions/361420</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Team Web Access (TWA) has a very powerful feature: it allows to search workitems using free-text queries. It also allows to narrow your search by some metadata (similar to SharePoint search).&lt;/p&gt;
&lt;p&gt;Example: the following query will return all bugs containing word &amp;quot;navigation&amp;quot;&lt;br&gt;
navigation T:Bug&lt;/p&gt;
&lt;p&gt;Unfortunately TWA runs a free-text query only against a limited number of properties (Title and Description if I not mistaken). It doesn't include History field, and the worst thing is that this set of properties cannot be configured.&lt;/p&gt;
&lt;p&gt;I suggest to implement similar feature in Fissum, but with ability to configure set of properties included into free-text search. I can take care of development if you add me to the project.&lt;/p&gt;
&lt;/div&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:44:58 GMT</pubDate><guid isPermaLink="false">New Post: Free-text search 20120629034458P</guid></item><item><title>New Post: Free-text search</title><link>http://fissum.codeplex.com/discussions/361420</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Team Web Access (TWA) has a very powerful feature: it allows to search workitems using free-text queries. It also allows to narrow your search by some metadata (similar to SharePoint search).&lt;/p&gt;
&lt;p&gt;Example: the following query will return all bugs containing word &amp;quot;navigation&amp;quot;&lt;br&gt;
navigation T:Bug&lt;/p&gt;
&lt;p&gt;Unfortunately TWA runs a free-text query only against a limited number of properties (Title and Description if I not mistaken). It doesn't include History field, and the worst thing is that this set of properties cannot be configured.&lt;/p&gt;
&lt;p&gt;I suggest to implement similar feature in Fissum, but with ability to configure set of properties included into free-text search. I can take care of development if you add me to the project.&lt;/p&gt;
&lt;/div&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:44:58 GMT</pubDate><guid isPermaLink="false">New Post: Free-text search 20120629034458P</guid></item><item><title>New Post: Free-text search</title><link>http://fissum.codeplex.com/discussions/361420</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Team Web Access (TWA) has a very powerful feature: it allows to search workitems using free-text queries. It also allows to narrow your search by some metadata (similar to SharePoint search).&lt;/p&gt;
&lt;p&gt;Example: the following query will return all bugs containing word &amp;quot;navigation&amp;quot;&lt;br&gt;
navigation T:Bug&lt;/p&gt;
&lt;p&gt;Unfortunately TWA runs a free-text query only against a limited number of properties (Title and Description if I not mistaken). It doesn't include History field, and the worst thing is that this set of properties cannot be configured.&lt;/p&gt;
&lt;p&gt;I suggest to implement similar feature in Fissum, but with ability to configure set of properties included into free-text search. I can take care of development if you add me to the project.&lt;/p&gt;
&lt;/div&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:44:58 GMT</pubDate><guid isPermaLink="false">New Post: Free-text search 20120629034458P</guid></item><item><title>New Post: GOTO WorkItem</title><link>http://fissum.codeplex.com/discussions/13844</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;Miiitch wrote:&lt;/strong&gt;&lt;br /&gt;Hello, for your information, I added this feature in the next version of Fissum &lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Michel&lt;br /&gt;
&lt;div style="border-bottom: #aaa 0.1em dotted; border-left: medium none; font-style: italic; margin: 1em 0em 2.5em 3em; border-top: #aaa 0.1em dotted; border-right: medium none; padding: 0.2em;"&gt;&lt;br /&gt;moon_67ss wrote:&lt;br /&gt;I did try the double click, and it worked fine, but I had to find the work item first. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, yes, the goto I am looking for is a very simple task (much like the goto line in source code). Present the user with a dialog with a textbox. In the textbox the user enters the Work Item ID and clicks OK. Then if that work item exists, its window is opened. Otherwise an exception message is displayed to the user.&lt;br /&gt;&lt;br /&gt;I implemented this by looping through the Work Items in the All Items query and doing a match on WorkItem ID. But I thought a more efficient way might be to dynamically generate a TFS query that had the WorkItemID as part of the "WHERE" clause. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;I downloaded and compiled the latest source code (Main) and don't see this dialog. How can I start it?&lt;/p&gt;&lt;/div&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:37:27 GMT</pubDate><guid isPermaLink="false">New Post: GOTO WorkItem 20120629033727P</guid></item><item><title>New Post: GOTO WorkItem</title><link>http://fissum.codeplex.com/discussions/13844</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;Miiitch wrote:&lt;/strong&gt;&lt;br /&gt;Hello, for your information, I added this feature in the next version of Fissum &lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Michel&lt;br /&gt;
&lt;div style="border-bottom: #aaa 0.1em dotted; border-left: medium none; font-style: italic; margin: 1em 0em 2.5em 3em; border-top: #aaa 0.1em dotted; border-right: medium none; padding: 0.2em;"&gt;&lt;br /&gt;moon_67ss wrote:&lt;br /&gt;I did try the double click, and it worked fine, but I had to find the work item first. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, yes, the goto I am looking for is a very simple task (much like the goto line in source code). Present the user with a dialog with a textbox. In the textbox the user enters the Work Item ID and clicks OK. Then if that work item exists, its window is opened. Otherwise an exception message is displayed to the user.&lt;br /&gt;&lt;br /&gt;I implemented this by looping through the Work Items in the All Items query and doing a match on WorkItem ID. But I thought a more efficient way might be to dynamically generate a TFS query that had the WorkItemID as part of the "WHERE" clause. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;I downloaded and compiled the latest source code (Main) and don't see this dialog. How can I start it?&lt;/p&gt;&lt;/div&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:37:27 GMT</pubDate><guid isPermaLink="false">New Post: GOTO WorkItem 20120629033727P</guid></item><item><title>Commented Issue: TFS server is reported as offline even when reachable through VS2010 [31895]</title><link>http://fissum.codeplex.com/workitem/31895</link><description>The TFS Server I use is listed in the Fissum menu, but is marked as offline, even though it&amp;#39;s open in VS2010. I choose Connect, but that does not work. I&amp;#39;ve tried both the ClickOnce and Standalone install.&lt;br /&gt;Comments: ** Comment from web user: johnnyjob ** &lt;p&gt;I had similar problem. I downloaded sources and started a debug session. It turned out that my TFS server has some queries which don&amp;#39;t work, and these queries throw the following exception even if you run them via Team Explorer&amp;#58;&lt;br /&gt;TF51011&amp;#58; The node specified is not found in the classification hierarchy. The error is caused by &amp;#34;path_to_your_query&amp;#34;.&lt;/p&gt;&lt;p&gt;Obviously a work-around to this issue is to make all queries in all team projects in your TFS runnable.&lt;/p&gt;&lt;p&gt;I also can commit a fix which just removes queries which don&amp;#39;t work from Fissum UI.&lt;/p&gt;</description><author>johnnyjob</author><pubDate>Fri, 29 Jun 2012 15:15:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS server is reported as offline even when reachable through VS2010 [31895] 20120629031525P</guid></item><item><title>Commented Issue: TFS server is reported as offline even when reachable through VS2010 [31895]</title><link>http://fissum.codeplex.com/workitem/31895</link><description>The TFS Server I use is listed in the Fissum menu, but is marked as offline, even though it&amp;#39;s open in VS2010. I choose Connect, but that does not work. I&amp;#39;ve tried both the ClickOnce and Standalone install.&lt;br /&gt;Comments: ** Comment from web user: jessehouwing ** &lt;p&gt;Which TFS version are you using and which Visual Studio version are you using &amp;#40;incl service pack version&amp;#41;&amp;#63;&lt;/p&gt;&lt;p&gt;Fissum 1.0 should work with TFS 2010 and VS2010. Fissum 1.0.1 was compiled against the 2010 SP1 version.&lt;/p&gt;</description><author>jessehouwing</author><pubDate>Thu, 26 Apr 2012 20:52:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS server is reported as offline even when reachable through VS2010 [31895] 20120426085209P</guid></item><item><title>Source code checked in, #97080</title><link>http://fissum.codeplex.com/SourceControl/changeset/changes/97080</link><description>Working on Scrum template integration</description><author>Miiitch</author><pubDate>Tue, 03 Apr 2012 09:43:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #97080 20120403094352A</guid></item><item><title>Reviewed: 1.0.1 (Jan 19, 2012)</title><link>http://fissum.codeplex.com/releases/view/67671#ReviewBy-christ</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Can&amp;#39;t connect to TFS2010. The code doesn&amp;#39;t compile, and there&amp;#39;s no documentation to explain how to compile it. The author doesn&amp;#39;t respond to issues.</description><author>christ</author><pubDate>Thu, 19 Jan 2012 11:30:28 GMT</pubDate><guid isPermaLink="false">Reviewed: 1.0.1 (Jan 19, 2012) 20120119113028A</guid></item><item><title>New Post: associate changesets with releases?</title><link>http://fissum.codeplex.com/discussions/285706</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, is there any plans to&amp;nbsp;associate&amp;nbsp;changsets with releases.&lt;/p&gt;
&lt;p&gt;I think it will be useful if anyone want to check out the source code of a certain edition.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I come to this just because I want some features that fissum don't have for now.&lt;/p&gt;
&lt;p&gt;1) cant order or group work items;&lt;/p&gt;
&lt;p&gt;2) want to get notification if any item is assigned to me;&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;capability&amp;nbsp;to collapse the "group by" region.&lt;/p&gt;&lt;/div&gt;</description><author>yajiya</author><pubDate>Wed, 11 Jan 2012 02:45:49 GMT</pubDate><guid isPermaLink="false">New Post: associate changesets with releases? 20120111024549A</guid></item><item><title>New Post: associate changesets with releases?</title><link>http://fissum.codeplex.com/discussions/285706</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, is there any plans to&amp;nbsp;associate&amp;nbsp;changsets with releases.&lt;/p&gt;
&lt;p&gt;I think it will be useful if anyone want to check out the source code of a certain edition.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I come to this just because I want some features that fissum don't have for now.&lt;/p&gt;
&lt;p&gt;1) cant order or group work items;&lt;/p&gt;
&lt;p&gt;2) want to get notification if any item is assigned to me;&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;capability&amp;nbsp;to collapse the "group by" region.&lt;/p&gt;&lt;/div&gt;</description><author>yajiya</author><pubDate>Wed, 11 Jan 2012 02:45:49 GMT</pubDate><guid isPermaLink="false">New Post: associate changesets with releases? 20120111024549A</guid></item><item><title>New Post: associate changesets with releases?</title><link>http://fissum.codeplex.com/discussions/285706</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, is there any plans to&amp;nbsp;associate&amp;nbsp;changsets with releases.&lt;/p&gt;
&lt;p&gt;I think it will be useful if anyone want to check out the source code of a certain edition.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I come to this just because I want some features that fissum don't have for now.&lt;/p&gt;
&lt;p&gt;1) cant order or group work items;&lt;/p&gt;
&lt;p&gt;2) want to get notification if any item is assigned to me;&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;capability&amp;nbsp;to collapse the "group by" region.&lt;/p&gt;&lt;/div&gt;</description><author>yajiya</author><pubDate>Wed, 11 Jan 2012 02:45:49 GMT</pubDate><guid isPermaLink="false">New Post: associate changesets with releases? 20120111024549A</guid></item><item><title>New Post: associate changesets with releases?</title><link>http://fissum.codeplex.com/discussions/285706</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, is there any plans to&amp;nbsp;associate&amp;nbsp;changsets with releases.&lt;/p&gt;
&lt;p&gt;I think it will be useful if anyone want to check out the source code of a certain edition.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I come to this just because I want some features that fissum don't have for now.&lt;/p&gt;
&lt;p&gt;1) cant order or group work items;&lt;/p&gt;
&lt;p&gt;2) want to get notification if any item is assigned to me;&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;capability&amp;nbsp;to collapse the "group by" region.&lt;/p&gt;&lt;/div&gt;</description><author>yajiya</author><pubDate>Wed, 11 Jan 2012 02:45:49 GMT</pubDate><guid isPermaLink="false">New Post: associate changesets with releases? 20120111024549A</guid></item><item><title>Updated Wiki: Home</title><link>http://fissum.codeplex.com/wikipage?version=37</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;What is Fissum ?&lt;/h2&gt;
Fissum is a TFS Client. Fissum provides a direct access to your work items without opening the team explorer. Click here to see some &lt;a href="http://fissum.codeplex.com/wikipage?title=Screenshots&amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=25276" alt="FissumImg_1.png" title="FissumImg_1.png" /&gt;&lt;br /&gt;
&lt;h2&gt;Anouncements&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Jun 5th: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/67671"&gt;1.0.1&lt;/a&gt;&lt;/b&gt; released: bug fixes and codeplex deployment.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Jan 24th, 2011: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/59661"&gt;1.0 (VS 2010)&lt;/a&gt;&lt;/b&gt; released. This version targets VS 2010 only.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;July 15, 2009 Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/14262"&gt;0.8 (VS 2005-2008)&lt;/a&gt;&lt;/b&gt; released.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;There is a version for Visual Studio 2010 beta 1, this version does not use the functionnalies provided by the new Work Item API such as hierarchy. &lt;br /&gt;This version introduce a sequence diagram for each work item to see how the work item changes from this creation:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=75331" alt="Sequence_Iteration.png" title="Sequence_Iteration.png" /&gt;&lt;br /&gt;&lt;br /&gt;You can group with any field with allowed values:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=75330" alt="Sequence_Assigned_To.png" title="Sequence_Assigned_To.png" /&gt;&lt;br /&gt;&lt;br /&gt;See the release description for more information&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;June 10, 2008 Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/9746"&gt;0.7&lt;/a&gt;&lt;/b&gt; released.&lt;/li&gt;
&lt;li&gt;January 09, 2008 Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/6221"&gt;0.6 Alpha&lt;/a&gt;&lt;/b&gt; released.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;This version needs the .net framework 3.5. It is based on the workitem API of visual studio 2005. In the next version, Fissum will support both Visual Studio 2005 and 2008.&lt;br /&gt;&lt;br /&gt;Several new features:
&lt;ul&gt;&lt;li&gt;Go to worktitem feature: just double-click on the icon of fissum. This window gives you an access to a &amp;quot;Quick goto&amp;quot; window. This is a small &amp;quot;always on top&amp;quot; window used to enter workitem ids.&lt;/li&gt;
&lt;li&gt;Workitem model: you can save locked fields into a work item model, this model is a kind of prefilled workitem. The model appears in the project menu and it can be deleted in the project configuration window&lt;/li&gt;
&lt;li&gt;workitem history: this is an experimental but functionnal feature: a history button is accessible in the work item form. The history window shows how the work item looked like in the previous version of the work item. This is a very cool functionnality to analyse a work item.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;August 20, 2007, Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/6355"&gt;0.5.1 Alpha&lt;/a&gt;&lt;/b&gt; released.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;This is a maintenance release to fix the 64bit crash on the last version and other minor bugs.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;August 10, 2007: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/3464"&gt;0.5 Alpha&lt;/a&gt;&lt;/b&gt; released with two new features:&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Team site access:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=17169" alt="teamsite_demo.png" title="teamsite_demo.png" /&gt;&lt;br /&gt;&lt;br /&gt;Work Item bulk creation tools in the Work Item Form:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=17170" alt="WIForm.png" title="WIForm.png" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;April 15, 2007: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/3014"&gt;0.4 Alpha&lt;/a&gt;&lt;/b&gt; released. This is a screenshot of the new Work Item explorer:&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=fissum&amp;DownloadId=10424" alt="fissum_exporer.png" title="fissum_exporer.png" /&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Feb 23, 2007: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/1528"&gt;0.3 Alpha&lt;/a&gt;&lt;/b&gt; released &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Jan 9, 2007: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/1383"&gt;0.2 Alpha&lt;/a&gt;&lt;/b&gt; released &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Dec 25, 2006: Fissum &lt;b&gt;&lt;a href="http://fissum.codeplex.com/releases/view/1275"&gt;0.1 Alpha&lt;/a&gt;&lt;/b&gt; released &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Click here for &lt;a href="http://fissum.codeplex.com/wikipage?title=project%20news&amp;referringTitle=Home"&gt;project news&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;The Author&lt;/h2&gt;
Fissum is written by Michel Perfetti, a french MVP VS ALM&lt;br /&gt;His blog : &lt;a href="http://www.buildmeimfamous.net" class="externalLink"&gt;http://www.buildmeimfamous.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;His twitter account: @miiitch&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Miiitch</author><pubDate>Fri, 09 Dec 2011 20:36:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111209083659P</guid></item><item><title>Created Issue: TFS server is reported as offline even when reachable through VS2010 [31895]</title><link>http://fissum.codeplex.com/workitem/31895</link><description>The TFS Server I use is listed in the Fissum menu, but is marked as offline, even though it&amp;#39;s open in VS2010. I choose Connect, but that does not work. I&amp;#39;ve tried both the ClickOnce and Standalone install.&lt;br /&gt;</description><author>christ</author><pubDate>Wed, 07 Dec 2011 14:54:51 GMT</pubDate><guid isPermaLink="false">Created Issue: TFS server is reported as offline even when reachable through VS2010 [31895] 20111207025451P</guid></item><item><title>Created Issue: unhandled exception when i attempt to connect to my TFS server [31863]</title><link>http://fissum.codeplex.com/workitem/31863</link><description>2011-11-30 10&amp;#58;39&amp;#58;09,886 &amp;#91;4&amp;#93; WARN  Fissum.TrayApp.Model.TPCModel - Cannont update TPC&lt;br /&gt;Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException&amp;#58; TF51011&amp;#58; The node specified is not found in the classification hierarchy. The error is caused by &amp;#171;&amp;#39;Encore Development&amp;#92;Release 1&amp;#92;Sprint 1&amp;#39;&amp;#187;.&lt;br /&gt;   at Microsoft.TeamFoundation.WorkItemTracking.Client.Query.Initialize&amp;#40;WorkItemStore store, String wiql, IDictionary context, Int32&amp;#91;&amp;#93; ids, Int32&amp;#91;&amp;#93; revs, Boolean dayPrecision&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.QueryModel..ctor&amp;#40;QueryDefinition definition, ProjectModel projectModel, String path&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel.FillQueryHierarchyCore&amp;#40;QueryFolderModel vmFolder, QueryFolder tfsFolder&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel.FillQueryHierarchyCore&amp;#40;QueryFolderModel vmFolder, QueryFolder tfsFolder&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel.FillQueryHierarchyCore&amp;#40;QueryFolderModel vmFolder, QueryFolder tfsFolder&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel.FillQueryHierarchy&amp;#40;&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel..ctor&amp;#40;Project project, ProjectConfiguration configuration, TPCModel tpcModel&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.ProjectModel.GetProjetModel&amp;#40;Project project, ProjectConfiguration configuration, TPCModel tpcModel&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.TPCModel.FillProjectList&amp;#40;&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.TPCModel.UpdateTPC&amp;#40;&amp;#41;&lt;br /&gt;2011-11-30 10&amp;#58;39&amp;#58;15,972 &amp;#91;3&amp;#93; ERROR Fissum.TrayApp.Model.TPCModel - tfs&amp;#58; authentication failed&amp;#58; The remote name could not be resolved&amp;#58; &amp;#39;tfs&amp;#39;&lt;br /&gt;System.Net.WebException&amp;#58; The remote name could not be resolved&amp;#58; &amp;#39;tfs&amp;#39;&lt;br /&gt;   at System.Net.HttpWebRequest.GetRequestStream&amp;#40;TransportContext&amp;#38; context&amp;#41;&lt;br /&gt;   at System.Net.HttpWebRequest.GetRequestStream&amp;#40;&amp;#41;&lt;br /&gt;   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke&amp;#40;String methodName, Object&amp;#91;&amp;#93; parameters&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationServiceProxyWsdl.GetRegistrationEntries&amp;#40;String toolId&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationProxy.GetRegistrationEntries&amp;#40;String toolId&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshMemoryCache&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshDiskAndMemoryCacheIfNeeded&amp;#40;Boolean direct&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshCachesIfNeeded&amp;#40;Boolean direct&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.GetRegistrationEntries&amp;#40;String toolId&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Framework.Client.PreFrameworkServerDataProvider.FindServiceLocation&amp;#40;String serviceType, String toolId&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Framework.Client.PreFrameworkServerDataProvider.LocationForCurrentConnection&amp;#40;String serviceType, Guid serviceIdentifier&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Client.TfsConnection.EnsureProviderConnected&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Client.TfsConnection.&amp;#60;Authenticate&amp;#62;b__1&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Client.TfsConnection.UseCredentialsProviderOnFailure&amp;#40;Action action&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Client.TfsConnection.Authenticate&amp;#40;&amp;#41;&lt;br /&gt;   at Fissum.TrayApp.Model.TPCModel.Connect&amp;#40;&amp;#41;&lt;br /&gt;</description><author>rpaint01</author><pubDate>Wed, 30 Nov 2011 20:50:19 GMT</pubDate><guid isPermaLink="false">Created Issue: unhandled exception when i attempt to connect to my TFS server [31863] 20111130085019P</guid></item><item><title>Source code checked in, #91510</title><link>http://fissum.codeplex.com/SourceControl/changeset/changes/91510</link><description>Reset workspace command done</description><author>Miiitch</author><pubDate>Mon, 01 Aug 2011 20:58:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #91510 20110801085855P</guid></item></channel></rss>