<?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>Installation and Setup</title><link>http://forums.silverlight.net/forums/13.aspx</link><description>All about installing and getting Silverlight running on your system</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/28771.aspx</link><pubDate>Wed, 30 Jan 2008 05:52:59 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:28771</guid><dc:creator>alvirtuoso</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/28771.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=28771</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Here&amp;#39;s my solution:&lt;/p&gt;&lt;p&gt;1) Deleted MS Silverlight folder(C:\Program Files\Microsoft Silverlight)&lt;/p&gt;&lt;p&gt;2)Installed Silverlight.1.1.AlphaRefresh&lt;/p&gt;&lt;p&gt;3)Reinstalled VS Silverlight Tools Alpha&lt;/p&gt;&lt;p&gt;5) I celebrated :)&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/21146.aspx</link><pubDate>Mon, 19 Nov 2007 16:18:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21146</guid><dc:creator>jondbest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21146.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=21146</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;nirav5884:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;I am executing my application from browsing in IIS.&lt;/p&gt;
&lt;p&gt;From Virtual Directory.&lt;/p&gt;
&lt;p&gt;Still i got same error which is mentioned in subject.&lt;/p&gt;
&lt;p&gt;I followed all the steps of registry update -&amp;gt; change the target xml file -&amp;gt; reinstall Silverlight.&lt;/p&gt;
&lt;p&gt;But it is same what it was.&lt;/p&gt;
&lt;p&gt;What should i have to do?&lt;/p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;p&gt;&amp;nbsp;Yeah, I had the same problem.&amp;nbsp; I fought this all week following the registry hack without success until I tried copying the project to C:\Inetpub\wwwroot and then it worked!&amp;nbsp; So if anyone else is getting an error trying to browse to a project and you set it up using a Virtual Directory, try copying it to the wwwroot folder, creating the application, and then running it. Worked for me (FINALLY!) :)&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/18473.aspx</link><pubDate>Wed, 24 Oct 2007 12:50:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:18473</guid><dc:creator>silverlightX64</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/18473.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=18473</wfw:commentRss><description>&lt;p&gt;I found&amp;nbsp;an other&amp;nbsp;bug that produces this error.&lt;/p&gt;
&lt;p&gt;When you create a project that has a &amp;quot;-&amp;quot; or &amp;quot; &amp;quot; in the name, then the reference in the assembly property is created wrong with a &amp;quot;_&amp;quot; sign. Example:&lt;/p&gt;
&lt;p&gt;Project &amp;quot;SilverlightProject1-Test&amp;quot; creates &amp;quot;x:Class=&amp;quot;SilverlightProject1_Test.Page;assembly=ClientBin/SilverlightProject1_Test.dll&amp;quot;&amp;quot; change it to &amp;quot;x:Class=&amp;quot;SilverlightProject1_Test.Page;assembly=ClientBin/SilverlightProject1-Test.dll&amp;quot; and it works.&lt;/p&gt;
&lt;p&gt;I hope that helps when&amp;nbsp;all the other workarounds failed.&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/16524.aspx</link><pubDate>Thu, 04 Oct 2007 11:17:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:16524</guid><dc:creator>vijaymodi_81</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/16524.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=16524</wfw:commentRss><description>&lt;p&gt;hi Friend, You can find the solution on the following link: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://vijaymodi.wordpress.com/2007/10/04/vs-2008-beta-2-silverlight-reference-problems/"&gt;http://vijaymodi.wordpress.com/2007/10/04/vs-2008-beta-2-silverlight-reference-problems/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards, Vijay Modi&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/15871.aspx</link><pubDate>Fri, 28 Sep 2007 14:28:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:15871</guid><dc:creator>nirav5884</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/15871.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=15871</wfw:commentRss><description>&lt;p&gt;I am executing my application from browsing in IIS.&lt;/p&gt;
&lt;p&gt;From Virtual Directory.&lt;/p&gt;
&lt;p&gt;Still i got same error which is mentioned in subject.&lt;/p&gt;
&lt;p&gt;I followed all the steps of registry update -&amp;gt; change the target xml file -&amp;gt; reinstall Silverlight.&lt;/p&gt;
&lt;p&gt;But it is same what it was.&lt;/p&gt;
&lt;p&gt;What should i have to do?&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/15190.aspx</link><pubDate>Sun, 23 Sep 2007 20:05:47 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:15190</guid><dc:creator>Epsilone3</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/15190.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=15190</wfw:commentRss><description>&lt;p&gt;I really don&amp;#39;t know yet if it&amp;#39;s working but..&lt;/p&gt;
&lt;p&gt;Just add all the missing&amp;nbsp;reference from &amp;quot;C:\Program Files\Microsoft Silverlight&amp;quot; and all the error message have gone.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve still don&amp;#39;t check it cause this error was from a custom controls I&amp;#39;ve&amp;nbsp; try to build from the sample that post in the &amp;quot;LiquidBoy website&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://advertboy.wordpress.com/project-silverlight-11/"&gt;http://advertboy.wordpress.com/project-silverlight-11/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So I need to hook them first on an ASP + SilverLight website that need some adjustments until I master that combine environment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/15116.aspx</link><pubDate>Sun, 23 Sep 2007 02:04:36 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:15116</guid><dc:creator>zebslc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/15116.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=15116</wfw:commentRss><description>&lt;p&gt;Don&amp;#39;t hold your breath.&amp;nbsp; I did that, took my entire monthly bandwidth allowance (don&amp;#39;t forget the base image) and after completing all the installation instructions I still cannot develop in Silverlight&amp;nbsp;(see my other post).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Was it too much for MS to add testing the RC for 1.1 on their virtual server image?&amp;nbsp; Whilst I can understand there being problems getting it to run on peoples PCs with a wide range of hardware and software configurations, in this case the hardware is exactly the same on everyones vm and the software is exactly what they configured so a decent set of instructions to get up and running should be really simple... very, very frustrating!&lt;/p&gt;
&lt;p&gt;Note to MS silverlight team&amp;nbsp;- add a test case to make sure that the installation instructions for the VM image work (so at least the quickstarts will display) and are tested on a freshly paved copy of the beta vs2008 image..&amp;nbsp; If that can&amp;#39;t be made to work easily then what hope has anyone else got of a simple install?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;When you do get the image you will have to get firefox or remember to take out the comment in the HTML page which prevents the page from displaying for security purposes (there is a post on this board somewhere about this) because it only comes with IE6.&lt;/p&gt;
&lt;p&gt;:-(&lt;/p&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/15085.aspx</link><pubDate>Sat, 22 Sep 2007 10:26:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:15085</guid><dc:creator>Bionic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/15085.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=15085</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve tried all of the solution to fix this problem but it still doesn&amp;#39;t work for me.&lt;/p&gt;&lt;p&gt;I have uninstall Microsoft Silverlight Tools for Visual Studio &amp;quot;Orcas&amp;quot; Beta 2 and the Silverlight Runtime. After that, i install September Preview of the Microsoft Silverlight Tools for Visual Studio &amp;quot;Orcas&amp;quot; Beta 2 and again the Silverlight Runtime.&lt;/p&gt;&lt;p&gt;This doesn&amp;#39;t fix my problem. So i&amp;#39;ve changed the&amp;nbsp; Microsoft.Silverlight.Common.targets like in the post above but it will not work for me. When i change the XML File, i get online three assembly missing. If i try to reference they manually i get this error: &amp;quot;requested registry access it not allowed&amp;quot;. Thats it :-/&lt;/p&gt;&lt;p&gt;Now i&amp;#39;m downloading the vpc image of Visual Studio and try my luck on a test development enviroment in virtual pc - maybe this will work.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/11293.aspx</link><pubDate>Tue, 21 Aug 2007 13:56:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:11293</guid><dc:creator>suyog kale</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/11293.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=11293</wfw:commentRss><description>&lt;p&gt;just follow these steps for installation&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Windows
XP Professional with SP2 along with IIS 5.1 &lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;2.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
Silverlight 1.0 Release Candidate &lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;3.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
Silverlight 1.1 Alpha Refresh&lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;4.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
Visual Studios Studio 2008 Beta 2 (&amp;quot;Orcas&amp;quot; Beta 2)&lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;5.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
Silverlight Tools for Visual Studios &amp;quot;Orcas&amp;quot; Beta 2 &lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;6.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
Expression Studio- (Web, Blend, Design, Media, Encoder)&lt;/p&gt;

&lt;p class="MsoListParagraph" style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:115%;"&gt;&lt;span&gt;&lt;span&gt;7.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Microsoft
ASP.NET Futures (July 2007)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i think even u can uninstall and install step&amp;nbsp; 2, 3, 5 ,7 it should work&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/11201.aspx</link><pubDate>Mon, 20 Aug 2007 17:03:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:11201</guid><dc:creator>theshadow330</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/11201.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=11201</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;pkellner:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&lt;strong&gt;Wounded_Ego,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;could you post a link to the tools you downloaded?&amp;nbsp; if it is not recent, then it doesn&amp;#39;t address the issue.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Microsoft posted to another thread (referenced here) that they were working on a fix and it would be out in a few days (about 2 weeks ago)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;see this post: &lt;a href="http://silverlight.net/forums/t/3580.aspx"&gt;http://silverlight.net/forums/t/3580.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;the version linked to in there is the one i installed and it fixed the problems.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Andrew&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/11178.aspx</link><pubDate>Mon, 20 Aug 2007 14:55:33 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:11178</guid><dc:creator>pkellner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/11178.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=11178</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Wounded_Ego,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;could you post a link to the tools you downloaded?&amp;nbsp; if it is not recent, then it doesn&amp;#39;t address the issue.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Microsoft posted to another thread (referenced here) that they were working on a fix and it would be out in a few days (about 2 weeks ago)&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/11173.aspx</link><pubDate>Mon, 20 Aug 2007 14:40:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:11173</guid><dc:creator>Wounded_Ego</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/11173.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=11173</wfw:commentRss><description>&lt;p&gt;I had the missing references problem and installing the Silverlight TOOLS&amp;nbsp;1.1 refresh seems to have solved the problem.&lt;/p&gt;
&lt;p&gt;More recently I have an auto-generated filed called page.g.cs that has references to system.windows that are unresolved. There is no such .dll on my computer. I&amp;#39;m not sure what generated this file!&lt;/p&gt;&lt;font color="#008000" size="2"&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;
&lt;p&gt;//------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;// auto-generated&lt;/p&gt;
&lt;p&gt;// This code was generated by a tool.&lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
&lt;p&gt;// Changes to this file may cause incorrect behavior and will be lost if&lt;/p&gt;
&lt;p&gt;// the code is regenerated.&lt;/p&gt;
&lt;p&gt;// /auto-generated&lt;/p&gt;
&lt;p&gt;//------------------------------------------------------------------------------&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Controls;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Documents;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Ink;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Input;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Media;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Media.Animation;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;font size="2"&gt; System.Windows.Shapes;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;namespace&lt;/font&gt;&lt;font size="2"&gt; SilverlightProject2 {&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;public&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;partial&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;class&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;Page&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;// variable declarations&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; InitializeComponent()&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/10635.aspx</link><pubDate>Wed, 15 Aug 2007 16:14:18 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:10635</guid><dc:creator>pkellner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/10635.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=10635</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;samsp:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;expected this week&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I just downloaded the version marked 8/10/07.&amp;nbsp; Is that the version that is meant to have the fix in it?&amp;nbsp; I just loaded a system from scratch.&lt;/p&gt;
&lt;p&gt;order:&lt;/p&gt;
&lt;p&gt;vs2005, sp1, patches&lt;/p&gt;
&lt;p&gt;vs2008&lt;/p&gt;
&lt;p&gt;silverlight add on.&lt;/p&gt;
&lt;p&gt;and I still get the same errors&amp;nbsp;&amp;nbsp; &amp;quot;the referenced components &amp;#39;agclr&amp;#39; could not be found&amp;#39;, etc.&lt;/p&gt;
&lt;p&gt;so, my question is, do you think the 8/10 addressed this issue (if so, it did not)&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;it&amp;#39;s been 6 days since your post (more than a couple days).&amp;nbsp; what is the status of the update?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/10615.aspx</link><pubDate>Wed, 15 Aug 2007 13:50:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:10615</guid><dc:creator>vixio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/10615.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=10615</wfw:commentRss><description>&lt;p&gt;Sorry I&amp;#39;m newbie in this forum &lt;/p&gt;&lt;p&gt;I&amp;#39;m Indonesian student and I get a thesis for Silverlight...&lt;/p&gt;&lt;p&gt;But I&amp;#39;m very confuse, I install WPF/E plugin and then I will run chess example(with silverlight)...&lt;/p&gt;&lt;p&gt;How does it can&amp;#39;t..???&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: still missing references - have installed alpha 1.1 refresh</title><link>http://forums.silverlight.net/forums/thread/10574.aspx</link><pubDate>Tue, 14 Aug 2007 22:17:45 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:10574</guid><dc:creator>theshadow330</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/10574.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=10574</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;wzowee:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&amp;nbsp;Still having issues here having tried the above registry change and .target file alteration.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Very frustrating. I know it&amp;#39;s in beta but I just want to start playing!! Will plug away and hope for an update shortly.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;install the updated tools. they fix the problem!&lt;/p&gt;</description></item></channel></rss>