<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/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>Closed Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;1.Create a code snippet of javascript file2.Click the link from the review replay window3.Close the file from visual studio4.Click again the link from the replay window - the file does not open.It can&amp;#39;t be opened even from the visual studio itself.That&amp;#39;s because an exception is raised .&amp;#160;&amp;#160;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspxthe open command is not intended for public use, but only for internal.That&amp;#39;s causing somehow a confusion in case of JavaScript file.I&amp;#39;ve searched further the documentation for a method that is allowed for public useand found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&amp;#160;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being addedin the documents collections so all we need is to search it.I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&amp;#160;&amp;#160;Update 07 May 2012I&amp;#39;ve found the quoted code above on two other places.I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.I&amp;#39;ve also changed that code a bit.&lt;br /&gt;</description><author>lyubobg</author><pubDate>Thu, 16 May 2013 10:27:37 GMT</pubDate><guid isPermaLink="false">Closed Issue: Can not reopen javascript files [10149] 20130516102737A</guid></item><item><title>Created Issue: New Code Item window disappears when trying to save and the tfs server is unavailable [10812]</title><link>http://teamreview.codeplex.com/workitem/10812</link><description>The &amp;#38;quot&amp;#59;New Code Item&amp;#38;quot&amp;#59; window disappears when trying to save and the tfs server is unavailable.&lt;br /&gt;&lt;br /&gt;I expected an error message to be displayed and the window to remain open so that the save operation can be tried again.&lt;br /&gt;&lt;br /&gt;Otherwise, I lose all the information that was just typed in.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>icnocop</author><pubDate>Wed, 13 Feb 2013 01:05:53 GMT</pubDate><guid isPermaLink="false">Created Issue: New Code Item window disappears when trying to save and the tfs server is unavailable [10812] 20130213010553A</guid></item><item><title>Created Issue: Performance of Review Code Item screen Code switch is really bad [10496]</title><link>http://teamreview.codeplex.com/workitem/10496</link><description>Using the Review Code Item screen for reaching the code that has been reviewed causes Visual Studio &amp;#40;2008 SP1&amp;#41; to use 100&amp;#37; CPU and freeze up for 30 seconds or so. After that the behaviour is as aexpected.&lt;br /&gt;But the perfromance makes the entire screen useless, which means you have to search manually for the line that the review is directed to&lt;br /&gt;</description><author>owingruters</author><pubDate>Tue, 18 Sep 2012 15:32:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Performance of Review Code Item screen Code switch is really bad [10496] 20120918033204P</guid></item><item><title>Created Issue: Ability to copy code review to the clipboard and\or export to a file [10469]</title><link>http://teamreview.codeplex.com/workitem/10469</link><description>I&amp;#39;d like to request the ability to copy all information in the code review to the clipboard and&amp;#92;or export to a file.&lt;br /&gt;&lt;br /&gt;This is helpful especially in the case where a code review is conducted on changesets for projects on codeplex, where developers do not have access to add the code review work item template to TFS.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;codeplex.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;Using&amp;#37;20TFS&amp;#37;20and&amp;#37;20Team&amp;#37;20Explorer&amp;#37;20with&amp;#37;20CodePlex&amp;#35;TFS-Features&lt;br /&gt;&amp;#34;CodePlex enables you to use the source code version control and work item tracking features of TFS. None of the other TFS features are available at this time.&amp;#34;&lt;br /&gt;&lt;br /&gt;I expect to then be able follow the same work flow when creating a new code item, but instead of saving it, I would simply copy the contents to the clipboard and then send it in an email for example.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>icnocop</author><pubDate>Thu, 06 Sep 2012 19:59:16 GMT</pubDate><guid isPermaLink="false">Created Issue: Ability to copy code review to the clipboard and\or export to a file [10469] 20120906075916P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update 07 May 2012&lt;br /&gt;I&amp;#39;ve found the quoted code above on two other places.&lt;br /&gt;I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.&lt;br /&gt;I&amp;#39;ve also changed that code a bit.&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;Latest version&lt;/p&gt;</description><author>lyubobg</author><pubDate>Mon, 07 May 2012 16:06:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120507040649P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update 07 May 2012&lt;br /&gt;I&amp;#39;ve found the quoted code above on two other places.&lt;br /&gt;I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.&lt;br /&gt;I&amp;#39;ve also changed that code a bit.&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;Latest version&lt;/p&gt;</description><author>lyubobg</author><pubDate>Mon, 07 May 2012 16:06:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120507040615P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update 07 May 2012&lt;br /&gt;I&amp;#39;ve found the quoted code above on two other places.&lt;br /&gt;I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.&lt;br /&gt;I&amp;#39;ve also changed that code a bit.&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;Latest version&lt;/p&gt;</description><author>lyubobg</author><pubDate>Mon, 07 May 2012 16:05:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120507040513P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update 07 May 2012&lt;br /&gt;I&amp;#39;ve found the quoted code above on two other places.&lt;br /&gt;I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.&lt;br /&gt;I&amp;#39;ve also changed that code a bit.&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;LineNumbersLink.png&lt;/p&gt;</description><author>lyubobg</author><pubDate>Mon, 07 May 2012 15:37:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120507033729P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update 07 May 2012&lt;br /&gt;I&amp;#39;ve found the quoted code above on two other places.&lt;br /&gt;I&amp;#39;m attaching screenshots with the diff but I&amp;#39;m unable to delete the old screenshot.&lt;br /&gt;I&amp;#39;ve also changed that code a bit.&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;CodeElementLink.cs&lt;/p&gt;</description><author>lyubobg</author><pubDate>Mon, 07 May 2012 15:36:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120507033621P</guid></item><item><title>Commented Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;Bug fix&lt;/p&gt;</description><author>lyubobg</author><pubDate>Sat, 05 May 2012 13:24:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can not reopen javascript files [10149] 20120505012407P</guid></item><item><title>Created Issue: Can not reopen javascript files [10149]</title><link>http://teamreview.codeplex.com/workitem/10149</link><description>Steps to reproduce&amp;#58;&lt;br /&gt;1.Create a code snippet of javascript file&lt;br /&gt;2.Click the link from the review replay window&lt;br /&gt;3.Close the file from visual studio&lt;br /&gt;4.Click again the link from the replay window - the file does not open.&lt;br /&gt;It can&amp;#39;t be opened even from the visual studio itself.&lt;br /&gt;That&amp;#39;s because an exception is raised .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to the MS documentation http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.documents.open.aspx&lt;br /&gt;the open command is not intended for public use, but only for internal.&lt;br /&gt;That&amp;#39;s causing somehow a confusion in case of JavaScript file.&lt;br /&gt;I&amp;#39;ve searched further the documentation for a method that is allowed for public use&lt;br /&gt;and found it in the ItemOperations interface http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;envdte.itemoperations.openfile&amp;#37;28v&amp;#61;vs.100&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;It does not return a document, but when a document is opened in the visual studio, it&amp;#39;s being added&lt;br /&gt;in the documents collections so all we need is to search it.&lt;br /&gt;I&amp;#39;ve done so and now my code works &amp;#58;&amp;#41;&lt;br /&gt;</description><author>lyubobg</author><pubDate>Sat, 05 May 2012 13:23:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Can not reopen javascript files [10149] 20120505012318P</guid></item><item><title>Commented Issue: Performance of queries in the Review Code Item panel [7544]</title><link>http://teamreview.codeplex.com/workitem/7544</link><description>Has anyone encountered performance problems with the Query elements of the Review Code Item form&amp;#63; When I choose a Query it takes ages to refresh the Linked Item list, and then when I choose a Linked Item it takes another age. The same query performs fine when accessed from the Team Explorer. Any suggestions welcome.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: lyubobg ** &lt;p&gt;yep, I&amp;#39;m having the same problem &amp;#58;&amp;#40; &lt;br /&gt;It happens when the TFS server has lots of records&lt;/p&gt;</description><author>lyubobg</author><pubDate>Fri, 04 May 2012 18:00:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Performance of queries in the Review Code Item panel [7544] 20120504060035P</guid></item><item><title>Created Issue: New Code Item crashes Visual Studio [10140]</title><link>http://teamreview.codeplex.com/workitem/10140</link><description>Creating a New Code Item in Visual Studio, and then selecting a query from the QueryFrom combo box, crashes Visual Studio.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m running&amp;#58;&lt;br /&gt;&lt;br /&gt;Visual Studio 2010 Premium &lt;br /&gt;v 10.0.40219.1 SP1Rel&lt;br /&gt;&lt;br /&gt;with TeamReview v1.1.3&lt;br /&gt;&lt;br /&gt;Any help will be much appreciated &amp;#58;&amp;#41;&lt;br /&gt;</description><author>clivehaskins</author><pubDate>Thu, 03 May 2012 04:40:36 GMT</pubDate><guid isPermaLink="false">Created Issue: New Code Item crashes Visual Studio [10140] 20120503044036A</guid></item><item><title>Created Issue: Error while importing code item in TFS 2010...systemchangedate [9867]</title><link>http://teamreview.codeplex.com/workitem/9867</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I am facing an error while importing the Code Item File in TFS 2010&amp;#58;&lt;br /&gt;&lt;br /&gt;Error importing work item type definition&amp;#58;&lt;br /&gt;TF201078&amp;#58; You are trying to import a type of work item that uses the field &amp;#34;Microsoft.VSTS.Common.StateChangeDate&amp;#34;. your defintion of the field includes a reportable seeting that differs from the setting for that field in the database for Team Foundation server. To change Db seetting, you must log on as  a member of the Project Collection admin. To import the WI without changing the DB setting, you must remove the setting from your defintion of the field, or you must change that setting to match the database.&lt;br /&gt;&lt;br /&gt;I dont have access to the DB, so that first option given is not valid for me. for the other option if I delete the whole entry from the Code Item en.xml file, what will be the impact on the usage of the tool. If I need to change the File to match the DB setting in which table I should look for it, or what should I change in the snippet below&amp;#58;&lt;br /&gt;&lt;br /&gt; &amp;#60;FIELD reportable&amp;#61;&amp;#34;dimension&amp;#34; type&amp;#61;&amp;#34;DateTime&amp;#34; name&amp;#61;&amp;#34;State Change Date&amp;#34; refname&amp;#61;&amp;#34;Microsoft.VSTS.Common.StateChangeDate&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;WHENCHANGED field&amp;#61;&amp;#34;System.State&amp;#34;&amp;#62;&lt;br /&gt;          &amp;#60;SERVERDEFAULT from&amp;#61;&amp;#34;clock&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;WHENCHANGED&amp;#62;&lt;br /&gt;        &amp;#60;WHENNOTCHANGED field&amp;#61;&amp;#34;System.State&amp;#34;&amp;#62;&lt;br /&gt;          &amp;#60;READONLY &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;WHENNOTCHANGED&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;FIELD&amp;#62;&lt;br /&gt;</description><author>amangarg</author><pubDate>Wed, 01 Feb 2012 04:55:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Error while importing code item in TFS 2010...systemchangedate [9867] 20120201045553A</guid></item><item><title>Commented Issue: Error when trying to import Work Item: TF26177 [7242]</title><link>http://teamreview.codeplex.com/workitem/7242</link><description>I am using Visual Studio 2010 with TFS 2010.&lt;br /&gt;When trying to import the Work Item &amp;#34;Code Item en.xml&amp;#34; by using witadmin importwitd ...... I am getting the following error&amp;#58; &lt;br /&gt;&lt;br /&gt;TF212018&amp;#58; Work Item tracking schema validation error&amp;#58; TF26177&amp;#58; The field System.RelatedLinkCount cannot be renamed from &amp;#39;RelatedLinkCount&amp;#39; to &amp;#39;Related Link Count&amp;#39;. &lt;br /&gt;&lt;br /&gt;This is probably just a typo in the xml-file, and should be corrected&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: amangarg ** &lt;p&gt;The issue is when you have downloaded the 2008 version of the tool. I had the same issue and got it corrected by using the correct version of the tool i.e. TeamReview_2010_1_1_3.&lt;/p&gt;</description><author>amangarg</author><pubDate>Wed, 01 Feb 2012 04:47:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error when trying to import Work Item: TF26177 [7242] 20120201044709A</guid></item><item><title>Created Issue: "Review Code Items" window's Refresh button should retain selected combo box item values  if they still exist after refresh [9784]</title><link>http://teamreview.codeplex.com/workitem/9784</link><description>&amp;#34;Review Code Items&amp;#34; window&amp;#39;s Refresh button should retain selected combo box item values  if they still exist after refresh.&lt;br /&gt;&lt;br /&gt;Currently, clicking on the refresh button will reset the selected items back to index 0.&lt;br /&gt;This makes reviewing code items less productive if I have to reselect the &amp;#34;Query&amp;#34; and &amp;#34;Linked Item&amp;#34; after every refresh.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>icnocop</author><pubDate>Thu, 05 Jan 2012 22:17:42 GMT</pubDate><guid isPermaLink="false">Created Issue: "Review Code Items" window's Refresh button should retain selected combo box item values  if they still exist after refresh [9784] 20120105101742P</guid></item><item><title>Commented Issue: VS2010 Ultimate Crashes when creating a New Code Item [9701]</title><link>http://teamreview.codeplex.com/workitem/9701</link><description>We have tried this on several machines running Ultimate. When we go to create a new code review item, VS2010 ultimate crashses.&lt;br /&gt;Comments: ** Comment from web user: ddivita ** &lt;p&gt;Found out something interesting, we had Windows Identity add-in and we disabled that and it worked in ultimate.&lt;/p&gt;</description><author>ddivita</author><pubDate>Thu, 08 Dec 2011 17:20:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS2010 Ultimate Crashes when creating a New Code Item [9701] 20111208052021P</guid></item><item><title>Created Issue: VS2010 Ultimate Crashes when creating a New Code Item [9701]</title><link>http://teamreview.codeplex.com/workitem/9701</link><description>We have tried this on several machines running Ultimate. When we go to create a new code review item, VS2010 ultimate crashses.&lt;br /&gt;</description><author>ddivita</author><pubDate>Thu, 08 Dec 2011 16:09:08 GMT</pubDate><guid isPermaLink="false">Created Issue: VS2010 Ultimate Crashes when creating a New Code Item [9701] 20111208040908P</guid></item><item><title>Commented Issue: Review XAML [7352]</title><link>http://teamreview.codeplex.com/workitem/7352</link><description>Is it possible to place code review items in XAML&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;Yes.  See the discussion here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;teamreview.codeplex.com&amp;#47;discussions&amp;#47;215447&lt;/p&gt;</description><author>icnocop</author><pubDate>Sat, 03 Sep 2011 00:21:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Review XAML [7352] 20110903122123A</guid></item><item><title>Commented Issue: VS2010 freezes when selecting a new work item query [9020]</title><link>http://teamreview.codeplex.com/workitem/9020</link><description>I am using VS2010 and TFS2008, and I have installed TeamReview 2010 on my local machine.  I have been trying to use TeamReview for the first time, and my IDE crashes everytime I open the &amp;#34;New Code Item&amp;#34; dialog and try to select a different Work Item Query.  This happens consistently, and it is preventing me from going further with TeamReview.  Below you will find the stack trace that I find in the Event Viewer.  Any help&amp;#63;&lt;br /&gt;&lt;br /&gt;Application&amp;#58; devenv.exe&lt;br /&gt;Framework Version&amp;#58; v4.0.30319&lt;br /&gt;Description&amp;#58; The process was terminated due to an unhandled exception.&lt;br /&gt;Exception Info&amp;#58; Microsoft.TeamFoundation.WorkItemTracking.Client.DeniedOrNotExistException&lt;br /&gt;Stack&amp;#58;&lt;br /&gt;   at Microsoft.TeamFoundation.WorkItemTracking.Client.ProjectCollection.get_Item&amp;#40;System.String&amp;#41;&lt;br /&gt;   at TeamReview.Services.TFSService.GetQueryProject&amp;#40;System.Guid&amp;#41;&lt;br /&gt;   at TeamReview.UI.CreateWorkItemForm.cmbQuery_SelectedIndexChanged&amp;#40;System.Object, System.EventArgs&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged&amp;#40;System.EventArgs&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ComboBox.WmReflectCommand&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ComboBox.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.OnMessage&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr, Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.SendMessage&amp;#40;System.Runtime.InteropServices.HandleRef, Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.SendMessage&amp;#40;Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ReflectMessageInternal&amp;#40;IntPtr, System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmCommand&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ScrollableControl.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.OnMessage&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr, Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc&amp;#40;IntPtr, IntPtr, Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DefWndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.DefWndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmCommand&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ComboBox.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.OnMessage&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control&amp;#43;ControlNativeWindow.WndProc&amp;#40;System.Windows.Forms.Message ByRef&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr, Int32, IntPtr, IntPtr&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: fingerquote ** &lt;p&gt;Not sure I completely understand the question, but all of the queries I am trying to select are very simple, straightforward queries with a couple conditions in the where clause such as &amp;#34;ItemType &amp;#61; &amp;#34; and &amp;#34;State &amp;#61;&amp;#34;.&lt;/p&gt;</description><author>fingerquote</author><pubDate>Wed, 03 Aug 2011 20:55:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS2010 freezes when selecting a new work item query [9020] 20110803085530P</guid></item></channel></rss>