<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/rss"></atom:link>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 Forums - Tech Off</title>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff</link>
    </image>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff</link>
    <language>en</language>
    <pubDate>Sun, 19 May 2013 05:38:14 GMT</pubDate>
    <lastBuildDate>Sun, 19 May 2013 05:38:14 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>0</c9:totalResults>
    <c9:pageCount>0</c9:pageCount>
    <c9:pageSize>0</c9:pageSize>
    <item>
      <title>ListView Items </title>
      <description><![CDATA[<p>in asp.net there was a listview iwth items</p><p>&nbsp;</p><p>&lt;listview item value = &quot;Alex&quot; text=&quot;alex&quot; /&gt;</p><p>&nbsp;</p><p>where is the text property of the listview item... so many changes</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/ListView-Items</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/ListView-Items</link>
      <dc:creator>Squackles14</dc:creator>
      <pubDate>Sun, 19 May 2013 05:35:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/ListView-Items</guid>
    </item>
    <item>
      <title>Secure videos for Win8 app</title>
      <description><![CDATA[<p>I have an app I am writing and I need to make sure the videos I am using can only be viewed and accessed by the users how have paid for that part of the app.</p><p>What would be my best bet? Azure or something else? And if Azure what part of Azure would I use?</p><p>Thanks in advance.</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Secure-videos-for-Win8-app</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Secure-videos-for-Win8-app</link>
      <dc:creator>Dirtbagg</dc:creator>
      <pubDate>Fri, 10 May 2013 00:06:31 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Secure-videos-for-Win8-app</guid>
    </item>
    <item>
      <title>Problem drawing visuals and controls on canvas</title>
      <description><![CDATA[<p>Hello,</p><p><br>I am working on&nbsp; a program to allow users to draw objects on a screen. It needs to do this through code, not XAML. I have a class inheriting Canvas that implements protected functions like, AddVisualChild, AddLogicalChild, RemoveVisualChild, RemoveLogicalChild. These methods can only be accessed by an inheriting class - if I use the Canvas object instead of the subclass, these methods cannot be accessed. My class will draw lines, curves and other Visuals. But I want to also add a TextBox into which the user can type directly, which I haven't been able to do. If I create an instance of TextBox and add it the children of the my subclass, the textbox does not appear. I've verified that it's there in debug mode and using Snoop. Is there a property I need to set. Setting Visibility and ZIndex do nothing.<br><br>If i create a Canvas (not an instance of my DrawingCanvas class) in XAML and put a TextBox under it, it appears fine. But if I try to add a Visual in code to the Canvas using<br><br><pre class="brush: text">theCanvas.Children.Add(myVisual)</pre><br><br>it says: &quot;cannot be converted to 'System.Windows.UIElement'. I apparently need to subclass Canvas (or Panel or UIElement) to override protected functions, like &quot;AddVisualChild&quot;. It's a Catch 22: if I use a Canvas, I can't draw visuals, if I use my derived class, DrawingCanvas, added controls are invisible. <br><br>If I use an actual Canvas in XAML, I can add the textbox in code using<br><br><pre class="brush: text">theCanvas.Children.Add(myTextBox)</pre><br><br>I am looking for either a solution that gets all the functionality of the protected methods of Canvas, or a solution that makes TextBox visible in my derived class.</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Problem-drawing-visuals-and-controls-on-canvas</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Problem-drawing-visuals-and-controls-on-canvas</link>
      <dc:creator>anaximander</dc:creator>
      <pubDate>Sat, 18 May 2013 22:19:46 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Problem-drawing-visuals-and-controls-on-canvas</guid>
    </item>
    <item>
      <title>.Net Remoting question - How do you disconnect!!??</title>
      <description><![CDATA[<p>OK previously I asked about WCF but I had to revert to .Net remoting for a reason that's too long to explain here.</p><p>Anyway, everything works well except... I' can't figure out how to disconnect from the client side. Specifically, I'm following the pattern where the server/client shares a common interface declaration, and there is no shared DLL. However on the client side, I have a reference to the interface, but since it isn't derived from MarshalByRefObject, I can't figure out how to initiate a clean disconnect from the client side.</p><p>On the client, I'm doing this:</p><p><pre class="brush: csharp">var channel = new TcpClientChannel();
var url = &quot;tcp://&quot; &#43; ipAddress.ToString() &#43; &quot;:&quot; &#43; port.ToString() &#43; &quot;/MyService&quot;;

ChannelServices.RegisterChannel(channel, false);

var remoteApi = (IMyInterface)Activator.GetObject(typeof(IMyInterface), url);
</pre></p><p>Anyone have an idea?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect</link>
      <dc:creator>BitFlipper</dc:creator>
      <pubDate>Tue, 07 May 2013 20:26:44 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect</guid>
    </item>
    <item>
      <title>Create images that fly out in blend</title>
      <description><![CDATA[<p>Hello,</p><p>I am a developer with no prior knowledge or experience with blend and I am having a really hard time trying to utilize it with my app. I am making a game in windows 8 and so far everything works but I am having a hard time with the game animations that I am creating in blend.&nbsp;</p><p>What I am making is box that will have images fly out of it while the user tries to click on each image to transform it to something else. So far I have the code to transform the image which is this:</p><p><pre class="brush: csharp">Image1.Visibility = Visibility.Visible;
Image2.Visibility = Visibility.Collapsed;</pre></p><p>And in blend I can make the animation to make the images fly up but how would I go about making a ton of them come from below the frame of the page -&gt; out of the box -&gt; into the air so the user can hit them to transform?</p><p>Any help would be great guys!</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Create-images-that-fly-out-in-blend</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Create-images-that-fly-out-in-blend</link>
      <dc:creator>sastokes</dc:creator>
      <pubDate>Mon, 13 May 2013 02:55:13 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Create-images-that-fly-out-in-blend</guid>
    </item>
    <item>
      <title>Getting current method name in C# similar to __FUNCTION__ in C</title>
      <description><![CDATA[<p>Is it possible to get the current method name in C# similar like you can get the current function name in C/C&#43;&#43; using&nbsp;__FUNCTION__?</p><p>I tried to do this once with reflection but I couldn't figure out how to do it.</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C</link>
      <dc:creator>BitFlipper</dc:creator>
      <pubDate>Sun, 05 May 2013 21:13:01 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C</guid>
    </item>
    <item>
      <title>How to find out list of ETW providers in Windows Phone 8 and how to enable/disable extract ETL?</title>
      <description><![CDATA[<p>Hi,</p><p>I have few queries on Windows Phone 8 &#43; ETW logging as Windows phone 8 is built makes use of NT kernel, I am expecting the ETW logging feature also must be available. Is that true? If so is there any application that can act as controller? like xperf.exe? Also how do I get list of available/supported providers on Windows phone 8?</p><p>Thanks</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-find-out-list-of-ETW-providers-in-Windows-Phone-8-and-how-to-enabledisable-extract-ETL</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-find-out-list-of-ETW-providers-in-Windows-Phone-8-and-how-to-enabledisable-extract-ETL</link>
      <dc:creator>milindvk</dc:creator>
      <pubDate>Tue, 02 Apr 2013 15:12:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-find-out-list-of-ETW-providers-in-Windows-Phone-8-and-how-to-enabledisable-extract-ETL</guid>
    </item>
    <item>
      <title>How to call driver IOCTL from Windows Service?</title>
      <description><![CDATA[<p>Hi,</p><p>I am implementing a windows service. The service handles PRESHUTDOWN notification from service control manager. Notification is being received while the device goes to shutdown. Now I need to access a particular driver on receiving the this notification.&nbsp;</p><p>I am using CreateFile() API to get handle to the driver and send an IOCTL using the handle. But I am getting an error from CreateFile() (error code 2;parameter invalid). But same procedure works when I move the driver access code to a stand alone application.</p><p>Is there a limitation that services cannot access driver with CreateFile? (<a href="http://stackoverflow.com/questions/8263380/send-ioctl-to-windows-device-driver-createfile-fails">http://stackoverflow.com/questions/8263380/send-ioctl-to-windows-device-driver-createfile-fails</a>)</p><p>How this can be avoided?&nbsp;</p><p>Thanks</p><p>&nbsp;</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-call-driver-IOCTL-from-Windows-Service</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-call-driver-IOCTL-from-Windows-Service</link>
      <dc:creator>milindvk</dc:creator>
      <pubDate>Wed, 08 May 2013 18:03:03 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-call-driver-IOCTL-from-Windows-Service</guid>
    </item>
    <item>
      <title>Changing the way a listbox selections are displayed in a WPF Windows Store App</title>
      <description><![CDATA[<p>Ok, I'm going to admit up front that I've been out of the WPF game for about a year, and some of the differences between WPF and Windows Store App XAML is driving me mad. This should be a simple question, I just have a mental block for some reason.<br><br>I have a style for a ColorPicker to use in my Windows 8 app. Here it is:</p><p><pre class="brush: xml">
&lt;Style x:Key=&quot;ColorPickerStyle&quot; TargetType=&quot;ListBox&quot;&gt;
        &lt;Setter Property=&quot;ItemsPanel&quot;&gt;
            &lt;Setter.Value&gt;
                &lt;ItemsPanelTemplate&gt;
                    &lt;StackPanel Orientation=&quot;Horizontal&quot; Background=&quot;AliceBlue&quot; HorizontalAlignment=&quot;Stretch&quot; VerticalAlignment=&quot;Top&quot; /&gt;
                &lt;/ItemsPanelTemplate&gt;
            &lt;/Setter.Value&gt;
        &lt;/Setter&gt;

        &lt;Setter Property=&quot;ItemTemplate&quot;&gt;
            &lt;Setter.Value&gt;
                &lt;DataTemplate&gt;
                    &lt;Rectangle x:Name=&quot;recData&quot; Width=&quot;20&quot; Height=&quot;20&quot; Fill=&quot;{Binding}&quot; Stroke=&quot;Black&quot; StrokeThickness=&quot;1&quot;/&gt;
                &lt;/DataTemplate&gt;
            &lt;/Setter.Value&gt;
        &lt;/Setter&gt;
&lt;/Style&gt;
</pre><br><br>Here is what it looks like when it's displayed:<br><br><img src="http://i.imgur.com/NMFU3HJ.png" alt=""></p><p>I love the way it looks, but the last I'd like to do is change how the selected color looks. All I want to do is remove the selected item color and make the selected item's rectangle have a StrokeThickness of 2. I tried to do this with triggers, but they don't seem to exist in WSA XAML. I tried to do it with the VisualStateManager, but I somehow kept messing up the XAML so that it crashes when I run.<br><br>Can someone help me through this before I lose my freakin' mind?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Changing-the-way-a-listbox-selections-are-displayed-in-a-WPF-Windows-Store-App</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Changing-the-way-a-listbox-selections-are-displayed-in-a-WPF-Windows-Store-App</link>
      <dc:creator>s7ven</dc:creator>
      <pubDate>Tue, 07 May 2013 14:55:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Changing-the-way-a-listbox-selections-are-displayed-in-a-WPF-Windows-Store-App</guid>
    </item>
    <item>
      <title>A question for WCF gurus</title>
      <description><![CDATA[<p>I'm not very familiar with WCF although a few years ago I did use it for IPC between two different processes on the same system. However in that case there was a DLL shared between the server/client which contained the interface.</p><p>This is what I want to do now:</p><p><strong>Server:</strong></p><ul><li>Define an interface and add ServiceContract, OperationContract, etc&nbsp;attributes. </li></ul><p><strong>Client:</strong></p><ul><li>Be able to consume the interface defined by the server without requiring a shared DLL or XML config file <strong>at runtime.</strong> </li></ul><p>Now the server and client are both projects within the same solution, and will&nbsp;never be compiled separately, but will run on different systems. So it is possible&nbsp;to&nbsp;share the same source files between the two projects (maybe that's all I need?). What I am looking for is to end up with both the server and client having a single *.exe file and not require a shared DLL or config file.</p><p>Is this possible with WCF?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/A-question-for-WCF-gurus</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/A-question-for-WCF-gurus</link>
      <dc:creator>BitFlipper</dc:creator>
      <pubDate>Wed, 01 May 2013 19:53:06 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/A-question-for-WCF-gurus</guid>
    </item>
    <item>
      <title>WPF a &quot;double line&quot; stroke possible?</title>
      <description><![CDATA[<p>I'm trying to edit the appearance of a line in WPF. Specifically, I want two lines as my stroke, like &quot;==========&quot; as opposed to &quot;-------------&quot;. I tried creating a visual brush and adding two lines, but the result was strange in that it connected the two lines as one line, instead of separating them in parallel.</p><p><pre class="brush: xml">
                    &lt;VisualBrush&gt;
                        &lt;VisualBrush.Visual&gt;
                            &lt;Canvas&gt;
                                &lt;Line Stroke=&quot;Black&quot; X1=&quot;0&quot; Y1=&quot;0&quot;
                                      X2=&quot;100&quot; Y2=&quot;0&quot;/&gt;
                                &lt;Line Stroke=&quot;Blue&quot; X1=&quot;0&quot; Y1=&quot;0&quot;
                                      X2=&quot;100&quot; Y2=&quot;0&quot; Canvas.Left=&quot;10&quot;/&gt;
                            &lt;/Canvas&gt;
                        &lt;/VisualBrush.Visual&gt;
                    &lt;/VisualBrush&gt;</pre></p><p>&nbsp;</p><p>Is there an easy way to do this? The&nbsp;line will be rotated and&nbsp;resized.&nbsp;I've gotten ideas about using a rectangle with no fill and colored stroke, but the rectangle's orientation stays fixed as you rotate the line.</p><p>&nbsp;</p><p>(In case this at all matters, I'm trying to change the line stroke for Telerik diagram connections)</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Simple-way-to-have-a-double-line-stroke</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Simple-way-to-have-a-double-line-stroke</link>
      <dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
      <pubDate>Wed, 01 May 2013 20:34:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Simple-way-to-have-a-double-line-stroke</guid>
    </item>
    <item>
      <title>VB.NET Windows XP PowerPacks ShapeContainer disposing Error</title>
      <description><![CDATA[<p>Hello all,</p><p>I am working on a project in VS2012 that should be compatbile with Windows XP.<br><br></p><p>this is the code by alexkai</p><p><pre class="brush: vb">Protected Overrides Sub Dispose(ByVal disposing As Boolean)
    Try
        If disposing Then DisposeShapeContainer(ShapeContainer1)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
    Finally
        MyBase.Dispose(disposing)
    End Try
End Sub
Protected Sub DisposeShapeContainer(ByVal AShapeContainer As Microsoft.VisualBasic.PowerPacks.ShapeContainer)
    If AShapeContainer IsNot Nothing Then
        If AShapeContainer.Shapes IsNot Nothing Then
            Dim tshapes As New Generic.List(Of Microsoft.VisualBasic.PowerPacks.Shape)
            For Each tshape As Microsoft.VisualBasic.PowerPacks.Shape In AShapeContainer.Shapes
                tshapes.Add(tshape)
            Next
            AShapeContainer.Shapes.Clear()
            AShapeContainer.Shapes.Dispose()
            For Each tshape As Microsoft.VisualBasic.PowerPacks.Shape In tshapes
                tshape.Dispose()
            Next
        End If
        AShapeContainer.Dispose()
    End If
End Sub</pre></p><p><span id="result_box" lang="en"><span class="hps">this method is called</span> <span class="hps">by</span> <span class="hps">Form.Close</span><span>,</span> <span class="hps">and it runs fine</span><span>.</span><br><span class="hps">after</span> <span class="hps">Form.Close</span> <span class="hps">is called</span> by <span class="hps">Form.Dispose </span><span class="hps">and the method starts again</span><span>, this</span> <span class="hps">generates an</span> <span class="hps">exception</span> <span class="hps atn">&quot;</span><span>Object</span> <span class="hps">reference</span> <span class="hps">not set</span> <span class="hps">to</span> <span class="hps">instance</span> <span class="hps">of an object&quot;</span> <span class="hps">because it has been</span> <span class="hps">previously destroyed by</span> <span class="hps">Form.Close</span><span>.</span></span></p><p><span id="result_box" lang="en"><span class="hps">To avoid</span> <span class="hps">this thing,</span> <span class="hps">my solution</span><span>, maybe not</span> <span class="hps">one of the brightest</span><span>,</span> <span class="hps">was to</span> <span class="hps">modify two</span> <span class="hps">lines of the method</span><span>.</span><br><span class="hps">The first</span><span>, changing</span> <span class="hps">ByVal</span> <span class="hps">to</span> <span class="hps">ByRef</span> <span class="hps atn">(</span><span>directly </span><span class="hps">to refer </span><span class="hps">to the object</span> <span class="hps">concerned and not to</span> <span class="hps">a copy)</span><br></span></p><p><span lang="en"><pre class="brush: vb">Protected Sub DisposeShapeContainer(ByRef AShapeContainer As Microsoft.VisualBasic.PowerPacks.ShapeContainer)</pre></span></p><p><span id="result_box" lang="en"><br><span class="hps">and</span> <span class="hps">I added</span> <span class="hps">this at the end, after AShapeContainer.Dispose()<br><br></span></span></p><p><span id="result_box" lang="en"><pre class="brush: vb">AShapeContainer = nothing</pre></span><span id="result_box" lang="en"></span></p><p><span id="result_box" lang="en"><span class="hps"><span id="result_box" lang="en"><span>to mark the current object as Nothing, </span></span></span></span><span lang="en"><span class="hps"><span lang="en"><span>to exit from this is if the Object is set to Nothing</span></span></span></span></p><p><span lang="en"><span id="result_box" lang="en"><pre class="brush: vb">If AShapeContainer IsNot Nothing Then</pre><br></span></span><span id="result_box" lang="en"></span></p><p><span id="result_box" lang="en"><span id="result_box" lang="en"><span class="hps">If someone has</span> <span class="hps">a better solution</span> <span class="hps">would be nice to</span> <span class="hps">be able to show</span><span>!</span> <span class="hps">I'm</span> <span class="hps">working on</span> <span class="hps">something more refined</span> <span class="hps">I will publish</span> <span class="hps">when ready</span><span>.</span><br><br><span class="hps">I'm sorry</span> <span class="hps">for my</span> <span class="hps">not</span> <span class="hps atn">&quot;</span><span>perfect</span><span>&quot;</span> <span class="hps">English.</span></span></span></p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/VBNET-Windows-XP-PowerPacks-ShapeContainer-disposing-Error</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/VBNET-Windows-XP-PowerPacks-ShapeContainer-disposing-Error</link>
      <dc:creator>wannymiarelli</dc:creator>
      <pubDate>Thu, 02 May 2013 10:12:15 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/VBNET-Windows-XP-PowerPacks-ShapeContainer-disposing-Error</guid>
    </item>
    <item>
      <title>Saving a rendered bitmap from a WPF visual in MVVM.</title>
      <description><![CDATA[<p>I've got an application that needs to write a sort of &quot;screenshot&quot; of a control to disk as a bitmap. I can use RenderTargetBitmap.Render() to render the visual and everything, but how do I do this from the viewmodel?</p><p>The viewmodel receives a message (via the MVVMLight Messenger classes) that a bitmap needs to be saved, and in order to do that, it needs a reference to the visual. Which means a reference to the view, which ties my viewmodel to my specific view, which I don't want.</p><p>Another idea would be to have the view render the bitmap and expose it to the view in some way via a OneWayToSource binding, but I have no idea how to tell it when to update via the viewmodel.</p><p>Anyone got any ideas?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Saving-a-rendered-bitmap-from-a-WPF-visual-in-MVVM</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Saving-a-rendered-bitmap-from-a-WPF-visual-in-MVVM</link>
      <dc:creator>Bas</dc:creator>
      <pubDate>Thu, 02 May 2013 14:57:45 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Saving-a-rendered-bitmap-from-a-WPF-visual-in-MVVM</guid>
    </item>
    <item>
      <title>D3D Native application template need more samples</title>
      <description><![CDATA[<p>Hi,</p><p>The default D3D native template has cube renderer sample. Are there any samples to show simple text &quot;Hello World&quot; in D3D template instead of rendering cube? Other word how can I display text in D3D application?</p><p>Thanks</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/D3D-Native-application-template-need-more-samples</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/D3D-Native-application-template-need-more-samples</link>
      <dc:creator>milindvk</dc:creator>
      <pubDate>Wed, 24 Apr 2013 16:41:52 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/D3D-Native-application-template-need-more-samples</guid>
    </item>
    <item>
      <title>Application design. Separation of concerns</title>
      <description><![CDATA[<p>I'm building a quite simple ASP.NET MVC application. And there are some things that confuse me a little bit. Let me list what I've got:</p><ul><li>I've created an <strong>API</strong> area which provides <strong>Products</strong>, <strong>Categories</strong> lists as json; it contains two controllers <strong>ProductController</strong> and <strong>CategoryController</strong>. </li><li>On the client side I'm using <strong>Backbone.js</strong> and <strong>Home</strong>-&gt;<strong>Index</strong>.cshtml view as main application page.&nbsp; </li><li>Also I've created Admin area which also contains two controllers (<strong>ProductController</strong>&nbsp;and&nbsp;<strong>CategoryController</strong>). </li></ul><p>I can't decide how do I implement&nbsp;<strong>Admin</strong> area. I've been thinking about implementing just one entry point where administrator accesses lists of products, categories, orders etc. and edits them.&nbsp;</p><p><strong>But!</strong>&nbsp;url <strong>areas/admin/home/index</strong> looks wierd. <strong>home/index</strong> segment sounds meaningless.&nbsp;</p><p>Should I split <strong>Admin</strong> area by adding a controller per entity? Or is it better to have no areas at all and to have admin controller with authorization attribute applied?</p><p>Need an advice. How is that implemented in real world projects?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Application-design-Separation-of-concerns</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Application-design-Separation-of-concerns</link>
      <dc:creator>alekseyfilippov</dc:creator>
      <pubDate>Tue, 30 Apr 2013 08:37:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Application-design-Separation-of-concerns</guid>
    </item>
    <item>
      <title>WinRT Temporary folder</title>
      <description><![CDATA[<p>Hi</p><p>This is just a small question I couldn't really find an answer on.<br>In Windows Store apps, you can access the Temporary folder of your app and you can store files there. But when is this folder cleared? Or does this never happen?</p><p>&nbsp;</p><p>Thanks in advance,</p><p>Lothar</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WinRT-Temporary-folder</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WinRT-Temporary-folder</link>
      <dc:creator>Lothar</dc:creator>
      <pubDate>Thu, 25 Apr 2013 15:14:23 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WinRT-Temporary-folder</guid>
    </item>
    <item>
      <title>Web Sites (Preview)</title>
      <description><![CDATA[<p>When does the preview ends. I'm trying to push a project with Web Sites and My Microsoft Subsidiary dosen't want us to use Web Sites&nbsp;because&nbsp;they don't have SLA and they want us to use Cloud Services. This is a big problem beacuse it makes the application much more difficult and cumbersome since we need to make it multitenant and we where planning to use 1 website per tenant.</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Web-Sites-Preview</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Web-Sites-Preview</link>
      <dc:creator>alejack77</dc:creator>
      <pubDate>Fri, 26 Apr 2013 20:22:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Web-Sites-Preview</guid>
    </item>
    <item>
      <title>Windows Store Apps from scratch</title>
      <description><![CDATA[<p>Hi everyone, I am looking for some sort of reference or article on how to create a Windows Store app from scratch. And by from scratch I mean starting with an empty project in VS2012 and _NOT_ the empty Windows Store App template as every article in the MSDN library I have seen suggests. I am well aware that that is not an efficient way of doing things but I would like to understand the magic that happens when VS2012 generates all that stuff. Cheers,</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Windows-Store-Apps-from-scratch</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Windows-Store-Apps-from-scratch</link>
      <dc:creator>Paraphrazor</dc:creator>
      <pubDate>Sat, 20 Apr 2013 22:34:38 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Windows-Store-Apps-from-scratch</guid>
    </item>
    <item>
      <title>Tracking Skeleton with Kinect</title>
      <description><![CDATA[<p>Hi to all,<br><br>i'm using Kinect to track a user but i not understand very well how it works.<br><br>Actually i'm using the information in skeleton array obtained by the AllFramesReady event: I store the trackID of the skeleton (with TrackingState==SkeletonTrackingState.Tracked )that i want to track, by this way my apllication works, but my question is:<br><br>Should i use the ChooseSkeleton(id) method? why?<br>&nbsp;If i try to use it i obtain always the same error &quot; API has returned an exception from an HRESULT: 0x83010005&quot;<br><br>Can someone explain to me which approach should i to follow?</p><p>&nbsp;</p><p>Thanks.</p><p>&nbsp;</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Tracking-Skeleton-with-Kinect</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Tracking-Skeleton-with-Kinect</link>
      <dc:creator>GioDB</dc:creator>
      <pubDate>Tue, 21 Aug 2012 09:25:12 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Tracking-Skeleton-with-Kinect</guid>
    </item>
    <item>
      <title>Aesthetically Pleasing Windows 8 XAML Templates and UI examples</title>
      <description><![CDATA[<p>Does anybody know of any good resources that have aesthetically pleasing XAML templates for Windows Store apps (or open source projects that have well designed UI's that I can learn from)? I've read the design guides but I'm really looking for something that's been put into practice that I can take apart and put back together and tweak around with. This is for my learning only. I would have gone the HTML/JS route but I really prefer to C# or VB (it would be cool to use HTML with C#, I would be all over that <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' />).</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Aesthetically-Windows-8-XAML-Templates</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Aesthetically-Windows-8-XAML-Templates</link>
      <dc:creator>jinx101</dc:creator>
      <pubDate>Fri, 19 Apr 2013 14:51:01 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Aesthetically-Windows-8-XAML-Templates</guid>
    </item>
    <item>
      <title>What&#39;s the reasoning behind the behavior of c++ &quot;std::equal&quot;?</title>
      <description><![CDATA[<p>Hi all,</p><p>I was just watching the C9 lecture from Stephan about STL&nbsp;algorithms and functors, and I can't really wrap my head around std::equal!</p><p>I mean, for me the semantics is a bit strange, since what it does is IMHO more like &quot;isPrefixOf(...)&quot; than an equality check. What was the idea behind implementing std::equal as it is? Is the functionname &quot;equal&quot; not a bit misleading for what it really does?</p><p>&nbsp;</p><p>&nbsp;</p><p>Regards,</p><p>Chris</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-reasoning-behind-the-behavior-of-c-stdequal</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-reasoning-behind-the-behavior-of-c-stdequal</link>
      <dc:creator>McMaiersen</dc:creator>
      <pubDate>Sat, 08 Dec 2012 22:37:59 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-reasoning-behind-the-behavior-of-c-stdequal</guid>
    </item>
    <item>
      <title>WPF and assembly references</title>
      <description><![CDATA[<p>Say I have a WPF application in a project called &quot;Application&quot;. The application uses a control from a WPF user control library called &quot;UserControls&quot;. One of the controls in that library uses a control from a third library called &quot;ThirdLibrary&quot;. The UserControls library has a reference to the ThirdLibrary assembly, the control and its child control from ThirdLibrary shows up in the designer, and everything compiles just fine.</p><p>However, when you run the application, a runtime exception is thrown because the ThirdLibrary assembly can't be find. To remedy this, you need to manually add a reference to ThirdLibrary in the Application assembly as well. Why can't the compiler figure this out for itself?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WPF-and-assembly-references</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WPF-and-assembly-references</link>
      <dc:creator>Bas</dc:creator>
      <pubDate>Thu, 25 Apr 2013 07:12:03 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/WPF-and-assembly-references</guid>
    </item>
    <item>
      <title>How to launch application in WP8 soon after tiled screen appear?</title>
      <description><![CDATA[<p>Hi,</p><p>I want to launch my application soon after tiled screen appear? How to do it? Are there any boot notifications based on which we can do this?</p><p>Thanks</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-launch-application-in-WP8-soon-after-tiled-screen-appear</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-launch-application-in-WP8-soon-after-tiled-screen-appear</link>
      <dc:creator>milindvk</dc:creator>
      <pubDate>Mon, 15 Apr 2013 03:42:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/How-to-launch-application-in-WP8-soon-after-tiled-screen-appear</guid>
    </item>
    <item>
      <title>What&#39;s the name of this (lacking?) C# language feature and why isn&#39;t it possible or is it?</title>
      <description><![CDATA[<p>Example:</p><p>var list = new List&lt;KeyValuePair&lt;string, decimal&gt;&gt;();<br>myClass.GenericMethod&lt;typeof(list)&gt;(list);</p><p>I'm pretty sure C&#43;&#43;11 had something like this, why doesn't C# have it?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-name-of-this-lacking-C-language-feature-and-why-isnt-it-possible-or-is-it</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-name-of-this-lacking-C-language-feature-and-why-isnt-it-possible-or-is-it</link>
      <dc:creator>androidi</dc:creator>
      <pubDate>Fri, 12 Apr 2013 12:10:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Whats-the-name-of-this-lacking-C-language-feature-and-why-isnt-it-possible-or-is-it</guid>
    </item>
    <item>
      <title>Get a name of derived class in c#</title>
      <description><![CDATA[<p>Is it possible for each <strong>subclass</strong> of a <strong>parent class A</strong> to return <strong>its own class name</strong> as a property?</p><p>There is a constraint in <strong>Couchbase .NET client</strong> for models to expose a <strong>class-name</strong> property. As it is reflected in their documentation it can be resolved by using this code:</p><p><pre class="brush: csharp">
class abstract BaseModel {
    public abstract String Type {get;}
}

class Robot : BaseModel {
    public override String Type {
        get { return &quot;Robot&quot;; }
    }
}
</pre></p><p>Is it possible to automate this from within the <strong>BaseModel</strong> class?</p>]]></description>
      <comments>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Get-a-name-of-derived-class-in-c</comments>
      <link>http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Get-a-name-of-derived-class-in-c</link>
      <dc:creator>alekseyfilippov</dc:creator>
      <pubDate>Thu, 18 Apr 2013 11:50:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/(A(cSFyXJXzzAEkAAAANzEyZjRjOTAtYTMyMC00ZGEwLTliYjItOTg2NTIwMzI2MjVjgc-VZjdKOTJIVbCoVXIqp0D5hoQ1))/Forums/TechOff/Get-a-name-of-derived-class-in-c</guid>
    </item>
</channel>
</rss>