<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>reflectoraddins Work Item Rss Feed</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/List.aspx</link><description>reflectoraddins Work Item Rss Description</description><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: bemar ** &lt;p&gt;Here&amp;#39;s my workaround. I recompiled the latest assembly and increment the version number in AssemblyInfo.cs &amp;#40;just to make it different from the old one&amp;#41;. Add the two assemblies &amp;#40;old and new version&amp;#41; in Reflector. Select the first assembly then click the Tools-&amp;#62;Assembly Diff submenu. There you go.&lt;/p&gt;</description><author>bemar</author><pubDate>Tue, 24 Feb 2009 06:58:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20090224065843A</guid></item><item><title>Created Issue: PowerShell Langauge bug in multiplication</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=7832</link><description>First of all, AWESOME work, thanks to everyone involved ... and ... is this still the best place to post bugs for these&amp;#63;&lt;br /&gt;&lt;br /&gt;I have an assembly where the code generated looks like this in C&amp;#35;&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    for &amp;#40;int i &amp;#61; 0&amp;#59; i &amp;#60; num5&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        double num9 &amp;#61; &amp;#40;random.NextDouble&amp;#40;&amp;#41; &amp;#42; num6&amp;#41; &amp;#43; num&amp;#59;&lt;br /&gt;...&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;But like this, in PowerShell&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    for&amp;#40;&amp;#36;i &amp;#61; 0&amp;#59; &amp;#40;&amp;#36;i -lt &amp;#36;num5&amp;#41;&amp;#59; &amp;#36;i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#36;num9 &amp;#61; &amp;#40;&amp;#40;&amp;#36;random.NextDouble&amp;#40;&amp;#41;&amp;#36;num6&amp;#41; &amp;#43; &amp;#36;num&amp;#41;&lt;br /&gt;...&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;It&amp;#39;s just missing a multiplication operator&amp;#58; &amp;#42;&lt;br /&gt;</description><author>Jaykul</author><pubDate>Thu, 16 Oct 2008 14:14:41 GMT</pubDate><guid isPermaLink="false">Created Issue: PowerShell Langauge bug in multiplication 20081016021441P</guid></item><item><title>Created Issue: Reflector auto-update doesn't work through a non-MS proxy server</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=7084</link><description>Reflector doesn&amp;#39;t allow the user to submit credentials as part of the auto-update process meaning that everytime a new version is released the built-in one is disabled and a new version has to be downloaded manually.&lt;br /&gt;</description><author>SSG31415926</author><pubDate>Fri, 25 Jul 2008 17:30:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Reflector auto-update doesn't work through a non-MS proxy server 20080725053030P</guid></item><item><title>Created Issue: Crash when expanding types from disassembler view</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6980</link><description>Disassemble System.Linq. From disassembler view, click to expand types then App crash. The Linq assembly is under System.Core. Screenshot of error provided.&lt;br /&gt;</description><author>ewest305</author><pubDate>Fri, 18 Jul 2008 12:02:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Crash when expanding types from disassembler view 20080718120202P</guid></item><item><title>Created Issue: Resource Extractor</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6368</link><description>This is .NET Reflector Add-In that allows extraction of the resources form the assembly into provided folder.&lt;br /&gt;&lt;br /&gt;To use this&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Click on the assembly &amp;#40;root element&amp;#41;&lt;br /&gt;&lt;br /&gt;2&amp;#41; Tools --&amp;#62; Extract Resources&lt;br /&gt;&lt;br /&gt;3&amp;#41; Choose a folder &amp;#40;via folder browser window&amp;#41;&lt;br /&gt;&lt;br /&gt;4&amp;#41; Click OK, all resources from an assembly will be extracted to specified folder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy...&lt;br /&gt;&lt;br /&gt;PS. I do not take any responsibility for how you will use it nor if any damage is cause to you or machine you executed this add-in on, This is for educational reasons only.&lt;br /&gt;</description><author>grigorey</author><pubDate>Mon, 16 Jun 2008 08:39:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Resource Extractor 20080616083915A</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;Another comment here is that although Reflector.Diff is very nice I found it inconvenient for one of 2 typical scenarios&amp;#58;&lt;br /&gt;1&amp;#41; you are looking at a specific place in code &amp;#40;typically a method&amp;#41;&lt;br /&gt;2&amp;#41; you are looking at what changes are in the whole assembly&lt;br /&gt;Re 1&amp;#41; Reflector.Diff works like charm&lt;br /&gt;Re 2&amp;#41; It&amp;#39;s much better to export certain assembly using the built-in Reflector export feature which will produce &amp;#34;a project&amp;#34; for you and then you should be able to use any file&amp;#47;directory comparison tool you prefer to use &amp;#40;I recommend open-source WinMerge or built-in comparison tool from Total Commander&amp;#41;&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 16:53:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611045300P</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;Ok, I just confirmed that the problem 99,99&amp;#37; is caused by assembly version number.&lt;br /&gt;I used Reflexil addon for .NET Reflector to update the assembly version number. After I saved Reflector.Diff started working as expected. I haven&amp;#39;t actually got into the details of it but possibly Reflexil does many changes &amp;#40;besides the version number&amp;#41; to the original assembly so probably you should expect some changes like references order change, etc.&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 12:48:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611124813P</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;I get the same result with the practically the same scenario &amp;#40;I&amp;#39;m not loading from UNC, but local hard drive&amp;#41;.&lt;br /&gt;Anyone knows how to change the version of assembly&amp;#63;&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 12:32:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611123206P</guid></item><item><title>COMMENTED ISSUE: Add Comment functionality to FileDisassembler</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3025</link><description>If you are in Reflector and you go on a special Class, press the space key, you will see the disassembled class WITH COMMENTS &amp;#40;XML comments&amp;#41;. If you use the &amp;#34;FileDisassembler&amp;#34; you dont see the comments &amp;#40;e.g. &amp;#60;summary&amp;#62; This is a summary&amp;#60;&amp;#47;summary&amp;#62;&amp;#41;  any more. Please provide the possibility to create disassambled file WITH comments. Thanks.&lt;br /&gt;Comments: ** Comment from web user: lutzroeder ** &lt;p&gt;Reported to author of FileDisassembler.&lt;/p&gt;&lt;p&gt;&amp;#42;&amp;#42; Closed by lutzroeder 9&amp;#47;12&amp;#47;2007 12&amp;#58;36 AM&lt;/p&gt;</description><author>lutzroeder</author><pubDate>Thu, 05 Jun 2008 10:00:18 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Add Comment functionality to FileDisassembler 20080605100018A</guid></item><item><title>CREATED ISSUE: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;</description><author>alekdavis</author><pubDate>Mon, 05 May 2008 19:06:35 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Reflector.Diff: Always comparing to the self 20080505070635P</guid></item><item><title>CLOSED ISSUE: TypeBuilder.DefineMethod does not take 1 argument</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3351</link><description>As per the title.&lt;br /&gt;&lt;br /&gt;Not sure what release of .NET this was targeting, but in no case will the generated code compile because of &amp;#40;at least&amp;#41;, this single issue.&lt;br /&gt;Comments: fixed</description><author>pelikhan</author><pubDate>Fri, 04 Jan 2008 07:36:57 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: TypeBuilder.DefineMethod does not take 1 argument 20080104073657A</guid></item><item><title>CLOSED ISSUE: Combined download</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=4817</link><description>Would be nice to be able to download all binaries in one zip...&lt;br /&gt;Comments: Please use the Reflector Feedback dialog to send Reflector suggestions.</description><author>lutzroeder</author><pubDate>Fri, 04 Jan 2008 05:48:28 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Combined download 20080104054828A</guid></item><item><title>CREATED ISSUE: Combined download</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=4817</link><description>Would be nice to be able to download all binaries in one zip...&lt;br /&gt;</description><author>Koevoeter</author><pubDate>Fri, 14 Dec 2007 20:28:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Combined download 20071214082801P</guid></item><item><title>COMMENTED ISSUE: TypeBuilder.DefineMethod does not take 1 argument</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3351</link><description>As per the title.&lt;br /&gt;&lt;br /&gt;Not sure what release of .NET this was targeting, but in no case will the generated code compile because of &amp;#40;at least&amp;#41;, this single issue.&lt;br /&gt;Comments: ** Comment from web user: kfarmer ** &lt;p&gt;The flaw looks to be in GenerateDefineMethod, in EmitLanguageWriter, about half-way down the source.  Just doesn&amp;#39;t emit any method attributes as a second argument.&lt;/p&gt;</description><author>kfarmer</author><pubDate>Sat, 10 Nov 2007 08:29:36 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: TypeBuilder.DefineMethod does not take 1 argument 20071110082936A</guid></item><item><title>COMMENTED ISSUE: TypeBuilder.DefineMethod does not take 1 argument</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3351</link><description>As per the title.&lt;br /&gt;&lt;br /&gt;Not sure what release of .NET this was targeting, but in no case will the generated code compile because of &amp;#40;at least&amp;#41;, this single issue.&lt;br/&gt;Comments: ** Comment from web user: caddzooks ** &lt;p&gt;Can&amp;#39;t seem to editor or delete comments on issues here on CodePlex.&lt;/p&gt;&lt;p&gt;Sorry, but I have to ask, Is CodePlex really that brain-dead &amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;/p&gt;&lt;p&gt;In any case, the comment was a reference to the ReflectionEmitLanguage add-in&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>caddzooks</author><pubDate>Mon, 17 Sep 2007 20:15:22 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: TypeBuilder.DefineMethod does not take 1 argument 20070917081522P</guid></item><item><title>CREATED ISSUE: TypeBuilder.DefineMethod does not take 1 argument</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3351</link><description>As per the title.&lt;br /&gt;&lt;br /&gt;Not sure what release of .NET this was targeting, but in no case will the generated code compile because of &amp;#40;at least&amp;#41;, this single issue.&lt;br/&gt;</description><author>caddzooks</author><pubDate>Mon, 17 Sep 2007 20:10:24 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: TypeBuilder.DefineMethod does not take 1 argument 20070917081024P</guid></item><item><title>CLOSED ISSUE: SilverlightLoader and SilverlightBrowser doens't support WebProxy</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=2816</link><description>Reflector allow to configure a webproxy for the application, but for both Silverlight Loader and Silverlight Browser never used the proxy configuration.&lt;br/&gt;Comments: Won't fix.</description><author>lutzroeder</author><pubDate>Wed, 12 Sep 2007 07:36:55 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: SilverlightLoader and SilverlightBrowser doens't support WebProxy 20070912073655A</guid></item><item><title>CLOSED ISSUE: Add Comment functionality to FileDisassembler</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3025</link><description>If you are in Reflector and you go on a special Class, press the space key, you will see the disassembled class WITH COMMENTS &amp;#40;XML comments&amp;#41;. If you use the &amp;#34;FileDisassembler&amp;#34; you dont see the comments &amp;#40;e.g. &amp;#60;summary&amp;#62; This is a summary&amp;#60;&amp;#47;summary&amp;#62;&amp;#41;  any more. Please provide the possibility to create disassambled file WITH comments. Thanks.&lt;br/&gt;Comments: Reported to author of FileDisassembler.</description><author>lutzroeder</author><pubDate>Wed, 12 Sep 2007 07:36:01 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Add Comment functionality to FileDisassembler 20070912073601A</guid></item><item><title>CLOSED FEATURE: Command Line Interface with Xml Output for Code Metrics</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=2527</link><description>This isn&amp;#39;t so much an issue, more of a feature request&amp;#33; I&amp;#39;d like to be able to use Reflector&amp;#47;Peli&amp;#39;s code metrics add-in during the Continuous Build process. The most valuable output would be the weighted cyclomatic complexity &amp;#40;I guess in descending order&amp;#41;, with perhaps the granularity as a command line parameter &amp;#40;class &amp;#47; method etc&amp;#41;. An XSL could then be created to transform the XML into a formatted web-page, much as NCover does with its coverage statistics.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sure some of the other add-ins could also be used during the continuous build, and a command line interface would be useful for them also.&lt;br /&gt;&lt;br /&gt;Keep up the good work on a terrific product guys&amp;#33;&lt;br/&gt;Comments: Try this from command line:&lt;br /&gt;&lt;br /&gt;Reflector.exe /Run:Reflector.CodeMetrics /Assembly:"Foo.dll" /OutputPath:"c:\Report.txt"</description><author>lutzroeder</author><pubDate>Wed, 12 Sep 2007 07:31:07 GMT</pubDate><guid isPermaLink="false">CLOSED FEATURE: Command Line Interface with Xml Output for Code Metrics 20070912073107A</guid></item><item><title>CLOSED ISSUE: CodeMetrics - Exeption ordering by name on Type Metrics view</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3249</link><description>Sorry, my OS reports in Spanish, but &amp;#34;La cadena de entrada no tiene el formato correcto.&amp;#34; means &amp;#34;The input string is not in correct format&amp;#34; or something similar.&lt;br /&gt;&lt;br /&gt;La cadena de entrada no tiene el formato correcto. &lt;br /&gt;&lt;br /&gt;System.FormatException&lt;br /&gt;&lt;br /&gt;  en System.Number.StringToNumber&amp;#40;String str, NumberStyles options, NumberBuffer&amp;#38; number, NumberFormatInfo info, Boolean parseDecimal&amp;#41;&lt;br /&gt;  en System.Number.ParseSingle&amp;#40;String value, NumberStyles options, NumberFormatInfo numfmt&amp;#41; &lt;br /&gt;  en System.Single.Parse&amp;#40;String s, NumberStyles style, NumberFormatInfo info&amp;#41;&lt;br /&gt;  en System.Single.Parse&amp;#40;String s&amp;#41;&lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricTreeMap.NodeBuilder.GetSizeMetric&amp;#40;DataRow row&amp;#41; &lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricTreeMap.NodeBuilder.VisitTypeReference&amp;#40;ITypeReference value, DataRow row&amp;#41;&lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricTreeMap.NodeBuilder.VisitItem&amp;#40;Object item, DataRow row&amp;#41; &lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricTreeMap.Populate&amp;#40;&amp;#41;&lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricTreeMap.SetSizeColumn&amp;#40;Int32 index&amp;#41;&lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.ListView_ColumnClick &amp;#40;Object sender, ColumnClickEventArgs e&amp;#41;&lt;br /&gt;  en System.Windows.Forms.ListView.OnColumnClick&amp;#40;ColumnClickEventArgs e&amp;#41;&lt;br /&gt;  en Reflector.CodeMetrics.CodeMetricView.CodeMetricListView.OnColumnClick&amp;#40;ColumnClickEventArgs e&amp;#41;&lt;br /&gt;  en System.Windows.Forms.ListView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;  en System.Windows.Forms.ListView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;  en System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;  en System.Windows.Forms.Control.ControlNativeWindow.WndProc &amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;  en System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.NET Reflector 5.0.42.0&lt;br /&gt;.NET Framework 2.0.50727.832&lt;br /&gt;Microsoft Windows NT 5.1.2600 Service Pack 2&lt;br /&gt;Culture&amp;#58; es-ES &amp;#40;es-AR&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;AssemblyCache&amp;#93;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;ProgramFiles&amp;#37;&amp;#92;Reference Assemblies&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;ProgramFiles&amp;#37;&amp;#92;Microsoft.net&amp;#34; &lt;br /&gt;&amp;#34;&amp;#37;ProgramFiles&amp;#37;&amp;#92;Microsoft Silverlight&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#91;AssemblyManager&amp;#93;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;mscorlib.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.dll&amp;#34; &lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Data.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Drawing.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Web.dll&amp;#34; &lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Windows.Forms.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Xml.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.Web.Services.dll&amp;#34; &lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;System.DirectoryServices.dll&amp;#34;&lt;br /&gt;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;Microsoft.net&amp;#92;Framework&amp;#92;v1.1.4322&amp;#92;Microsoft.VisualBasic.dll&amp;#34;&lt;br /&gt;&amp;#34;C&amp;#58;&amp;#92;Proyectos.NET&amp;#92;PrintingOrders&amp;#92;src&amp;#92;PrintingOrders&amp;#92;bin&amp;#92;PrintingOrders.dll&amp;#34; &lt;br /&gt;&amp;#34;C&amp;#58;&amp;#92;Proyectos.NET&amp;#92;PrintingOrders&amp;#92;src&amp;#92;PrintingOrders&amp;#92;bin&amp;#92;Castle.ActiveRecord.dll&amp;#34;&lt;br /&gt;&amp;#34;C&amp;#58;&amp;#92;Proyectos.NET&amp;#92;PrintingOrders&amp;#92;src&amp;#92;PrintingOrders&amp;#92;bin&amp;#92;Castle.MonoRail.Framework.dll&amp;#34;&lt;br /&gt;&amp;#34;C&amp;#58;&amp;#92;Proyectos.NET&amp;#92;PrintingOrders&amp;#92;src&amp;#92;PrintingOrders&amp;#92;bin&amp;#92;Castle.MonoRail.ActiveRecordSupport.dll&amp;#34; &lt;br /&gt;&lt;br /&gt;&amp;#91;LanguageManager&amp;#93;&lt;br /&gt;ActiveLanguage&amp;#61;&amp;#34;C&amp;#35;&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#91;WindowManager&amp;#93;&lt;br /&gt;X&amp;#61;&amp;#34;22&amp;#34;&lt;br /&gt;Y&amp;#61;&amp;#34;29&amp;#34;&lt;br /&gt;Width&amp;#61;&amp;#34;377&amp;#34;&lt;br /&gt;Height&amp;#61;&amp;#34;600&amp;#34;&lt;br /&gt;Pane&amp;#61;&amp;#34;737&amp;#34;&lt;br /&gt;Maximized&amp;#61;&amp;#34;true&amp;#34;&lt;br/&gt;</description><author>lutzroeder</author><pubDate>Mon, 10 Sep 2007 00:51:12 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: CodeMetrics - Exeption ordering by name on Type Metrics view 20070910125112A</guid></item></channel></rss>