<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Transitionals</title><link>http://www.codeplex.com/transitionals/Project/ProjectRss.aspx</link><description>Transitionals is a framework for building and using WPF transitions which provide an easy way to switch between UI views in a rich and animated way. Think of transitions for applications in the sam...</description><item><title>New Post: TransitionConverter cannot convert from Type System.String</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=31257</link><description>&lt;div style="line-height: normal;"&gt;Hello Haider. I beleive your issue is related to &lt;a href="http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=31118"&gt;this one&lt;/a&gt;. Please open an issue in the issue tracker with steps to reproduce and I'll take a look later this week. I believe this is due to a limitation in the transition converter, but I'm not exactly sure why that's being called when you're specifically stating the FadeTansition. Will have to look more into it.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Jared
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Wed, 16 Jul 2008 14:28:14 GMT</pubDate><guid isPermaLink="false">New Post: TransitionConverter cannot convert from Type System.String 20080716022814P</guid></item><item><title>New Post: TransitionConverter and custom transition types</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=31118</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
steve_baker wrote:&lt;br&gt;
I have used the tab control implementation I found here:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
Hey Steve, thanks for your note. Any chance you could document this as an issue in the issue tracker? That way it will show up in Visual Studio as&amp;nbsp;a task item for the project. As much information as possible to reproduce the error is appreciated. I hope to spend some time on Transitionals later this week and will have a chance to look at it.
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Wed, 16 Jul 2008 14:25:18 GMT</pubDate><guid isPermaLink="false">New Post: TransitionConverter and custom transition types 20080716022518P</guid></item><item><title>New Post: TransitionConverter cannot convert from Type System.String</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=31257</link><description>&lt;div style="line-height: normal;"&gt;I get this error in design mode and then the designer never lets you see the Window/Page because error comes whenever you try to reload the designer. In the TransitionConverter's ConvertFrom function I placed a message box to prompt if value is null and display it's type if it is not null. Then when I reloaded the deigner it showed me 3 or 4 messageboxes with all showing data type System.String (which is supported by converter) but in the end a null object prompt. After that the designer reports the error mentioned in subject and the Window gets unloaded in design mode.&lt;br&gt;
&lt;br&gt;
Can you please help what should be the behavior when null object is passed? Currently you have called the base.ConvertFrom method due to which i think this error is coming. Or should the null object never be passed? I dont know who is passing this null object. I've just set this&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataTemplate&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;t:TransitionElement Content=&amp;quot;{Binding}&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;t:TransitionElement.Transition&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;trans:FadeTransition Duration=&amp;quot;0:0:0.5&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/t:TransitionElement.Transition&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/t:TransitionElement&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataTemplate&amp;gt;&lt;br&gt;
&lt;br&gt;
as the ContentTemplate of a TabControl.&lt;br&gt;
&lt;/div&gt;</description><author>HaiderMalik</author><pubDate>Thu, 10 Jul 2008 13:47:50 GMT</pubDate><guid isPermaLink="false">New Post: TransitionConverter cannot convert from Type System.String 20080710014750P</guid></item><item><title>New Post: TransitionConverter and custom transition types</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=31118</link><description>&lt;div style="line-height: normal;"&gt;I have used the tab control implementation I found here:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.hardcodet.net/2008/05/wpf-tab-effects-with-transitionals"&gt;http://www.hardcodet.net/2008/05/wpf-tab-effects-with-transitionals&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
when I use this xaml from the sample at that site:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&lt;span class=rem&gt;&lt;span style="color:#008000"&gt;&amp;lt;!– the data template binds the content to a transition element –&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;DataTemplate&lt;/span&gt;&lt;/span&gt; &lt;span class=attr&gt;&lt;span style="color:#ff0000"&gt;x:Key&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff"&gt;&lt;span class=kwrd&gt;=”TabTemplate”&lt;/span&gt;&lt;span class=kwrd&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;t:TransitionElement&lt;/span&gt;&lt;/span&gt; &lt;span class=attr&gt;&lt;span style="color:#ff0000"&gt;Content&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff"&gt;&lt;span class=kwrd&gt;=”{Binding}”&lt;/span&gt;&lt;span class=kwrd&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=rem&gt;&lt;span style="color:#008000"&gt;&amp;lt;!– rotate tab contents –&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;t:TransitionElement.Transition&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;trans:RotateTransition&lt;/span&gt;&lt;/span&gt; &lt;span class=attr&gt;&lt;span style="color:#ff0000"&gt;Duration&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;=”0:0:1.500″&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=attr&gt;&lt;span style="color:#ff0000"&gt;Angle&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;=”90″&lt;/span&gt;&lt;/span&gt; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;t:TransitionElement.Transition&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;t:TransitionElement&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span class=html&gt;&lt;span style="color:#800000"&gt;DataTemplate&lt;/span&gt;&lt;/span&gt;&lt;span class=kwrd&gt;&lt;span style="color:#0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
It breaks the vs.net 2008 designer and i get an error stating that TransitionConverter cannot convert the transition type.&amp;nbsp;I debugged in and found that&amp;nbsp;i had to add code to strip the namespace off the string being&amp;nbsp;passed to the TransitionConverter.ConvertFrom function&amp;nbsp;just to get it to work properly. All that is fine and dandy but now I have written a custom Transition and am having problems finding a good way to get it working.&lt;br&gt;
&lt;br&gt;
I tried writing a custom TypeConverter and Attributing the CustomTransistion with it, but the vs.net designer still calls the TransitionConverter instead :(&lt;br&gt;
&lt;br&gt;
I think ideally the best way to go anyway is to come up with a better implementation for the TransitionConverter, as stated in the comments:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#008000"&gt;// TODO: The implementation of this class is too restrictive. Does not easily support adding new&amp;nbsp;&lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:13px;color:#008000"&gt;// transitiosn to the core and does not support transitions outside of this project.
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;I would be more than happy to implement something more robust if someone could help me come up with a good idea for making it extensible enough to allow for custom transitions.&lt;br&gt;
&lt;br&gt;
Any thoughts?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Steve &lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>steve_baker</author><pubDate>Tue, 08 Jul 2008 23:41:30 GMT</pubDate><guid isPermaLink="false">New Post: TransitionConverter and custom transition types 20080708114130P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the update.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Your suggestion of using a snapshot is fine for what I am doing.  I just wanted to make sure that a reproducible example of the bug is not lost by getting around the problem.  It is always better to drive to the actual problem and fix it then to do a workaround and lose reproducibility of the error.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;As always the intent is to make the product the best that it can be.  Again, tell them thanks, and if it really is a framework bug, make sure you get an honorable mention for it. &amp;lt;grin&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Paul&lt;/div&gt;&lt;/div&gt;</description><author>pmont</author><pubDate>Wed, 02 Jul 2008 00:33:25 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080702123325A</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Well, the good news is that I have an update. The bad news is that it doesn't resolve much. I don't want to post Brendens e-mail verbatum, but I will relay the key points.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;“I’ve verified that the DX runtime has no impact for me. … It seems like there is definitely a bug in the framework, and the bad news is that we closed up shop on 3.5 SP1 a couple weeks ago so there won’t be a fix until the next release at minimum.&amp;nbsp; I’ll open a bug on the issue so that we can track it.”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Without going into too much detail at this point Benden believes there is a timing issue between the managed layer and the unmanaged DirectX. Timing issues could explain why new drivers or the new DX installer seems to fix things for some people. He goes on:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;“I have one idea for a workaround so far. The transitions seem to work fine if you use &lt;i&gt;only&lt;/i&gt; VisualBrushes as the content of the TransitionElement during the transition.&amp;nbsp; As you stated on your forum post, the issue only occurs when you have a VisualBrush of the visual rendering somewhere, the visual has no parent Visual, and then you set the TransitionElement.Content to that visual.&amp;nbsp; I changed the code in TxnPanel.cs :: OnListBoxItemSelected to something like this:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rectangle rect = new Rectangle();&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rect.Height = v.Element.RenderSize.Height;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rect.Width = v.Element.RenderSize.Width;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rect.Fill = v.vBrush;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; te.Content = rect;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;However, with only a VisualBrush there you won’t get things like hit-testing, which I’m sure you’d want.&amp;nbsp; You could work around that by then using the TransitionEnded callback so that TxnPanel or any other consumer can swap in and out the TransitionElement and the real content, i.e. detect a change -&amp;gt; swap old content and TE -&amp;gt; set TE.content to new content -&amp;gt; on callback swap TE and new content.&amp;nbsp; That way hit-testing and input would be live at any point, except during the transition. …”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="color:#1f497d"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Brenden did say he planned to work with others on his team who had been out to try and find a better work-around.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;I’m going to look more into his suggestions but I want to be completely honest that I might not have any time to seriously look at it until the 18&amp;lt;SUP&amp;gt;th&amp;lt;/SUP&amp;gt;. I’ve got some time blocked off on my calendar then.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;If any of you have a chance to look at this in the mean time and have your own suggestions to make, please do so. This may be as simple as having the content always parented by the TxnPanel or may be as complex as swapping things in and out of the view. I don’t personally feel that hit testing is important &lt;i&gt;during&lt;/i&gt; the transition (of course it is before and after). If anyone feels that proper hit testing is important &lt;i&gt;during&lt;/i&gt; the transition please let me know as that might have a big impact on the bug fix. Please cite examples as to when you’d need this functionality, and thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Jared&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Tue, 01 Jul 2008 21:30:41 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080701093041P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;Jared, &lt;br&gt;
&lt;br&gt;
Any updates?&amp;nbsp; And to answer the above question, I have not installed the DirectX End User Runtime on the systems I have access to.&lt;br&gt;
&lt;br&gt;
Again, thanks for the effort, and tell the other guys working on it thanks too.&lt;br&gt;
Paul
&lt;/div&gt;</description><author>pmont</author><pubDate>Tue, 01 Jul 2008 20:19:42 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080701081942P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;Thanks&amp;nbsp;renzska for that info. Have any of the others in this thread tried running the latest DirectX End User Runtime installer to see if it resolves the issue for you? Obviously this is not the ideal resolution and I'm still working with the WPF team to track it down.&lt;br&gt;
&lt;br&gt;
Both&amp;nbsp;Gerhard Schneider and&amp;nbsp;Brendan Clark are looking at it in their spare time. On Wednesday Brendan thought he'd found it. He thought the way the visual tree was being modified in change events firing from DisconnectedUIElementCollection were part of the problem. There were asserts there, but he later decided that wasn't the root cause. He's going to debug against checked binaries to see if he can track it further, but he didn't think the version of the DirectX runtime would matter. If we have several people that have run the new web installer and it's caused the issue to go away I'd certainly like to send that feedback on.&lt;br&gt;
&lt;br&gt;
Finally, I'd like to point out one work-around. This problem only occurs when &lt;em&gt;two&lt;/em&gt;&amp;nbsp;circumstances are true:&lt;br&gt;
&lt;br&gt;
&lt;ol&gt;
    &lt;li&gt;The actual visual is not in any visual tree until it gets shown in the transition panel.&lt;/li&gt;
    &lt;li&gt;There is a VisualBrush of the visual elsewhere in the visual tree at all times.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you change either of those then I think you can work around the issue. My first thought is can you get by with just a snapsot of the visual instead of a live VisualBrush? Not as glamerous and certainly doesn't work for video, but it's a thought.&lt;br&gt;
&lt;br&gt;
Sorry guys, I know this isn't ideal and I know it's taking a long time to get resolved but know we've got the best people posible looking at this as they can.&lt;/p&gt;
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Sun, 22 Jun 2008 15:50:22 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080622035022P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;One of my users of &lt;a href="http://www.muvundercover.com"&gt;MuvUnder Cover&lt;/a&gt;&amp;nbsp;was getting the same error related to the&amp;nbsp;&lt;span style="font-size:13px;color:#008000;font-family:Courier New"&gt;System.Windows.Media.MediaContext.NotifyPartitionIsZombie&lt;/span&gt; call.&amp;nbsp; They already had Vista SP1 and .NET 3.5 installed so the transparency hotfix didn't apply.&lt;br&gt;
&lt;br&gt;
Having them run the&amp;nbsp;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3&amp;displaylang=en"&gt;DirectX End-User Runtime Web Installer&lt;/a&gt;, as mentioned at&amp;nbsp;&lt;span style="text-decoration:underline"&gt;&lt;span style="color:#800080"&gt;http://forums.msdn.microsoft.com/en-US/wpf/thread/446f5f1c-4a0b-4479-b4ac-605d3c96d90b&lt;/span&gt;&lt;/span&gt;&amp;nbsp;fixed the issue for them.&amp;nbsp; The problem for me is that my program was written against .NET 3.5 which is already a 30MB+ download depending on their OS and the&amp;nbsp;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3&amp;displaylang=en"&gt;DirectX End-User Runtime Web Installer&lt;/a&gt;&amp;nbsp;is an additional&amp;nbsp;22 KB - 61.2 MB (from there site, though on my VM it was about 60MB), which means to install my program and to avoid any possibility of that error would require 90-120MB of downloads for the user...obviously something I'd like to avoid.&lt;br&gt;
&lt;br&gt;
Is there any idea exactly what file is causing the issue and is getting updated when the&amp;nbsp;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3&amp;displaylang=en"&gt;DirectX End-User Runtime Web Installer&lt;/a&gt;&amp;nbsp;is run and is there anyway we could get a hotfix for just that file, or files if it's more than one?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
&lt;a href="http://www.muvenum.com"&gt;MuvEnum&lt;/a&gt;&lt;br&gt;
&lt;a href="http://forums.msdn.microsoft.com/en-US/wpf/thread/446f5f1c-4a0b-4479-b4ac-605d3c96d90b"&gt;&lt;br&gt;
&lt;/a&gt;
&lt;/div&gt;</description><author>renzska</author><pubDate>Wed, 18 Jun 2008 05:56:51 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080618055651A</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
jaredbienz wrote:&lt;br&gt;
Gerhard was VERY kind and willing to take a look. He said it will at least be later Monday before he has a chance. I'll keep you posted. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Tell him thanks from all of us.&lt;br&gt;
&lt;br&gt;
When one has a repeatable bug, I always try to take it to its solution.&amp;nbsp; You never know when one might be able to find it again.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
I still bet on it being a bug in something I am doing &amp;lt;grin&amp;gt;&amp;nbsp; Framework bugs are few and far between, and the last thing I would figure a bug is in.&amp;nbsp; On second thought, compiler bugs are after that. &amp;lt;grin&amp;gt;
&lt;/div&gt;</description><author>pmont</author><pubDate>Sat, 14 Jun 2008 14:28:55 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080614022855P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;Gerhard was VERY kind and willing to take a look. He said it will at least be later Monday before he has a chance. I'll keep you posted.
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Sat, 14 Jun 2008 00:42:16 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080614124216A</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;This issue is certainly deeper than the Transitionals framework itself, though I'm having trouble replicating it in a stand-alone application. The root cause is from a fun little line of code called&amp;nbsp;&lt;span style="font-size:13px;color:#008000;font-family:Courier New"&gt;System.Windows.Media.MediaContext.NotifyPartitionIsZombie&lt;/span&gt;. After doing some research I found these related forum posts:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://forums.msdn.microsoft.com/en/wpf/thread/f3fc5b7e-e035-4821-908c-b6c07e5c7042/"&gt;http://forums.msdn.microsoft.com/en/wpf/thread/f3fc5b7e-e035-4821-908c-b6c07e5c7042/&lt;/a&gt;&lt;br&gt;
&lt;a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=321955"&gt;http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=321955&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
When this error shows up it seems to do with the current graphics card drivers. (NOT a good thing to have to worry about right?)&lt;br&gt;
&lt;br&gt;
I've reached out to&amp;nbsp;Gerhard Schneider&amp;nbsp;see if he'll graciously assist us, but honestly this is a bit beyond me. If Gerhard can't help I'll try and ask a broader group.
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Fri, 13 Jun 2008 23:38:41 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080613113841P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
jaredbienz wrote:&lt;br&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;I just wanted to let you guys know that I am looking into this. I literally don’t have a one hour block of free time until July 17th so I’m trying to squeeze this in between calls, etc.&lt;br&gt;
&lt;/span&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
What I’ve found so far is that this is due to a problem with VisualBrush. In fact, I think you might have found a bug in the framework itself. I’m trying to reproduce the issue without Transitionals in the picture, but here’s what I think happens:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;br&gt;
&lt;/div&gt;
You are the man.&amp;nbsp; Again thanks for taking the time with this, and for the work you have done to get Transitionals up here.&lt;br&gt;
&lt;br&gt;
Paul&lt;br&gt;
&lt;/div&gt;</description><author>pmont</author><pubDate>Wed, 11 Jun 2008 15:26:25 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080611032625P</guid></item><item><title>New Post: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;I just wanted to let you guys know that I am looking into this. I literally don’t have a one hour block of free time until July 17th so I’m trying to squeeze this in between calls, etc.&lt;br&gt;
&lt;/span&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
What I’ve found so far is that this is due to a problem with VisualBrush. In fact, I think you might have found a bug in the framework itself. I’m trying to reproduce the issue without Transitionals in the picture, but here’s what I think happens:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
Transitionals takes whatever element you have and makes a VisualBrush of it before it starts animating (Transition.cs line 146). Then we say that the brush should be cached unless the visuals size crosses a threshold (Transition.cs line 149). My guess is that the animations that work are OK because the animation they do does not cause the threshold to be crossed. The other ones cause the threshold to be crossed and the VisualBrush has to be reevaluated. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
Now, this is normally not a problem, but I think it MIGHT be a problem when you have another VisualBrush attached (the one you’ve got in your ListBox). The error that gets thrown is actually a memory access exception in COM! I’d bet that this is happening when DirectX is trying to evaluate the surface that represents the VisualBrush. If you use only ONE VisualBrush (either in TransitionBox OR in your Menu) everything is OK. It’s when attach two VisualBrushes to the element that’s when we get the crash.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri"&gt;&lt;br&gt;
So, anyway, I’ve got some more research to do. I can turn off caching and see if that fixes it. Or maybe there’s an option to take a snapshot of the visual and use that instead of a VisualBrush. Of course, if it’s a video or something that updates frequently it will look funny. I’ve still got some research to do but I wanted to let you guys know where I was at.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Wed, 11 Jun 2008 14:09:11 GMT</pubDate><guid isPermaLink="false">New Post: InvalidOperationException 20080611020911P</guid></item><item><title>New Post: Enable / Disable transitions</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=29284</link><description>&lt;div style="line-height: normal;"&gt;P.S. Performance was one of the major reasons I wanted to get this out to the public. Keep in mind that all of these transitions were created for Acropolis in it's early CTP stages. If Acropolis had ever been taken to market I'm qutie sure someone would have spent some time looking into improving the performance. Unfortunately this may be a little beyond me (especially some of the&amp;nbsp;3D ones) so anyone that wants to help in this area is very welcome.
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Tue, 10 Jun 2008 13:53:49 GMT</pubDate><guid isPermaLink="false">New Post: Enable / Disable transitions 20080610015349P</guid></item><item><title>New Post: Enable / Disable transitions</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=29284</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
MooseTaylor wrote:&lt;br&gt;
Hi Jared, my reason for asking for an option to disable the transition is for users on lower spec machines. I'm writting an app that produces a WPF powerpoint slide presentation. On hi-end machines, the transitions look really good and add to the presentation, but on some laptops (single core), the performance gets in the way of the presentation.&lt;br&gt;
&lt;br&gt;
It would be useful to disable (without destroying) the transition.&lt;br&gt;
&lt;br&gt;
p.s. Really like the library...great work. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
I've added a feature request to the issue tracker for this. I can't promise when I'll get it in but it's not a huge thing to implement. For now, you &lt;em&gt;should&lt;/em&gt; be able to just set the TransitionElement.Transition to null and it should work as requested. The reason I still think an 'Enabled' property would be nice to have is beause &lt;strong&gt;bool&lt;/strong&gt; is easier to data bind to a checkbox or configuration setting that &lt;strong&gt;Transition&lt;/strong&gt; is.
&lt;/div&gt;</description><author>jaredbienz</author><pubDate>Tue, 10 Jun 2008 13:50:58 GMT</pubDate><guid isPermaLink="false">New Post: Enable / Disable transitions 20080610015058P</guid></item><item><title>Created Feature: Enabled Property for TransitionElement</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=2339</link><description>Would be nice to temporarily or perminantly disable transitions based on machine spec for example. This can be accomplished by setting the transition to Null, but it&amp;#39;s not as easily data bindable.&lt;br /&gt;</description><author>jaredbienz</author><pubDate>Tue, 10 Jun 2008 13:48:46 GMT</pubDate><guid isPermaLink="false">Created Feature: Enabled Property for TransitionElement 20080610014846P</guid></item><item><title>New Post: Enable / Disable transitions</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=29284</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
MooseTaylor wrote:&lt;br&gt;
Hi Jared, my reason for asking for an option to disable the transition is for users on lower spec machines. I'm writting an app that produces a WPF powerpoint slide presentation. On hi-end machines, the transitions look really good and add to the presentation, but on some laptops (single core), the performance gets in the way of the presentation.&lt;br&gt;
&lt;br&gt;
It would be useful to disable (without destroying) the transition.&lt;br&gt;
&lt;br&gt;
p.s. Really like the library...great work. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Why not try to create a transition that simply switches the two views?&amp;nbsp; No effects.&amp;nbsp; Set the TransitionElelement to that transition when you determine you are on a box that is low power?&amp;nbsp; Then set it to the other transitions when it is running on the high power box.
&lt;/div&gt;</description><author>pmont</author><pubDate>Tue, 10 Jun 2008 11:36:24 GMT</pubDate><guid isPermaLink="false">New Post: Enable / Disable transitions 20080610113624A</guid></item><item><title>New Post: Enable / Disable transitions</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=29284</link><description>&lt;div style="line-height: normal;"&gt;Hi Jared, my reason for asking for an option to disable the transition is for users on lower spec machines. I'm writting an app that produces a WPF powerpoint slide presentation. On hi-end machines, the transitions look really good and add to the presentation, but on some laptops (single core), the performance gets in the way of the presentation.&lt;br&gt;
&lt;br&gt;
It would be useful to disable (without destroying) the transition.&lt;br&gt;
&lt;br&gt;
p.s. Really like the library...great work.
&lt;/div&gt;</description><author>MooseTaylor</author><pubDate>Tue, 10 Jun 2008 10:24:06 GMT</pubDate><guid isPermaLink="false">New Post: Enable / Disable transitions 20080610102406A</guid></item><item><title>NEW POST: InvalidOperationException</title><link>http://www.codeplex.com/transitionals/Thread/View.aspx?ThreadId=28563</link><description>&lt;div style="line-height: normal;"&gt;quad?  I go for at least five.   I have no idea want went wrong, but I hope it doesnt do it again. &amp;lt;grin&amp;gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
jaredbienz wrote:&lt;br&gt;
&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
pmont wrote:&lt;br&gt;
&lt;p&gt;thanks, at least I know it isnt only my code. &amp;lt;grin&amp;gt;&lt;/p&gt;
&lt;p&gt;I am pretty sure it occurs on the EndTransition, I see the transition occur, and then the exception.  More digging will be required.&lt;br&gt;
&lt;br&gt;
pmont.&lt;/p&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
MooseTaylor wrote:&lt;br&gt;
I'm having exactly the same issue, I've got a listbox bound to the visuals of the content I want to show. Some of the transitions work, but most blow up (but not the explosion which is ironic) &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Woah, what happened there with the quad post?&lt;br&gt;
&lt;br&gt;
I'll be happy to take a look at it but I'm a bit booked up today. If I PM you with my e-mail address can you send me some sample code that reproduces the issue? &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>pmont</author><pubDate>Mon, 09 Jun 2008 14:11:03 GMT</pubDate><guid isPermaLink="false">NEW POST: InvalidOperationException 20080609021103P</guid></item></channel></rss>