<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>TeamReview Work Item Rss Feed</title><link>http://www.codeplex.com/TeamReview/WorkItem/List.aspx</link><description>TeamReview Work Item Rss Description</description><item><title>Created Issue: Exception on VS load (2005 version) [4789]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4789</link><description>TeamReview&amp;#58; 1.1.2.0 on VS 2005 Pro&lt;br /&gt;&lt;br /&gt;I get the following exception in the  TeamReview.log&lt;br /&gt;&lt;br /&gt;09&amp;#47;11&amp;#47;2009 13&amp;#58;49&amp;#58;57 System.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at Microsoft.VisualStudio.TeamFoundation.PowerToys.WorkItemDocumentTracker.ProcessDocument&amp;#40;IVsWindowFrame frameWindow&amp;#41;&lt;br /&gt;   at Microsoft.VisualStudio.TeamFoundation.PowerToys.WorkItemDocumentTracker.OnElementValueChanged&amp;#40;UInt32 elementid, Object varValueOld, Object varValueNew&amp;#41;&lt;br /&gt;   at Microsoft.VisualStudio.CommandBars._CommandBars.get_Item&amp;#40;Object Index&amp;#41;&lt;br /&gt;   at TeamReview.VSNetAddIn.Connect.BuildMenu&amp;#40;&amp;#41;&lt;br /&gt;   at TeamReview.VSNetAddIn.Connect.OnConnection&amp;#40;Object application, ext_ConnectMode connectMode, Object addInInst, Array&amp;#38; custom&amp;#41;&lt;br /&gt;&lt;br /&gt;Have tried reinstall, but same issue.  &lt;br /&gt;&lt;br /&gt;Running Visual Studio 2005 Professional on Windows XP, with Team explorer 2005 SP1 installed &amp;#40;&amp;#43;power tools&amp;#41; as well as Team Foundation Sidekicks and ViEmu.&lt;br /&gt;</description><author>richbeales</author><pubDate>Mon, 09 Nov 2009 13:57:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception on VS load (2005 version) [4789] 20091109015728P</guid></item><item><title>Created Issue: Check for Add-in Folder during installation [4715]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4715</link><description>Installation fails with the attached error if the Add-in folder does not exist&amp;#58;&lt;br /&gt;Error 1001. Failure to process file ...&amp;#92;TeamReview.VSNetAddIn.Addin&amp;#39;.&lt;br /&gt;By manually creating the folder &amp;#40;For example C&amp;#58;&amp;#92;Documents and Settings&amp;#92;&amp;#60;username&amp;#62;&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;MSEnvShared&amp;#92;AddIns in XP and C&amp;#58;&amp;#92;Users&amp;#92;&amp;#60;username&amp;#62;&amp;#92;AppData&amp;#92;Roaming&amp;#92;Microsoft&amp;#92;MSEnvShared&amp;#92;Addins in Windows 7&amp;#41; resolves the problem, but the installer should detect this.&lt;br /&gt;</description><author>cook_david</author><pubDate>Tue, 03 Nov 2009 22:46:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Check for Add-in Folder during installation [4715] 20091103104610P</guid></item><item><title>Commented Issue: Code Review of entire changeset [3940]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3940</link><description>It would be nice to be able to perform a codereview for an entire changeset, and be able to review each line of code in the changeset.&lt;br /&gt;There is a project called Malevich that has a nice view, but the add-in&amp;#47;workitem model really would work well for our team.&lt;br /&gt;&lt;br /&gt;To make it simpler if we could select multiple snippets from different files, and be able to replay each item that would also work. &lt;br /&gt;Essentially a way to code review blocks of non contiguous code.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Jon Shern&lt;br /&gt;Comments: ** Comment from web user: SLevy ** &lt;p&gt;Agree that review of entire changeset is ideal.&lt;/p&gt;</description><author>SLevy</author><pubDate>Mon, 02 Nov 2009 16:12:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Code Review of entire changeset [3940] 20091102041252P</guid></item><item><title>Closed Issue: Installation with multiple VS versions [4386]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4386</link><description>---&lt;br /&gt;My bad&amp;#33;  I missed the two separate &amp;#40;2005&amp;#47;2008&amp;#41; downloads.&lt;br /&gt;&lt;br /&gt;Suggested clarification&amp;#58; Process editor menu items come only as part of the TFS power tools &amp;#40;at least for 2005&amp;#41;. Would be helpful to mention that - I spent a while figuring out why they are missing on my machine.&lt;br /&gt;</description><author>JBBrown</author><pubDate>Wed, 21 Oct 2009 05:25:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Installation with multiple VS versions [4386] 20091021052518A</guid></item><item><title>Closed Issue: Chrash in "Code Review Replay" when hitting open workitem button [3889]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3889</link><description>Visual Studio 2005 crashes when I hit the open workitem button in the Code Review Replay Window. &lt;br /&gt;documentService is null&lt;br /&gt;&lt;br /&gt;        private void ShowWorkItem&amp;#40;int id&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47; ThomasD &amp;#58; documentService is null&lt;br /&gt;            IWorkItemDocument wiDoc &amp;#61; documentService.GetWorkItem&amp;#40;TFSService.TeamFoundationServer, id, this&amp;#41;&amp;#59;&lt;br /&gt;            try&lt;br /&gt;            &amp;#123;&lt;br /&gt;                documentService.ShowWorkItem&amp;#40;wiDoc&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            finally&lt;br /&gt;            &amp;#123;&lt;br /&gt;                wiDoc.Release&amp;#40;this&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;Comments: &lt;p&gt;release 1.1.2&lt;/p&gt;</description><author>JBBrown</author><pubDate>Wed, 21 Oct 2009 05:22:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Chrash in "Code Review Replay" when hitting open workitem button [3889] 20091021052228A</guid></item><item><title>Closed Issue: Vs2008 (under Vista SP2) crash after save new created Team Review Response [3865]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3865</link><description>Problem seems appairs only if Vs2008 is started with no-admin rights. After crash Team Review Response is correctly saved.&lt;br /&gt;Using admin rights all seems work fine.&lt;br /&gt;Gianluca&lt;br /&gt;Comments: &lt;p&gt;release 1.1.2&lt;/p&gt;</description><author>JBBrown</author><pubDate>Wed, 21 Oct 2009 05:22:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: Vs2008 (under Vista SP2) crash after save new created Team Review Response [3865] 20091021052219A</guid></item><item><title>Closed Issue: VS 2005 crashes right after solution is opened [3688]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3688</link><description>I upgraded from previous version to version 1.1.0 &amp;#40;uninstalled the old version and installed the new version&amp;#41; and my Visual Studio 2005 crashes right after I open any solution from TFS. There is nothing in TeamReview&amp;#39;s log file. If I disable the addin, everything is ok.&lt;br /&gt;Comments: &lt;p&gt;release 1.1.2&lt;/p&gt;</description><author>JBBrown</author><pubDate>Wed, 21 Oct 2009 05:22:12 GMT</pubDate><guid isPermaLink="false">Closed Issue: VS 2005 crashes right after solution is opened [3688] 20091021052212A</guid></item><item><title>Closed Issue: Crash under Windows Vista SP2 VS 2005 (shellDTE not set correctly) [3888]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3888</link><description>...&amp;#92;1.1.1&amp;#92;2005&amp;#92;TeamReview&amp;#92;Command&amp;#92;ShowReplayWindowCommand.cs line 84&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; ThomasD&amp;#58; this hides the member &amp;#39;replayWindow&amp;#39; &lt;br /&gt;&amp;#47;&amp;#47; My opinion is, that this is the cause for a shellDTE which is null in the CodeReviewReplayWindow&lt;br /&gt;&amp;#47;&amp;#47; CodeReviewReplayWindow replayWindow &amp;#61; programmableObject as CodeReviewReplayWindow&amp;#59;&lt;br /&gt;replayWindow &amp;#61; programmableObject as CodeReviewReplayWindow&amp;#59;&lt;br /&gt;if &amp;#40;replayWindow &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;replayWindow.Shell &amp;#61; shellDTE&amp;#59; &lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;This should be fixed with setting ComVisible&amp;#40;true&amp;#41; in Assembly.cs&lt;br /&gt;Comments: &lt;p&gt;Release 1.1.2&lt;/p&gt;</description><author>JBBrown</author><pubDate>Wed, 21 Oct 2009 05:21:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: Crash under Windows Vista SP2 VS 2005 (shellDTE not set correctly) [3888] 20091021052152A</guid></item><item><title>Created Issue: Menu 'Sql Editor Context Menu' does not exist in this Visual Studio installation. [4430]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4430</link><description>TeamReview&amp;#58; 1.1.1.0&lt;br /&gt;Visit&amp;#58; http&amp;#58;&amp;#47;&amp;#47;TeamReview.codeplex.com&lt;br /&gt;TeamReview&amp;#58; 1.1.1.0&lt;br /&gt;Visit&amp;#58; http&amp;#58;&amp;#47;&amp;#47;TeamReview.codeplex.com&lt;br /&gt;TeamReview&amp;#58; 1.1.1.0&lt;br /&gt;Visit&amp;#58; http&amp;#58;&amp;#47;&amp;#47;TeamReview.codeplex.com&lt;br /&gt;Menu &amp;#39;Sql Editor Context Menu&amp;#39; does not exist in this Visual Studio installation.&lt;br /&gt;An exception has been encountered. &lt;br /&gt;Please file a bug or contact a TeamReview member at http&amp;#58;&amp;#47;&amp;#47;TeamReview.codeplex.com with the contents of C&amp;#58;&amp;#92;Program Files&amp;#92;TeamReview&amp;#92;TeamReview &amp;#40;2008&amp;#41;&amp;#92;TeamReview.log&lt;br /&gt;An exception has been encountered. &lt;br /&gt;Please file a bug or contact a TeamReview member at http&amp;#58;&amp;#47;&amp;#47;TeamReview.codeplex.com with the contents of C&amp;#58;&amp;#92;Program Files&amp;#92;TeamReview&amp;#92;TeamReview &amp;#40;2008&amp;#41;&amp;#92;TeamReview.log&lt;br /&gt;</description><author>pskumarweb</author><pubDate>Fri, 09 Oct 2009 20:32:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Menu 'Sql Editor Context Menu' does not exist in this Visual Studio installation. [4430] 20091009083217P</guid></item><item><title>Created Issue: Missing assignees [4403]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4403</link><description>I think the &amp;#39;assign to&amp;#39; list includes only users from project user groups &amp;#40;contributors, administrators, etc.&amp;#41;, and &amp;#42;not&amp;#42; from global lists. &lt;br /&gt;The users I wish to assign to are in Team Foundation Administrators. Can at least this group be added&amp;#63;&lt;br /&gt;Thanks.&lt;br /&gt;</description><author>OfekShilon</author><pubDate>Tue, 06 Oct 2009 11:12:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Missing assignees [4403] 20091006111238A</guid></item><item><title>Created Issue: Installation with multiple VS versions [4386]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=4386</link><description>I have VS2005 and VS2008 installed side by side, for use with different projects.  TeamReview apparently installed its 2008 version, without me having a choice - when I actually wanted to check it out on some VS2005 projects.&lt;br /&gt;It would be great if the TeamReview installer could identify a situation of multiple VS installations, and let me check which ones I&amp;#39;d like to integrate with.&lt;br /&gt;</description><author>OfekShilon</author><pubDate>Sun, 04 Oct 2009 07:31:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Installation with multiple VS versions [4386] 20091004073152A</guid></item><item><title>Closed Issue: Changeset textbox is always black - can't read text (version 1.1.0) [3818]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3818</link><description>The changeset text box is always displayed with black fill.  When you select a changeset, it appears that the value is loaded into the control, but you can&amp;#39;t read the value.&lt;br /&gt;Comments: Resolved with changeset 30361.</description><author>JBBrown</author><pubDate>Thu, 24 Sep 2009 01:34:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: Changeset textbox is always black - can't read text (version 1.1.0) [3818] 20090924013417A</guid></item><item><title>Closed Issue: Add shortcut key for the New Code Review Response [3579]</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3579</link><description>JB&amp;#58; I will slate this for the next release - 1.1.1&lt;br /&gt;&lt;br /&gt;Since I&amp;#39;m a keyboard user, I&amp;#39;d like to be able to assign a shortcut key to the New Code Review Response window.&lt;br /&gt;Comments: Resolved with changeset 30361.</description><author>JBBrown</author><pubDate>Thu, 24 Sep 2009 01:34:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add shortcut key for the New Code Review Response [3579] 20090924013416A</guid></item><item><title>Created Issue: Code Review of entire changeset</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3940</link><description>It would be nice to be able to perform a codereview for an entire changeset, and be able to review each line of code in the changeset.&lt;br /&gt;There is a project called Malevich that has a nice view, but the add-in&amp;#47;workitem model really would work well for our team.&lt;br /&gt;&lt;br /&gt;To make it simpler if we could select multiple snippets from different files, and be able to replay each item that would also work. &lt;br /&gt;Essentially a way to code review blocks of non contiguous code.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Jon Shern&lt;br /&gt;</description><author>jonshern</author><pubDate>Mon, 10 Aug 2009 21:13:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Code Review of entire changeset 20090810091352P</guid></item><item><title>Commented Issue: Problem creating response linked to WorkItem in different Team Project</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3709</link><description>Thank you for pointint out this issue and the providing the great suggestion. We will look into creating this option.&lt;br /&gt;&lt;br /&gt;JB&lt;br /&gt;------&lt;br /&gt;&lt;br /&gt;Ik was facing the following problem. I was creating Code Review Response &amp;#40;at least, I thought I was&amp;#41;, but no Work Items were created. After trying some things, I found the problem. The workitem i was linking to was in a different Tema Project than the solution. Creating a Code Review Response doesnt work then.&lt;br /&gt;&lt;br /&gt;I think there are two problems here&amp;#58;&lt;br /&gt;1. No error message is displayed, altough nothing gets created.&lt;br /&gt;2. I would really like to link to a workitem in a different team project. We have a team project which is used as bug tracking project for the IT department. Would it be possible to add this possibility&amp;#63;&lt;br /&gt;Comments: Associated with changeset 24288.</description><author>JBBrown</author><pubDate>Thu, 06 Aug 2009 04:27:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem creating response linked to WorkItem in different Team Project 20090806042751A</guid></item><item><title>Closed Issue: Problem creating response linked to WorkItem in different Team Project</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3709</link><description>Thank you for pointint out this issue and the providing the great suggestion. We will look into creating this option.&lt;br /&gt;&lt;br /&gt;JB&lt;br /&gt;------&lt;br /&gt;&lt;br /&gt;Ik was facing the following problem. I was creating Code Review Response &amp;#40;at least, I thought I was&amp;#41;, but no Work Items were created. After trying some things, I found the problem. The workitem i was linking to was in a different Tema Project than the solution. Creating a Code Review Response doesnt work then.&lt;br /&gt;&lt;br /&gt;I think there are two problems here&amp;#58;&lt;br /&gt;1. No error message is displayed, altough nothing gets created.&lt;br /&gt;2. I would really like to link to a workitem in a different team project. We have a team project which is used as bug tracking project for the IT department. Would it be possible to add this possibility&amp;#63;&lt;br /&gt;Comments: Resolved with changeset 24164.</description><author>JBBrown</author><pubDate>Wed, 05 Aug 2009 02:43:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Problem creating response linked to WorkItem in different Team Project 20090805024358A</guid></item><item><title>Commented Issue: Avoid including Team System assemblies in distro</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3819</link><description>Just ship the TeamReview dlls and resources, everything else should be a pre-req&lt;br /&gt;Comments: ** Comment from web user: JBBrown ** &lt;p&gt;This fix was published today in release 1.1.1 - http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;Release&amp;#47;ProjectReleases.aspx&amp;#63;ReleaseId&amp;#61;27776 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;&lt;p&gt;JB&lt;br /&gt;&lt;/p&gt;</description><author>JBBrown</author><pubDate>Tue, 04 Aug 2009 21:01:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Avoid including Team System assemblies in distro 20090804090134P</guid></item><item><title>Commented Issue: WorkItemQuery List (drop downs) silently error if duplicate work item query name exists (ie public and private query with same name)</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3488</link><description>JB&amp;#58; I don&amp;#39;t know why we missed this in release 1.1.0 - that was a mistake - it should have been included. I&amp;#39;ll slate it for the next release.&lt;br /&gt;&lt;br /&gt;With the addition of sorting logic to put work item queries in alphabetical order, there is now a bug that occurs if two work item queries have the same name. This is possible when a private user query is the same name as a public&amp;#47;team query.&lt;br /&gt;&lt;br /&gt;This bug occurs when creating a new code review response &amp;#40;when binding the queries to the combo box&amp;#41; as well as when replaying a code review &amp;#40;to build the similar work item query list&amp;#41;.&lt;br /&gt;&lt;br /&gt;Since a dictionary is used internally to sort the results by name, if a duplicate name exists, it cannot be added to the dictionary.&lt;br /&gt;&lt;br /&gt;Proposed solution - Ensure each work item &amp;#34;name&amp;#34; as put into the dictionary is unique. Also identify private queries from public queries &amp;#40;to assist a user in the case of duplicate names&amp;#41;.&lt;br /&gt;&lt;br /&gt;1. Put all private &amp;#47; My Queries at the beginning of the list&lt;br /&gt;2. Append &amp;#91;My Query&amp;#93; to the name of all private queries&lt;br /&gt;3. Defensively check for any duplicate names &amp;#40;after the &amp;#34;My Query&amp;#34; is appended&amp;#41; and append the query&amp;#39;s GUID if duplicate is found.&lt;br /&gt;Comments: ** Comment from web user: JBBrown ** &lt;p&gt;This fix was published today in release 1.1.1 - http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;Release&amp;#47;ProjectReleases.aspx&amp;#63;ReleaseId&amp;#61;27776 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;&lt;p&gt;JB&lt;br /&gt;&lt;/p&gt;</description><author>JBBrown</author><pubDate>Tue, 04 Aug 2009 21:01:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: WorkItemQuery List (drop downs) silently error if duplicate work item query name exists (ie public and private query with same name) 20090804090124P</guid></item><item><title>Commented Issue: 1.1.0 not working for VB and languages without language support like HTML</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3826</link><description>the codelanguage attached to VB documents is &amp;#34;Basic&amp;#34; which doesn&amp;#39;t coorespond to an item in the CodeLangage enum. Instead the enum has Vb.&lt;br /&gt;&lt;br /&gt;Othe files without language support are also failing due to a removed catch block.&lt;br /&gt;Comments: ** Comment from web user: JBBrown ** &lt;p&gt;This fix was published today in release 1.1.1 - http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;Release&amp;#47;ProjectReleases.aspx&amp;#63;ReleaseId&amp;#61;27776 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;&lt;p&gt;JB&lt;br /&gt;&lt;/p&gt;</description><author>JBBrown</author><pubDate>Tue, 04 Aug 2009 21:01:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: 1.1.0 not working for VB and languages without language support like HTML 20090804090109P</guid></item><item><title>Commented Issue: error when trying to associate my check-in to a Code Review Resonse work item</title><link>http://teamreview.codeplex.com/WorkItem/View.aspx?WorkItemId=3894</link><description>From&amp;#160;http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;61940&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;I&amp;#39;m always getting the following error when trying to associate my check-in to a Code Review Resonse work item&amp;#58;&lt;br /&gt;Changeset 735 successfully checked in.&lt;br /&gt;Failed to update the following work item&amp;#58;&lt;br /&gt;&lt;br /&gt;ID 1097. Reason&amp;#58; TF26194&amp;#58; The value for this field cannot be changed. &lt;br /&gt;It happens whether I choose &amp;#39;associate&amp;#39; or &amp;#39;resolve&amp;#39;.&lt;br /&gt;I&amp;#39;ve only installed the add-in last week so don&amp;#39;t think its to do with the bug that was fixed in May &amp;#40;JBBrown&amp;#39;s post in May 25&amp;#41;.&lt;br /&gt;Does anyone know how to make this work&amp;#63;&lt;br /&gt;Thanks,&lt;br /&gt;- Frank.&lt;br /&gt;Comments: ** Comment from web user: JBBrown ** &lt;p&gt;This fix was published today in release 1.1.1 - http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;Release&amp;#47;ProjectReleases.aspx&amp;#63;ReleaseId&amp;#61;27776 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;&lt;p&gt;JB&lt;br /&gt;&lt;/p&gt;</description><author>JBBrown</author><pubDate>Tue, 04 Aug 2009 21:00:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: error when trying to associate my check-in to a Code Review Resonse work item 20090804090057P</guid></item></channel></rss>