<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wpfinspector Issue Tracker Rss Feed</title><link>http://wpfinspector.codeplex.com/workitem/list/basic</link><description>wpfinspector Issue Tracker Rss Description</description><item><title>Created Issue: 64 bit Compatibility [1130]</title><link>http://wpfinspector.codeplex.com/workitem/1130</link><description>When I run the WPF inspector, it&amp;#39;s not listing the application running in 64bit mode&amp;#63;&lt;br /&gt;&lt;br /&gt;Are there any settings for attaching the applications under 64 bit  &amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>vonbalaji</author><pubDate>Fri, 22 Feb 2013 11:00:20 GMT</pubDate><guid isPermaLink="false">Created Issue: 64 bit Compatibility [1130] 20130222110020A</guid></item><item><title>Created Issue: Feature: Support for NotifyPropertyChanged [1067]</title><link>http://wpfinspector.codeplex.com/workitem/1067</link><description>Could be nice to have a feature where you would be able to see a log of INotifyPropertyChanged.PropertyChanged and INotifyCollectionChanged.CollectionChanged events raised by the DataContext.&lt;br /&gt;You should be able to see which property what was changed and which Action in the CollectionChanged event was performed &amp;#40;Add, Remove, Reset, Move&amp;#41;.&lt;br /&gt;</description><author>mbendtsen</author><pubDate>Tue, 02 Oct 2012 18:00:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Feature: Support for NotifyPropertyChanged [1067] 20121002060045P</guid></item><item><title>Created Issue: Elements tree display glitch [1054]</title><link>http://wpfinspector.codeplex.com/workitem/1054</link><description>When I&amp;#39;m selecting some element by Ctrl&amp;#43;LeftMouseButton element is focused in elements tree. Elements tree is expanded and scrolled to make selected element visible. But it is scrolled only vertically and if nesting is high, we can see just a blank view, because selected element is far to the right. I think elements tree content should be scrolled maximum to the right each time.&lt;br /&gt;</description><author>AccessD</author><pubDate>Fri, 14 Sep 2012 05:49:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Elements tree display glitch [1054] 20120914054906A</guid></item><item><title>Created Issue: Slight incompatibility with .Net 4.5 [1037]</title><link>http://wpfinspector.codeplex.com/workitem/1037</link><description>I realise nobody every claimed this would work with 4.5, but it doesn&amp;#39;t seem to be very far off and I&amp;#39;m going to miss this tool until it&amp;#39;s updated.&lt;br /&gt;&lt;br /&gt;After I select any UI element either in the tree or using Ctrl&amp;#43;click, I get at least 400 Resource not found warnings in my application.  These take a long time to run through, so it makes using the tool very slow.&lt;br /&gt;</description><author>hamish</author><pubDate>Mon, 20 Aug 2012 12:03:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Slight incompatibility with .Net 4.5 [1037] 20120820120357P</guid></item><item><title>Created Issue: Make readonly labeles copyable [925]</title><link>http://wpfinspector.codeplex.com/workitem/925</link><description>Readonly values on such tabs as Properties or DataContext can&amp;#39;t be copied&amp;#58; text can&amp;#39;t be selected, context menu contains no active items.&lt;br /&gt;Please change that.&lt;br /&gt;</description><author>abatishchev</author><pubDate>Thu, 26 Apr 2012 12:41:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Make readonly labeles copyable [925] 20120426124156P</guid></item><item><title>Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663]</title><link>http://wpfinspector.codeplex.com/workitem/663</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am running 0.9.9 and keep getting the &amp;#34;Trigger too complex to inspect&amp;#33;&amp;#34; exception when I try to inspect text blocks that have data triggers in their styles.  The styles are defined in a separate assembly and are referred to using &amp;#123;DynamicResource&amp;#125;.  Also the styles utilize inheritance via the BasedOn attribute.  The WPF inspector app crashes &amp;#58;-&amp;#40;&lt;br /&gt;Comments: ** Comment from web user: BLJ ** &lt;p&gt;We&amp;#39;re having the same issue.&lt;br /&gt;I&amp;#39;d be glad to provide additional information if needed.&lt;/p&gt;&lt;p&gt;Thank you for your time - and the great tool&amp;#33;&lt;/p&gt;</description><author>BLJ</author><pubDate>Tue, 27 Mar 2012 08:53:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663] 20120327085327A</guid></item><item><title>Created Issue: The tool always tries to attach the first WPF application in the list [836]</title><link>http://wpfinspector.codeplex.com/workitem/836</link><description>When you have many WPF applications opened, whatever application you select for inspection, WPF Inspector will always try attach to the first in the list.&lt;br /&gt;</description><author>Ucodia</author><pubDate>Tue, 03 Jan 2012 16:05:44 GMT</pubDate><guid isPermaLink="false">Created Issue: The tool always tries to attach the first WPF application in the list [836] 20120103040544P</guid></item><item><title>Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663]</title><link>http://wpfinspector.codeplex.com/workitem/663</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am running 0.9.9 and keep getting the &amp;#34;Trigger too complex to inspect&amp;#33;&amp;#34; exception when I try to inspect text blocks that have data triggers in their styles.  The styles are defined in a separate assembly and are referred to using &amp;#123;DynamicResource&amp;#125;.  Also the styles utilize inheritance via the BasedOn attribute.  The WPF inspector app crashes &amp;#58;-&amp;#40;&lt;br /&gt;Comments: ** Comment from web user: petunya ** &lt;p&gt;More Info --- this exception is preventing me from using the app almost entirely.  I hit it all the time.&lt;/p&gt;&lt;p&gt;System.IndexOutOfRangeException&lt;/p&gt;&lt;p&gt;   at ChristianMoser.WpfInspector.Services.Triggers.ConditionItem.GetPropertyFromIndex&amp;#40;Int32 index&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.Triggers.ConditionItem.HookBinding&amp;#40;&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.Triggers.ConditionItem..ctor&amp;#40;BindingBase binding, Object instance, Object value&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.Triggers.DataTriggerItem.&amp;#60;GetConditions&amp;#62;d__1.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1.InsertRange&amp;#40;Int32 index, IEnumerable&amp;#96;1 collection&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1.AddRange&amp;#40;IEnumerable&amp;#96;1 collection&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.Triggers.TriggerItemBase.Initialize&amp;#40;&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.Triggers.TriggerItemFactory.GetTriggerItem&amp;#40;TriggerBase trigger, FrameworkElement source, TriggerSource triggerSource&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.Services.StyleExplorer.StyleItem..ctor&amp;#40;Style style, FrameworkElement source, String name, String location, StyleScope scope&amp;#41;&lt;br /&gt;   at ChristianMoser.WpfInspector.UserInterface.Controls.PropertyItems.StylePropertyItem.LoadStyles&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Threading.ExceptionWrapper.InternalRealCall&amp;#40;Delegate callback, Object args, Int32 numArgs&amp;#41;&lt;br /&gt;   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen&amp;#40;Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler&amp;#41;&lt;br /&gt;   at System.Windows.Threading.DispatcherOperation.InvokeImpl&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext&amp;#40;Object state&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.runTryCode&amp;#40;Object userData&amp;#41;&lt;br /&gt;   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup&amp;#40;TryCode code, CleanupCode backoutCode, Object userData&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.RunInternal&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;   at System.Windows.Threading.DispatcherOperation.Invoke&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.ProcessQueue&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.WndProcHook&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;   at MS.Win32.HwndWrapper.WndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;   at MS.Win32.HwndSubclass.DispatcherCallbackOperation&amp;#40;Object o&amp;#41;&lt;br /&gt;   at System.Windows.Threading.ExceptionWrapper.InternalRealCall&amp;#40;Delegate callback, Object args, Int32 numArgs&amp;#41;&lt;br /&gt;   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen&amp;#40;Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.InvokeImpl&amp;#40;DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs&amp;#41;&lt;br /&gt;   at MS.Win32.HwndSubclass.SubclassWndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam&amp;#41;&lt;br /&gt;   at MS.Win32.UnsafeNativeMethods.DispatchMessage&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.PushFrameImpl&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.PushFrame&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;   at System.Windows.Threading.Dispatcher.Run&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Application.RunDispatcher&amp;#40;Object ignore&amp;#41;&lt;br /&gt;   at System.Windows.Application.RunInternal&amp;#40;Window window&amp;#41;&lt;br /&gt;   at System.Windows.Application.Run&amp;#40;Window window&amp;#41;&lt;br /&gt;   at System.Windows.Application.Run&amp;#40;&amp;#41;&lt;br /&gt;   at Schilling.Robotics.ROV.HMI.Shell.App.Main&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;HHProduction&amp;#92;Schilling.Robotics.Framework&amp;#92;Dev&amp;#92;Framework&amp;#92;Application_ROV&amp;#92;HMI&amp;#92;Shell&amp;#92;obj&amp;#92;x86&amp;#92;Debug&amp;#92;App.g.cs&amp;#58;line 52&lt;br /&gt;   at System.AppDomain._nExecuteAssembly&amp;#40;RuntimeAssembly assembly, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;   at System.AppDomain.ExecuteAssembly&amp;#40;String assemblyFile, Evidence assemblySecurity, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly&amp;#40;&amp;#41;&lt;br /&gt;   at System.Threading.ThreadHelper.ThreadStart_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx&amp;#41;&lt;br /&gt;   at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;   at System.Threading.ThreadHelper.ThreadStart&amp;#40;&amp;#41;&lt;/p&gt;</description><author>petunya</author><pubDate>Tue, 19 Jul 2011 22:35:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663] 20110719103540P</guid></item><item><title>Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663]</title><link>http://wpfinspector.codeplex.com/workitem/663</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am running 0.9.9 and keep getting the &amp;#34;Trigger too complex to inspect&amp;#33;&amp;#34; exception when I try to inspect text blocks that have data triggers in their styles.  The styles are defined in a separate assembly and are referred to using &amp;#123;DynamicResource&amp;#125;.  Also the styles utilize inheritance via the BasedOn attribute.  The WPF inspector app crashes &amp;#58;-&amp;#40;&lt;br /&gt;Comments: ** Comment from web user: petunya ** &lt;p&gt;Forgot to add, the data trigger binding uses a converter, in case that info helps.&lt;/p&gt;</description><author>petunya</author><pubDate>Tue, 19 Jul 2011 20:32:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Still getting "Trigger too complex to inspect!" crash message [663] 20110719083257P</guid></item><item><title>Created Issue: Still getting "Trigger too complex to inspect!" crash message [663]</title><link>http://wpfinspector.codeplex.com/workitem/663</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am running 0.9.9 and keep getting the &amp;#34;Trigger too complex to inspect&amp;#33;&amp;#34; exception when I try to inspect text blocks that have data triggers in their styles.  The styles are defined in a separate assembly and are referred to using &amp;#123;DynamicResource&amp;#125;.  Also the styles utilize inheritance via the BasedOn attribute.  The WPF inspector app crashes &amp;#58;-&amp;#40;&lt;br /&gt;</description><author>petunya</author><pubDate>Tue, 19 Jul 2011 20:30:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Still getting "Trigger too complex to inspect!" crash message [663] 20110719083048P</guid></item><item><title>Created Issue: Unreadable errors list [632]</title><link>http://wpfinspector.codeplex.com/workitem/632</link><description>Errors list can only display one line of text per error which makes it useless while error description is long.&lt;br /&gt;</description><author>RafalFurman</author><pubDate>Fri, 10 Jun 2011 15:00:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Unreadable errors list [632] 20110610030025P</guid></item><item><title>Commented Issue: The handle is invalid. [474]</title><link>http://wpfinspector.codeplex.com/workitem/474</link><description>When I try to attach the WPF Inspector to my 64bit framework 4.0 application it gives me the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;The handle is invalid.&lt;br /&gt;&lt;br /&gt;&amp;#40;Screenshot attached but in german language.&amp;#41;&lt;br /&gt;&lt;br /&gt;Kind Regards,&lt;br /&gt;&lt;br /&gt;J. H.&lt;br /&gt;Comments: ** Comment from web user: jhetzer ** &lt;p&gt;Hi Christian,&lt;/p&gt;&lt;p&gt;I found out that this problem is caused because I &amp;#34;just&amp;#34; start WPF Inspector.&lt;/p&gt;&lt;p&gt;If I start the WPF Inspector using right mouse click - &amp;#34;run as administrator&amp;#34; the error disappears.&lt;/p&gt;&lt;p&gt;KR,&lt;br /&gt;J. H.&lt;/p&gt;</description><author>jhetzer</author><pubDate>Wed, 23 Mar 2011 09:32:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: The handle is invalid. [474] 20110323093229A</guid></item><item><title>Commented Issue: The handle is invalid. [474]</title><link>http://wpfinspector.codeplex.com/workitem/474</link><description>When I try to attach the WPF Inspector to my 64bit framework 4.0 application it gives me the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;The handle is invalid.&lt;br /&gt;&lt;br /&gt;&amp;#40;Screenshot attached but in german language.&amp;#41;&lt;br /&gt;&lt;br /&gt;Kind Regards,&lt;br /&gt;&lt;br /&gt;J. H.&lt;br /&gt;Comments: ** Comment from web user: cmoser ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;thank you for the feedback. I tried to reproduce the problem, but on my machine it worked. &lt;br /&gt;Can you provide some more details about your system configuration. OS version, versions of VisualStudio and .NET runtimes installed&amp;#63; Or can you download the source code and try to debug the problem&amp;#63; This would help me the most.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Christian&lt;/p&gt;</description><author>cmoser</author><pubDate>Sun, 20 Mar 2011 20:50:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: The handle is invalid. [474] 20110320085052P</guid></item><item><title>Closed Issue: Can't select WPF application [489]</title><link>http://wpfinspector.codeplex.com/workitem/489</link><description>When multiple WPF applications are running, no matter wich one I select WPF Inspector attach itself to the first in the list&lt;br /&gt;Comments: &lt;p&gt;Fixed&lt;/p&gt;</description><author>cmoser</author><pubDate>Fri, 18 Mar 2011 17:47:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Can't select WPF application [489] 20110318054718P</guid></item><item><title>Commented Issue: Can't select WPF application [489]</title><link>http://wpfinspector.codeplex.com/workitem/489</link><description>When multiple WPF applications are running, no matter wich one I select WPF Inspector attach itself to the first in the list&lt;br /&gt;Comments: ** Comment from web user: cmoser ** &lt;p&gt;Added missing IsSynchronizedWithCurrentItem to application list&lt;br /&gt;&amp;#40;Revision 4734&amp;#41;&lt;/p&gt;</description><author>cmoser</author><pubDate>Fri, 18 Mar 2011 17:46:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can't select WPF application [489] 20110318054654P</guid></item><item><title>Created Issue: Can't select WPF application [489]</title><link>http://wpfinspector.codeplex.com/workitem/489</link><description>When multiple WPF applications are running, no matter wich one I select WPF Inspector attach itself to the first in the list&lt;br /&gt;</description><author>tbayart</author><pubDate>Thu, 17 Mar 2011 10:46:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't select WPF application [489] 20110317104655A</guid></item><item><title>Created Issue: The handle is invalid. [474]</title><link>http://wpfinspector.codeplex.com/workitem/474</link><description>When I try to attach the WPF Inspector to my 64bit framework 4.0 application it gives me the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;The handle is invalid.&lt;br /&gt;&lt;br /&gt;&amp;#40;Screenshot attached but in german language.&amp;#41;&lt;br /&gt;&lt;br /&gt;Kind Regards,&lt;br /&gt;&lt;br /&gt;J. H.&lt;br /&gt;</description><author>jhetzer</author><pubDate>Fri, 11 Mar 2011 12:32:49 GMT</pubDate><guid isPermaLink="false">Created Issue: The handle is invalid. [474] 20110311123249P</guid></item></channel></rss>