<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>showui Issue Tracker Rss Feed</title><link>http://www.codeplex.com/showui/WorkItem/List.aspx</link><description>showui Issue Tracker Rss Description</description><item><title>Created Unassigned: What am I doing wrong ? [2116]</title><link>http://showui.codeplex.com/workitem/2116</link><description>I&amp;#39;ve &amp;#34;installed&amp;#34; the ShowUI &amp;#40;1.4 zip&amp;#41; module, and tried some of the examples trying to get familiar with it, but none of them actually work as advertised. What&amp;#39;s going on &amp;#63; I&amp;#39;m running powershell with -STA, tried elevated aswell, but even something simple as this example&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#36;pr&amp;#61;StackPanel -ControlName &amp;#34;Prompt&amp;#34; -Margin &amp;#34;8,0,8,8&amp;#34; &amp;#123; &lt;br /&gt;Label &amp;#34;Please Enter Your Full Name&amp;#58;&amp;#34;&lt;br /&gt;StackPanel -Orientation Horizontal &amp;#123;&lt;br /&gt;    TextBox -Name FullName -Width 100&lt;br /&gt;    Button &amp;#34;OK&amp;#34; -IsDefault -Width 50 -Margin &amp;#34;8,0,0,0&amp;#34; -On_Click &amp;#123; &lt;br /&gt;        Set-UIValue &amp;#36;Prompt -Passthru &amp;#124; Close-Control&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#125; -On_Loaded &amp;#123; &amp;#36;FullName.Focus&amp;#40;&amp;#41; &amp;#125; -Show &lt;br /&gt;&lt;br /&gt;&amp;#36;pr &lt;br /&gt;&lt;br /&gt;already fails because when I write text, hitting enter or pressing OK-button it just sits there. If I close the window, it returns nothing... &lt;br /&gt;The alternative example of this&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#36;pr&amp;#61;StackPanel -ControlName &amp;#34;Prompt&amp;#34; -Margin &amp;#34;8,0,8,8&amp;#34; &amp;#123; &lt;br /&gt;Label &amp;#34;Please Enter Your Full Name&amp;#58;&amp;#34;&lt;br /&gt;StackPanel -Orientation Horizontal &amp;#123;&lt;br /&gt;    TextBox -Name FullName -Width 100&lt;br /&gt;    Button &amp;#34;OK&amp;#34; -IsDefault -Width 50 -Margin &amp;#34;8,0,0,0&amp;#34; -On_Click &amp;#123; &lt;br /&gt;        &amp;#36;Prompt.Tag &amp;#61; &amp;#36;FullName.Text&lt;br /&gt;        &amp;#36;Window.Close&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#125; -On_Loaded &amp;#123; &amp;#36;FullName.Focus&amp;#40;&amp;#41; &amp;#125; -Show &lt;br /&gt;&lt;br /&gt;&amp;#36;pr &lt;br /&gt;&lt;br /&gt;works, but delivers an error&amp;#58; &lt;br /&gt;Error in On_Click Event Handler on Button &lt;br /&gt;At line&amp;#58;7 char&amp;#58;13&lt;br /&gt;&amp;#36;Prompt.Tag &amp;#61; &amp;#36;FullName.Text&lt;br /&gt;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126; &lt;br /&gt;Property &amp;#39;Tag&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;Running on Windows Server 2012 standard with powershell 3.0 &lt;br /&gt;&lt;br /&gt;I also tried powershell.exe -STA -version 2, but that even gives me more errors &lt;br /&gt;So, did I install it wrong, or is ShowUI not entirely compatible with powershell 3 &amp;#63;&lt;br /&gt;Perhaps .net 4.5 &amp;#40;2012&amp;#41; is the issue &amp;#63;&lt;br /&gt;</description><author>Wizard17</author><pubDate>Fri, 17 May 2013 16:28:02 GMT</pubDate><guid isPermaLink="false">Created Unassigned: What am I doing wrong ? [2116] 20130517042802P</guid></item><item><title>Closed Issue: ShowUI Function in Begin Block Does Not Run in PowerShell Console [2101]</title><link>http://showui.codeplex.com/workitem/2101</link><description>When a ShowUI function is run from the begin block in a function in the PowerShell console, it will not load.  The console is in STA mode with no modules other than ShowUI.&lt;br /&gt;&lt;br /&gt;This does work properly in the ISE.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:56:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: ShowUI Function in Begin Block Does Not Run in PowerShell Console [2101] 20130426045617A</guid></item><item><title>Closed Feature: Change Control Contents from PowerShell [2105]</title><link>http://showui.codeplex.com/workitem/2105</link><description>I would like to have a ShowUI window with various elements on it, e.g text boxes, stack panels etc.  The problem I have with the Update-WPFJob now is that I do not know how to get to the elements that I have described.&lt;br /&gt;&lt;br /&gt;So for example if I create a simple label and change the &amp;#36;window.Content that I can change it quite easily, but I do not know how to target individual labels or textboxes for example when I have a Uniform Grid or similar.&lt;br /&gt;&lt;br /&gt;How can I accomplish this&amp;#63;  I thought that I would be able to use the following&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#36;job &amp;#61; New-StackPanel -ControlName &amp;#39;Get-PersonalInformation&amp;#39; -Columns 1 -Children &amp;#123;            &lt;br /&gt;    New-Label &amp;#34;What is your first name&amp;#63;&amp;#34;            &lt;br /&gt;    New-TextBox -Name Firstname&lt;br /&gt;    New-Label &amp;#34;What is your last name&amp;#63;&amp;#34;            &lt;br /&gt;    New-TextBox -Name Lastname            &lt;br /&gt;    New-Label &amp;#34;When were you born&amp;#63;&amp;#34;            &lt;br /&gt;    Select-Date -Name Birthdate                    &lt;br /&gt;&amp;#125; -asjob  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And then I would be able to update it with something like&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#36;job &amp;#124; Update-WPFJob &amp;#123; &amp;#36;firstname.Content &amp;#61; &amp;#34;Russell&amp;#34; &amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However this does not work and I get an error. I know how I can change the window contents using &amp;#36;window.Content, but that isn&amp;#39;t good enough.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:56:11 GMT</pubDate><guid isPermaLink="false">Closed Feature: Change Control Contents from PowerShell [2105] 20130426045611A</guid></item><item><title>Edited Issue: Window with content does not appear with -Show [2106]</title><link>http://showui.codeplex.com/workitem/2106</link><description>Nothing appears when I run the following in ShowUI 1.2&amp;#58;&lt;br /&gt;&lt;br /&gt;Window -Width 300 -Height 200 -Show &amp;#123;Button Close -Margin 50 -On_Click &amp;#123;&amp;#36;window.Close&amp;#40;&amp;#41;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;Using -AsJob works. If the window has no content, the window apears. This works&amp;#58;&lt;br /&gt;&lt;br /&gt;Window -Width 300 -Height 200 -Show&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:55:39 GMT</pubDate><guid isPermaLink="false">Edited Issue: Window with content does not appear with -Show [2106] 20130426045539A</guid></item><item><title>Closed Issue: Window with content does not appear with -Show [2106]</title><link>http://showui.codeplex.com/workitem/2106</link><description>Nothing appears when I run the following in ShowUI 1.2&amp;#58;&lt;br /&gt;&lt;br /&gt;Window -Width 300 -Height 200 -Show &amp;#123;Button Close -Margin 50 -On_Click &amp;#123;&amp;#36;window.Close&amp;#40;&amp;#41;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;Using -AsJob works. If the window has no content, the window apears. This works&amp;#58;&lt;br /&gt;&lt;br /&gt;Window -Width 300 -Height 200 -Show&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:55:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Window with content does not appear with -Show [2106] 20130426045539A</guid></item><item><title>Edited Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108]</title><link>http://showui.codeplex.com/workitem/2108</link><description>Import-Module ShowUI does not work on Windows 8&amp;#47;PowerShell 3.0&lt;br /&gt;&lt;br /&gt;On first load the function compiler runs and reports that it has completed - but it never terminates.  Terminating it manually leaves ShowUI in a non-usable state and subsequent &amp;#34;ipmo showui&amp;#34; attempts also fail.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:54:10 GMT</pubDate><guid isPermaLink="false">Edited Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108] 20130426045410A</guid></item><item><title>Closed Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108]</title><link>http://showui.codeplex.com/workitem/2108</link><description>Import-Module ShowUI does not work on Windows 8&amp;#47;PowerShell 3.0&lt;br /&gt;&lt;br /&gt;On first load the function compiler runs and reports that it has completed - but it never terminates.  Terminating it manually leaves ShowUI in a non-usable state and subsequent &amp;#34;ipmo showui&amp;#34; attempts also fail.&lt;br /&gt;Comments: You should be fine using &amp;#91;ShowUI 1.4&amp;#93;&amp;#40;https&amp;#58;&amp;#47;&amp;#47;showui.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;104592&amp;#41;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 04:54:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108] 20130426045410A</guid></item><item><title>Commented Issue: ShowUI doesn't load under .NET 4 due to async keyword [2109]</title><link>http://showui.codeplex.com/workitem/2109</link><description>In my config files for the PowerShell console and ISE I have added v4.0.30319 for supportedRuntime. When I try to load ShowUI, I get a bunch of errors the first of which is&amp;#58;&lt;br /&gt;&lt;br /&gt;    &amp;#58; Identifier expected&amp;#59; &amp;#39;async&amp;#39; is a keyword&lt;br /&gt;    &amp;#58; &amp;#62;&amp;#62;&amp;#62;         public PSObject&amp;#91;&amp;#93; InvokeScriptInJob&amp;#40;string script, object parameters, bool async&amp;#41;&lt;br /&gt;&lt;br /&gt;When I renamed async in PowerShellDataSource.cs and WPFJob.cs, ShowUI didn&amp;#39;t throw any errors when I loaded the module.&lt;br /&gt;Comments: Fix it 75b03e98d66570ca4e8740a08c721306d3bbaf45&amp;#13;&amp;#10;Upgrade to HIGH impact since PowerShell 3 runs in .Net 4 &amp;#40;although I can&amp;#39;t duplicate the error&amp;#41;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 03:34:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: ShowUI doesn't load under .NET 4 due to async keyword [2109] 20130426033408A</guid></item><item><title>Edited Issue: ShowUI doesn't load under .NET 4 due to async keyword [2109]</title><link>http://showui.codeplex.com/workitem/2109</link><description>In my config files for the PowerShell console and ISE I have added v4.0.30319 for supportedRuntime. When I try to load ShowUI, I get a bunch of errors the first of which is&amp;#58;&lt;br /&gt;&lt;br /&gt;    &amp;#58; Identifier expected&amp;#59; &amp;#39;async&amp;#39; is a keyword&lt;br /&gt;    &amp;#58; &amp;#62;&amp;#62;&amp;#62;         public PSObject&amp;#91;&amp;#93; InvokeScriptInJob&amp;#40;string script, object parameters, bool async&amp;#41;&lt;br /&gt;&lt;br /&gt;When I renamed async in PowerShellDataSource.cs and WPFJob.cs, ShowUI didn&amp;#39;t throw any errors when I loaded the module.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 03:34:08 GMT</pubDate><guid isPermaLink="false">Edited Issue: ShowUI doesn't load under .NET 4 due to async keyword [2109] 20130426033408A</guid></item><item><title>Edited Issue: Error when calling Edit-StringList cmdlet [2111]</title><link>http://showui.codeplex.com/workitem/2111</link><description>ShowUI 1.3 on WIN2K8 R2 x64&amp;#58;&lt;br /&gt;&lt;br /&gt;Error when calling the Edit-StringList cmdlet and passing a value to the -List parameter.&lt;br /&gt;&lt;br /&gt;Example&amp;#58;&lt;br /&gt;Edit-StringList -list &amp;#40;&amp;#34;test1&amp;#34;,&amp;#34;test2&amp;#34;&amp;#41; -Name &amp;#34;Testlist&amp;#34;  -Show&lt;br /&gt;&lt;br /&gt;Error&amp;#58;&lt;br /&gt;Error in On_Loaded Event Handler on TestList &amp;#40;Grid&amp;#41;&lt;br /&gt;&lt;br /&gt;At line&amp;#58;7 char&amp;#58;23&lt;br /&gt;&amp;#43;                 &amp;#36;list. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ItemsSource &amp;#61; &amp;#36;psBoundParameters.List&lt;br /&gt;Property &amp;#39;ItemsSource&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve made some changes within the attached Edit-StringList.ps1 to make the function work for me.&lt;br /&gt;Thanks a lot for the great module.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 03:25:09 GMT</pubDate><guid isPermaLink="false">Edited Issue: Error when calling Edit-StringList cmdlet [2111] 20130426032509A</guid></item><item><title>Commented Issue: Error when calling Edit-StringList cmdlet [2111]</title><link>http://showui.codeplex.com/workitem/2111</link><description>ShowUI 1.3 on WIN2K8 R2 x64&amp;#58;&lt;br /&gt;&lt;br /&gt;Error when calling the Edit-StringList cmdlet and passing a value to the -List parameter.&lt;br /&gt;&lt;br /&gt;Example&amp;#58;&lt;br /&gt;Edit-StringList -list &amp;#40;&amp;#34;test1&amp;#34;,&amp;#34;test2&amp;#34;&amp;#41; -Name &amp;#34;Testlist&amp;#34;  -Show&lt;br /&gt;&lt;br /&gt;Error&amp;#58;&lt;br /&gt;Error in On_Loaded Event Handler on TestList &amp;#40;Grid&amp;#41;&lt;br /&gt;&lt;br /&gt;At line&amp;#58;7 char&amp;#58;23&lt;br /&gt;&amp;#43;                 &amp;#36;list. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ItemsSource &amp;#61; &amp;#36;psBoundParameters.List&lt;br /&gt;Property &amp;#39;ItemsSource&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve made some changes within the attached Edit-StringList.ps1 to make the function work for me.&lt;br /&gt;Thanks a lot for the great module.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Some of those controls just don&amp;#39;t have enough QC.&amp;#10;Fixed in 1.5  &amp;#40;I pushed &amp;#91;the fixed version to source control&amp;#93;&amp;#40;https&amp;#58;&amp;#47;&amp;#47;showui.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;d53043af23f2&amp;#35;CommonControls&amp;#47;Edit-StringList.ps1&amp;#41;&amp;#41; </description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 03:22:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error when calling Edit-StringList cmdlet [2111] 20130426032257A</guid></item><item><title>Closed Issue: Error when trying to load ShowUI Module [2110]</title><link>http://showui.codeplex.com/workitem/2110</link><description>Script in PowerShell ISE&amp;#58;&lt;br /&gt;cls&lt;br /&gt;import-module showui&lt;br /&gt;&lt;br /&gt;Error Generated&amp;#58;&lt;br /&gt;Import-Module &amp;#58; There were errors in loading the format data file&amp;#58; &lt;br /&gt;Microsoft.PowerShell, C&amp;#58;&amp;#92;Users&amp;#92;Administrator&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;showui&amp;#92;ShowUI.Formats.ps1xml &amp;#58; File skipped because it&lt;br /&gt; was already present from &amp;#34;Microsoft.PowerShell&amp;#34;.&lt;br /&gt;&lt;br /&gt;At line&amp;#58;2 char&amp;#58;14&lt;br /&gt;&amp;#43; import-module &amp;#60;&amp;#60;&amp;#60;&amp;#60;  showui&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Import-Module&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;br /&gt;Comments: Can&amp;#39;t Repro -- Please feel free to re-open if you can reproduce this on 1.4</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 02:23:21 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error when trying to load ShowUI Module [2110] 20130426022321A</guid></item><item><title>Closed Issue: After code generation, showui looping looking for Current.style [2112]</title><link>http://showui.codeplex.com/workitem/2112</link><description>After completing code generation on startup, import-module showui still stays stuck.   It appears that its repeatedly looking for a file named &amp;#34;Current.style&amp;#34; in ...&amp;#92;Modules&amp;#92;ShowUI&amp;#92;StyleSystem&amp;#92;Styles, while in fact the file is located one-level up in the StyleSystem directory.&lt;br /&gt;Comments: Fixed in 1.4</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 02:20:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: After code generation, showui looping looking for Current.style [2112] 20130426022011A</guid></item><item><title>Closed Issue: import-module ShowUI fails exception calling "FixSerialization" with "0" argument(s) [2113]</title><link>http://showui.codeplex.com/workitem/2113</link><description>Import ShowUI module fails&amp;#63;&lt;br /&gt;&amp;#91;ShowUI.XamlTricks&amp;#93; doesn&amp;#39;t seem to have method FixSerialization&amp;#63; &lt;br /&gt;What&amp;#39;s wrong&amp;#63;&lt;br /&gt;&lt;br /&gt;PS&amp;#62;import-module ShowUI&lt;br /&gt;Exception calling &amp;#34;FixSerialization&amp;#34; with &amp;#34;0&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Request failed.&amp;#34;&lt;br /&gt;At &amp;#92;&amp;#92;S0025600&amp;#92;u18218&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;ShowUI&amp;#92;ShowUI.psm1&amp;#58;137 char&amp;#58;38&lt;br /&gt;&amp;#43; &amp;#91;ShowUI.XamlTricks&amp;#93;&amp;#58;&amp;#58;FixSerialization &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; DotNetMethodException&lt;br /&gt;&lt;br /&gt;&amp;#91;097&amp;#37;&amp;#93; PS&amp;#62;get-module &amp;#42;&lt;br /&gt;&lt;br /&gt;ModuleType Name                      ExportedCommands&lt;br /&gt;---------- ----                      ----------------&lt;br /&gt;Script     ShowUI                    &amp;#123;Out-Xaml, Add-UIModule, Move-Control, Get-Input...&amp;#125;&lt;br /&gt;&lt;br /&gt;PS&amp;#62;&amp;#91;ShowUI.XamlTricks&amp;#93; &amp;#124; gm -type method&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   TypeName&amp;#58; System.RuntimeType&lt;br /&gt;&lt;br /&gt;Name                           MemberType Definition&lt;br /&gt;----                           ---------- ----------&lt;br /&gt;Clone                          Method     System.Object Clone&amp;#40;&amp;#41;&lt;br /&gt;Equals                         Method     bool Equals&amp;#40;System.Object obj&amp;#41;, bool Equals&amp;#40;type o&amp;#41;&lt;br /&gt;FindInterfaces                 Method     type&amp;#91;&amp;#93; FindInterfaces&amp;#40;System.Reflection.TypeFilter filter, System.Object filterCriteria&amp;#41;&lt;br /&gt;FindMembers                    Method     System.Reflection.MemberInfo&amp;#91;&amp;#93; FindMembers&amp;#40;System.Reflection.MemberTypes memberType, System.Reflection.B...&lt;br /&gt;GetArrayRank                   Method     int GetArrayRank&amp;#40;&amp;#41;&lt;br /&gt;GetConstructor                 Method     System.Reflection.ConstructorInfo GetConstructor&amp;#40;System.Reflection.BindingFlags bindingAttr, System.Refl...&lt;br /&gt;GetConstructors                Method     System.Reflection.ConstructorInfo&amp;#91;&amp;#93; GetConstructors&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System....&lt;br /&gt;GetCustomAttributes            Method     System.Object&amp;#91;&amp;#93; GetCustomAttributes&amp;#40;bool inherit&amp;#41;, System.Object&amp;#91;&amp;#93; GetCustomAttributes&amp;#40;type attributeTyp...&lt;br /&gt;GetDefaultMembers              Method     System.Reflection.MemberInfo&amp;#91;&amp;#93; GetDefaultMembers&amp;#40;&amp;#41;&lt;br /&gt;GetElementType                 Method     type GetElementType&amp;#40;&amp;#41;&lt;br /&gt;GetEvent                       Method     System.Reflection.EventInfo GetEvent&amp;#40;string name, System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Re...&lt;br /&gt;GetEvents                      Method     System.Reflection.EventInfo&amp;#91;&amp;#93; GetEvents&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Reflection.E...&lt;br /&gt;GetField                       Method     System.Reflection.FieldInfo GetField&amp;#40;string name, System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Re...&lt;br /&gt;GetFields                      Method     System.Reflection.FieldInfo&amp;#91;&amp;#93; GetFields&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Reflection.F...&lt;br /&gt;GetGenericArguments            Method     type&amp;#91;&amp;#93; GetGenericArguments&amp;#40;&amp;#41;&lt;br /&gt;GetGenericParameterConstraints Method     type&amp;#91;&amp;#93; GetGenericParameterConstraints&amp;#40;&amp;#41;&lt;br /&gt;GetGenericTypeDefinition       Method     type GetGenericTypeDefinition&amp;#40;&amp;#41;&lt;br /&gt;GetHashCode                    Method     int GetHashCode&amp;#40;&amp;#41;&lt;br /&gt;GetInterface                   Method     type GetInterface&amp;#40;string fullname, bool ignoreCase&amp;#41;, type GetInterface&amp;#40;string name&amp;#41;&lt;br /&gt;GetInterfaceMap                Method     System.Reflection.InterfaceMapping GetInterfaceMap&amp;#40;type ifaceType&amp;#41;&lt;br /&gt;GetInterfaces                  Method     type&amp;#91;&amp;#93; GetInterfaces&amp;#40;&amp;#41;&lt;br /&gt;GetMember                      Method     System.Reflection.MemberInfo&amp;#91;&amp;#93; GetMember&amp;#40;string name, System.Reflection.MemberTypes type, System.Reflect...&lt;br /&gt;GetMembers                     Method     System.Reflection.MemberInfo&amp;#91;&amp;#93; GetMembers&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Reflection...&lt;br /&gt;GetMethod                      Method     System.Reflection.MethodInfo GetMethod&amp;#40;string name, System.Reflection.BindingFlags bindingAttr, System.R...&lt;br /&gt;GetMethods                     Method     System.Reflection.MethodInfo&amp;#91;&amp;#93; GetMethods&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Reflection...&lt;br /&gt;GetNestedType                  Method     type GetNestedType&amp;#40;string fullname, System.Reflection.BindingFlags bindingAttr&amp;#41;, type GetNestedType&amp;#40;stri...&lt;br /&gt;GetNestedTypes                 Method     type&amp;#91;&amp;#93; GetNestedTypes&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, type&amp;#91;&amp;#93; GetNestedTypes&amp;#40;&amp;#41;&lt;br /&gt;GetObjectData                  Method     System.Void GetObjectData&amp;#40;System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serializat...&lt;br /&gt;GetProperties                  Method     System.Reflection.PropertyInfo&amp;#91;&amp;#93; GetProperties&amp;#40;System.Reflection.BindingFlags bindingAttr&amp;#41;, System.Refle...&lt;br /&gt;GetProperty                    Method     System.Reflection.PropertyInfo GetProperty&amp;#40;string name, System.Reflection.BindingFlags bindingAttr, Syst...&lt;br /&gt;GetType                        Method     type GetType&amp;#40;&amp;#41;&lt;br /&gt;InvokeMember                   Method     System.Object InvokeMember&amp;#40;string name, System.Reflection.BindingFlags bindingFlags, System.Reflection.B...&lt;br /&gt;IsAssignableFrom               Method     bool IsAssignableFrom&amp;#40;type c&amp;#41;&lt;br /&gt;IsDefined                      Method     bool IsDefined&amp;#40;type attributeType, bool inherit&amp;#41;&lt;br /&gt;IsInstanceOfType               Method     bool IsInstanceOfType&amp;#40;System.Object o&amp;#41;&lt;br /&gt;IsSubclassOf                   Method     bool IsSubclassOf&amp;#40;type type&amp;#41;&lt;br /&gt;MakeArrayType                  Method     type MakeArrayType&amp;#40;&amp;#41;, type MakeArrayType&amp;#40;int rank&amp;#41;&lt;br /&gt;MakeByRefType                  Method     type MakeByRefType&amp;#40;&amp;#41;&lt;br /&gt;MakeGenericType                Method     type MakeGenericType&amp;#40;type&amp;#91;&amp;#93; instantiation&amp;#41;&lt;br /&gt;MakePointerType                Method     type MakePointerType&amp;#40;&amp;#41;&lt;br /&gt;ToString                       Method     string ToString&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;Comments: Not a real bug &amp;#40;thank goodness&amp;#41;</description><author>Jaykul</author><pubDate>Fri, 26 Apr 2013 02:19:21 GMT</pubDate><guid isPermaLink="false">Closed Issue: import-module ShowUI fails exception calling "FixSerialization" with "0" argument(s) [2113] 20130426021921A</guid></item><item><title>Edited Unassigned: Please delete this. [2115]</title><link>http://showui.codeplex.com/workitem/2115</link><description>Please delete this.&lt;br /&gt;</description><author>ALIENQuake</author><pubDate>Thu, 18 Apr 2013 10:35:08 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: Please delete this. [2115] 20130418103508A</guid></item><item><title>Edited Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115]</title><link>http://showui.codeplex.com/workitem/2115</link><description>Please delete this.&lt;br /&gt;</description><author>ALIENQuake</author><pubDate>Thu, 18 Apr 2013 10:34:30 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115] 20130418103430A</guid></item><item><title>Edited Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115]</title><link>http://showui.codeplex.com/workitem/2115</link><description>Hi,&lt;br /&gt;I&amp;#39;m facing this error when i try to run my app&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; Method invocation failed because &amp;#91;System.Windows.Window&amp;#93; doesn&amp;#39;t contain a method named &amp;#39;Item&amp;#39;.&lt;br /&gt;&amp;#62; At 5.ps1&amp;#58;758 char&amp;#58;35&lt;br /&gt;&amp;#62; &amp;#43; if &amp;#40;&amp;#36;TargetResolution -eq &amp;#36;null&amp;#41;&amp;#123; &amp;#36;TargetResolution &amp;#61; &amp;#36;DataHashTable.Item&amp;#40;&amp;#34;Targe ...&lt;br /&gt;&lt;br /&gt;Win7 x64&lt;br /&gt;PS 3.0&lt;br /&gt;.NET 4.5&lt;br /&gt;&lt;br /&gt;Maybe it&amp;#39;s common problem with PS 3.0 and NET 4.5 &amp;#63;&lt;br /&gt;&lt;br /&gt;Can somebody check what could be wrong with this code&amp;#58; &amp;#91;http&amp;#58;&amp;#47;&amp;#47;pastebin.com&amp;#47;jMx9yAa1&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;pastebin.com&amp;#47;jMx9yAa1&amp;#41;&lt;br /&gt;</description><author>ALIENQuake</author><pubDate>Thu, 18 Apr 2013 10:06:15 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115] 20130418100615A</guid></item><item><title>Created Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115]</title><link>http://showui.codeplex.com/workitem/2115</link><description>Hi,&lt;br /&gt;I&amp;#39;m facing this error when i try to run my app.&lt;br /&gt;&lt;br /&gt;Win7 x64&lt;br /&gt;PS 3.0&lt;br /&gt;.NET 4.5&lt;br /&gt;&lt;br /&gt;Maybe it&amp;#39;s common problem with PS 3.0 and NET 4.5 &amp;#63;&lt;br /&gt;&lt;br /&gt;Can somebody check what could be wrong with this code&amp;#58; &amp;#91;http&amp;#58;&amp;#47;&amp;#47;pastebin.com&amp;#47;jMx9yAa1&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;pastebin.com&amp;#47;jMx9yAa1&amp;#41;&lt;br /&gt;</description><author>ALIENQuake</author><pubDate>Thu, 18 Apr 2013 10:05:12 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Method invocation failed because [System.Windows.Window] doesn't contain a method named 'Item' [2115] 20130418100512A</guid></item><item><title>Commented Feature: Enable loading ShowUI from a UNC path [2096]</title><link>http://showui.codeplex.com/workitem/2096</link><description>Where I work I have multiple computers I use, so I try to always put my modules on a network share to make installation easier.  I found out when loading this, that ShowUI only works on a local drive.  On a network drive you get an error.  I&amp;#39;ve setup the security settings on my computer to trust the network location &amp;#40; through IE settings&amp;#41; and I do have other modules with compiled code working fine from the share.&lt;br /&gt;&lt;br /&gt;&amp;#36;Env&amp;#58;PSModulePath &amp;#43;&amp;#61; &amp;#39;&amp;#59;&amp;#92;&amp;#92;MyServer&amp;#92;MyShare&amp;#36;&amp;#92;MyData&amp;#92;Scripts&amp;#92;Modules&amp;#39;&lt;br /&gt;Import-Module ShowUI&lt;br /&gt;&lt;br /&gt;Set-Alias &amp;#58; Cannot bind argument to parameter &amp;#39;Name&amp;#39; because it is null.&lt;br /&gt;At &amp;#92;&amp;#92;MyServer&amp;#92;MyShare&amp;#36;&amp;#92;MyData&amp;#92;Scripts&amp;#92;Modules&amp;#92;ShowUI&amp;#92;ShowUI.psm1&amp;#58;94 char&amp;#58;20&lt;br /&gt;&amp;#43;     Set-Alias -Name &amp;#60;&amp;#60;&amp;#60;&amp;#60;  &amp;#36;ta.Noun -Value &amp;#34;&amp;#36;ta&amp;#34;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidData&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Set-Alias&amp;#93;, ParameterBindingValidationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.SetAliasCommand&lt;br /&gt;Comments: As the problem is &amp;#40;I think&amp;#41; only with the generated DLLs, I ended up copying the &amp;#92;GeneratedAssemblies to my C&amp;#58; drive &amp;#40;after generating...&amp;#41;, and changed 4 lines in ShowUI.psm1 to point to C&amp;#58; instead of &amp;#36;psScriptRoot.  This will not help your  &amp;#34;roaming&amp;#34; &amp;#40;actually, it would - but you&amp;#39;d have to remember to copy your pre-gens to each C&amp;#58; drive one time...&amp;#41;, Also, not sure if this might cause issues if some of your visited computers are .Net 3, or PS 1, etc. But should not be any worse than running the &amp;#40;potentially&amp;#41; &amp;#34;wrong&amp;#34; version from your user drive...&amp;#10;&amp;#10;Works for me because all of our &amp;#34;user&amp;#34; directories are on the network &amp;#40;so are backed up, and available for &amp;#34;roaming&amp;#34;&amp;#41;, and we&amp;#39;re all .Net 4, Win7, etc.. &amp;#40;As &amp;#92;WindowsPowershell is in the user directory, it is also &amp;#34;on the network&amp;#34;&amp;#41;.  &amp;#10;&amp;#10; I opted to --not-- do &amp;#34;the configuration change&amp;#34;, as this carte-blanche to load any DLL from anyplace looks like a major addition to our potential &amp;#34;attack surface&amp;#34; &amp;#40;which is likely why it is NOT the default... Not to mention that the aforementioned config file is in  a subdirectory of &amp;#92;Windows, from which we are precluded making any changes by group policy &amp;#40;or something -- can &amp;#34;edit&amp;#34; just fine, but can&amp;#39;t save...&amp;#41;.&amp;#10;&amp;#10;I think generating each time might be a little bit too slow - it already takes long enough just to load powershell. Perhaps you could just copy the pre-generated &amp;#92;GeneratedAssemblies directory to temp and --not-- re-generate each time&amp;#63;&amp;#10;&amp;#10;The lines I changed in ShowUI.psm1 are &amp;#40;commented out are originals&amp;#59; un-commented are replacements&amp;#58;&amp;#10;&amp;#10;&amp;#35;&amp;#36;CommandsPath &amp;#61; &amp;#34;&amp;#36;psScriptRoot&amp;#92;GeneratedAssemblies&amp;#92;ShowUI.CLR&amp;#36;&amp;#40;&amp;#36;psVersionTable.clrVersion&amp;#41;.dll&amp;#34;&amp;#10;&amp;#35;&amp;#36;CoreOutputPath &amp;#61; &amp;#34;&amp;#36;psScriptRoot&amp;#92;GeneratedAssemblies&amp;#92;ShowUICore.CLR&amp;#36;&amp;#40;&amp;#36;psVersionTable.clrVersion&amp;#41;.dll&amp;#34;&amp;#10;&amp;#36;CommandsPath &amp;#61; &amp;#34;C&amp;#58;&amp;#92;GeneratedAssemblies&amp;#92;ShowUI.CLR&amp;#36;&amp;#40;&amp;#36;psVersionTable.clrVersion&amp;#41;.dll&amp;#34;&amp;#10;&amp;#36;CoreOutputPath &amp;#61; &amp;#34;C&amp;#58;&amp;#92;GeneratedAssemblies&amp;#92;ShowUICore.CLR&amp;#36;&amp;#40;&amp;#36;psVersionTable.clrVersion&amp;#41;.dll&amp;#34;&amp;#10;&amp;#10;and&amp;#10;&amp;#10; &amp;#35;   Get-ChildItem &amp;#36;psScriptRoot&amp;#92;GeneratedAssemblies -Force -Recurse -Exclude &amp;#36;exclude -ErrorAction SilentlyContinue &amp;#124;&amp;#10; &amp;#35;       Remove-Item -Force -ErrorAction SilentlyContinue&amp;#10; &amp;#35;   Get-ChildItem &amp;#36;psScriptRoot&amp;#92;GeneratedCode  -Recurse -Force -Exclude &amp;#36;exclude -ErrorAction SilentlyContinue &amp;#124;&amp;#10; &amp;#35;       Remove-Item -Force -ErrorAction SilentlyContinue&amp;#10;     Get-ChildItem C&amp;#58;&amp;#92;GeneratedAssemblies -Force -Recurse -Exclude &amp;#36;exclude -ErrorAction SilentlyContinue &amp;#124;&amp;#10;        Remove-Item -Force -ErrorAction SilentlyContinue&amp;#10;    Get-ChildItem C&amp;#58;&amp;#92;GeneratedCode  -Recurse -Force -Exclude &amp;#36;exclude -ErrorAction SilentlyContinue &amp;#124;&amp;#10;        Remove-Item -Force -ErrorAction SilentlyContinue&amp;#10;&amp;#10;WASN&amp;#39;T sure about the output ones &amp;#40;maybe don&amp;#39;t require changes&amp;#63;&amp;#63;&amp;#63;&amp;#41;, and am not sure that other changes may be necessary &amp;#40;or these changes may cause other issues, etc.&amp;#41;, but it APPEARS to be working OK here.&amp;#10;&amp;#10;&amp;#10;</description><author>sholton</author><pubDate>Fri, 15 Mar 2013 19:14:45 GMT</pubDate><guid isPermaLink="false">Commented Feature: Enable loading ShowUI from a UNC path [2096] 20130315071445P</guid></item><item><title>Commented Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108]</title><link>http://showui.codeplex.com/workitem/2108</link><description>Import-Module ShowUI does not work on Windows 8&amp;#47;PowerShell 3.0&lt;br /&gt;&lt;br /&gt;On first load the function compiler runs and reports that it has completed - but it never terminates.  Terminating it manually leaves ShowUI in a non-usable state and subsequent &amp;#34;ipmo showui&amp;#34; attempts also fail.&lt;br /&gt;Comments: Hi, are there any updates on this&amp;#63; &amp;#10;&amp;#10;I have ShowUI working on boxes with PS 3 installed, but only by specifying PS 2 when executing a script. We are rolling out Server 2012 now, and they don&amp;#39;t have the earlier version so I would like to find a fix or work around if possible.&amp;#10;Thanks&amp;#10;</description><author>jamesheyes</author><pubDate>Fri, 15 Mar 2013 00:41:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Windows 8, PS v3.0 cannot load ShowUI  [2108] 20130315124138A</guid></item></channel></rss>