<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Silverlight Controls and Silverlight Toolkit</title><link>http://forums.silverlight.net/forums/35.aspx</link><description>Discussions around using and developing Silverlight controls and the Silverlight Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/235938.aspx</link><pubDate>Sun, 21 Jun 2009 01:57:21 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:235938</guid><dc:creator>mlagrange</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/235938.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=235938</wfw:commentRss><description>&lt;p&gt;Ok, I started from scratch, and everything is working. I think I was merging lines from multiple samples, and made a mess of it.&lt;/p&gt;
&lt;p&gt;Thanks for your help&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/234875.aspx</link><pubDate>Thu, 18 Jun 2009 06:52:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:234875</guid><dc:creator>mlagrange</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/234875.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=234875</wfw:commentRss><description>&lt;p&gt;&amp;gt; Make sure the x:Class=&amp;quot;*.*&amp;quot; in your xaml files match your project and class names &lt;/p&gt;
&lt;p&gt;That cleared up all but 3 of the error messages! &lt;/p&gt;
&lt;p&gt;It&amp;#39;s almost 2:00a where I&amp;#39;m at; I&amp;#39;ll hit this again tomorrow&lt;/p&gt;
&lt;p&gt;Thanks again for your help&lt;/p&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/234842.aspx</link><pubDate>Thu, 18 Jun 2009 05:21:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:234842</guid><dc:creator>clint1222</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/234842.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=234842</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Most of those errors are in the *.g.vb files, which are generated files.&amp;nbsp; Most likely due to namespace issues, especially if you cut and pasted the xaml from the example.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Make sure the x:Class=&amp;quot;*.*&amp;quot; in your xaml files match your project and class names (i.e. x:Class=&amp;quot;ProjectName.ClassName&amp;quot;).&amp;nbsp; You can delete the .g.vb files and rebuild the project to see if that gets rid of most of the errors.&lt;/p&gt;
&lt;p&gt;Also readd the namespace reference by typing &amp;quot;xmlns:toolkit=&amp;quot; then selecting clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit from the list.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/234835.aspx</link><pubDate>Thu, 18 Jun 2009 04:49:09 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:234835</guid><dc:creator>mlagrange</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/234835.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=234835</wfw:commentRss><description>&lt;p&gt;Sorry I let this sit so long; I had to go do other things. I appreciate your help.&lt;/p&gt;
&lt;p&gt;I am still getting the error messages below when I do a Build; any ideas as to what I&amp;#39;m still missing?&lt;/p&gt;
&lt;p&gt;I have the reference to the toolkit:&lt;br /&gt;System.Windows.Controls.Toolkit&amp;nbsp;.NET&amp;nbsp;2.0.5.0&amp;nbsp;True&amp;nbsp;C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Toolkit\March 2009\Libraries\System.Windows.Controls.Toolkit.dll&lt;/p&gt;
&lt;p&gt;And I have the namespace declaration:&lt;br /&gt;xmlns:toolkit=&amp;quot;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit&amp;quot;&lt;br /&gt;(the only difference from your version is that I left it as &amp;quot;xmlns:toolkit=...&amp;quot; instead of &amp;quot;xmlns:control=...&amp;quot;, because that is the qualifier used in the markup)&lt;/p&gt;
&lt;p&gt;But I still get this slew of error messages:&lt;br /&gt;Error&amp;nbsp;1&amp;nbsp;&amp;#39;Diagnostics&amp;#39; is not a member of &amp;#39;System&amp;#39;.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\App.xaml.vb&amp;nbsp;21&amp;nbsp;16&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;2&amp;nbsp;&amp;#39;Browser&amp;#39; is not a member of &amp;#39;Windows&amp;#39;.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\App.xaml.vb&amp;nbsp;38&amp;nbsp;13&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;3&amp;nbsp;Type &amp;#39;System.Windows.Application&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\App.g.vb&amp;nbsp;39&amp;nbsp;14&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;4&amp;nbsp;Type &amp;#39;System.Diagnostics.DebuggerNonUserCodeAttribute&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\App.g.vb&amp;nbsp;46&amp;nbsp;6&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;5&amp;nbsp;&amp;#39;Application&amp;#39; is not a member of &amp;#39;Windows&amp;#39;.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\App.g.vb&amp;nbsp;52&amp;nbsp;9&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;6&amp;nbsp;Type &amp;#39;System.Uri&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\App.g.vb&amp;nbsp;52&amp;nbsp;58&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;7&amp;nbsp;Type &amp;#39;System.Windows.Controls.UserControl&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;39&amp;nbsp;14&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;8&amp;nbsp;Type &amp;#39;System.Windows.Controls.Grid&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;41&amp;nbsp;37&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;9&amp;nbsp;Type &amp;#39;System.Diagnostics.DebuggerNonUserCodeAttribute&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;48&amp;nbsp;6&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;10&amp;nbsp;&amp;#39;Application&amp;#39; is not a member of &amp;#39;Windows&amp;#39;.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;54&amp;nbsp;9&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;11&amp;nbsp;Type &amp;#39;System.Uri&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;54&amp;nbsp;58&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;12&amp;nbsp;Type &amp;#39;System.Windows.Controls.Grid&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\Page.g.vb&amp;nbsp;55&amp;nbsp;57&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;13&amp;nbsp;Type &amp;#39;System.Windows.Controls.UserControl&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\TreeViewSample.g.vb&amp;nbsp;40&amp;nbsp;18&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;14&amp;nbsp;Type &amp;#39;System.Diagnostics.DebuggerNonUserCodeAttribute&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\TreeViewSample.g.vb&amp;nbsp;47&amp;nbsp;10&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;15&amp;nbsp;&amp;#39;Application&amp;#39; is not a member of &amp;#39;Windows&amp;#39;.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\TreeViewSample.g.vb&amp;nbsp;53&amp;nbsp;13&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;16&amp;nbsp;Type &amp;#39;System.Uri&amp;#39; is not defined.&amp;nbsp;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\obj\Debug\TreeViewSample.g.vb&amp;nbsp;53&amp;nbsp;62&amp;nbsp;SLTKTreeView&lt;br /&gt;Error&amp;nbsp;17&amp;nbsp;Copying file C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\Bin\Debug\SLTKTreeView.xap failed. Could not find file &amp;#39;C:\Inetpub\wwwroot\SLTKTreeView\SLTKTreeView\Bin\Debug\SLTKTreeView.xap&amp;#39;.&amp;nbsp;SLTKTreeView.Web&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks again!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/229126.aspx</link><pubDate>Thu, 04 Jun 2009 16:32:59 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:229126</guid><dc:creator>clint1222</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/229126.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=229126</wfw:commentRss><description>&lt;p&gt;When adding the references add &lt;strong&gt;System.Windows.Controls.Toolkit &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re going to cut and paste the xaml markup make sure your xmlns:control reference is to the toolkit&lt;/p&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;
&lt;p&gt;xmlns&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;control&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;Also make note of the known issues at the bottom of Michael&amp;#39;s tutorial.&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/229100.aspx</link><pubDate>Thu, 04 Jun 2009 15:47:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:229100</guid><dc:creator>mlagrange</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/229100.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=229100</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking at the Treeview sample on &lt;a href="http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html"&gt;http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve installed the SL Toolkit; it looks like it&amp;#39;s there; I see all the controls. &lt;/p&gt;
&lt;p&gt;I thought it would be simple enough to copy &amp;amp; paste the markup &amp;amp; vb code into the Page.xaml of a new Silverlight project, but I&amp;#39;m getting all sorts of errors that indicate I&amp;#39;m missing a lot of (or maybe just one?) references. I have the same ref&amp;#39;s in that the 2nd tutorial you pointed to.&lt;/p&gt;
&lt;p&gt;Is there something else I need for this sample code that wasn&amp;#39;t included in the SL TK install? &lt;/p&gt;
&lt;p&gt;Thanks for your response&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/228789.aspx</link><pubDate>Thu, 04 Jun 2009 04:10:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:228789</guid><dc:creator>clint1222</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/228789.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=228789</wfw:commentRss><description>&lt;p&gt;Jesse Liberty usually has good tutorials: &lt;a href="http://silverlight.net/blogs/jesseliberty/archive/2009/01/30/the-tree-view-control.aspx"&gt;http://silverlight.net/blogs/jesseliberty/archive/2009/01/30/the-tree-view-control.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Micheal Sync wrote up a good tutorial on the TreeView contol: &lt;a href="http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control"&gt;http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Basics of Silverlight 2 TreeView Control?</title><link>http://forums.silverlight.net/forums/thread/228785.aspx</link><pubDate>Thu, 04 Jun 2009 03:37:18 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:228785</guid><dc:creator>mlagrange</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/228785.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=228785</wfw:commentRss><description>&lt;p&gt;Hello - I&amp;#39;m primarily an Access developer, moved into ASP.NET last year, and now I&amp;#39;m trying to learn Silverlight.&lt;/p&gt;
&lt;p&gt;I have to (quickly!) work up a page that uses a TreeView to maintain data on a 3-level hierarchy. I&amp;#39;ve looked around on this site, and skimmed through the wealth of &amp;quot;Getting Started&amp;quot; videos, etc., but don&amp;#39;t see anything specifically about the TreeView control.&lt;/p&gt;
&lt;p&gt;Can somebody point me to tutorials or samples (preferably in VB, rather than C)?&lt;/p&gt;
&lt;p&gt;Thanks very much&lt;/p&gt;
&lt;p&gt;Mark &lt;/p&gt;</description></item></channel></rss>