<?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: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/120520.aspx</link><pubDate>Wed, 29 Oct 2008 19:39:47 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:120520</guid><dc:creator>markcaz68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/120520.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=120520</wfw:commentRss><description>&lt;p&gt;Thanks Yi-Lun!&lt;/p&gt;
&lt;p&gt;Yes - it somehow got into the GAC - probably when I installed an earlier beta version and ran into problems.&amp;nbsp; Works fine now &lt;img src="http://silverlight.net/emoticons/emotion-19.gif" alt="Party!!!" /&gt;&lt;/p&gt;</description></item><item><title>Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/118391.aspx</link><pubDate>Mon, 27 Oct 2008 16:42:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:118391</guid><dc:creator>jamlew</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/118391.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=118391</wfw:commentRss><description>&lt;p&gt;Purge the copy of System.Web.Silverlight.dll from your website&amp;#39;s bin directory on the server, and replace it with the new version from the SDK.&amp;nbsp; This should fix the issue and it should start generating the correct markup.&lt;/p&gt;</description></item><item><title>Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117988.aspx</link><pubDate>Mon, 27 Oct 2008 04:46:16 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117988</guid><dc:creator>Yi-Lun Luo - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117988.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117988</wfw:commentRss><description>&lt;p&gt;Hello, something to check. Any chance you had added Beta 2 System.Web.Silverlight to GAC on the server? By default, it&amp;#39;s not added to GAC, but you still need to check it out...&lt;/p&gt;
&lt;p&gt;Also check your web.config file. Are there any references like this one?&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;assembly&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;System.Web.Silverlight, Version=..., Culture=neutral, PublicKeyToken=...&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;By default, there&amp;#39;s no such a line. If you have, make sure the Version and PublicKeyToken refers to the latest version (you can simply delete it if you like). When no reference is found in web.config, the runtime will search for the bin directory for the referenced assemblies.&lt;/p&gt;</description></item><item><title>Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117425.aspx</link><pubDate>Sat, 25 Oct 2008 18:47:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117425</guid><dc:creator>Sopheap Ly</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117425.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117425</wfw:commentRss><description>&lt;p&gt;No, your IIS server does not need VS to serve Silverlight application properly.&lt;/p&gt;&lt;p&gt;The issue obviously lies in the ASP.NET Silverlight control. It spits out legacy object tag code for Silverlight Beta 2 or earlier. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117414.aspx</link><pubDate>Sat, 25 Oct 2008 17:57:46 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117414</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117414.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117414</wfw:commentRss><description>&lt;p&gt;What do you mean by no VS for the IIS?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try this one and edit the blue one&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;System.Web.Silverlight&amp;quot; Namespace=&amp;quot;System.Web.UI.SilverlightControls&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TagPrefix=&amp;quot;asp&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot; style=&amp;quot;height:100%;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;SteveSL&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body style=&amp;quot;height:100%;margin:0;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot; style=&amp;quot;height:100%;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:ScriptManager&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;nbsp; style=&amp;quot;height:100%;&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;lt;asp:Silverlight ID=&amp;quot;Xaml1&amp;quot; runat=&amp;quot;server&amp;quot; Source&lt;font color="#3300ff"&gt;=&amp;quot;~/ClientBin/SteveSL.xap&lt;/font&gt;&amp;quot; MinimumVersion=&amp;quot;2.0.30923.0&amp;quot; Width=&amp;quot;100%&amp;quot; Height=&amp;quot;100%&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;</description></item><item><title>Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117401.aspx</link><pubDate>Sat, 25 Oct 2008 17:47:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117401</guid><dc:creator>markcaz68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117401.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117401</wfw:commentRss><description>&lt;p&gt;I did install the RTW for Visual Studio, and my development environment is great.&amp;nbsp; I don&amp;#39;t know why you say the Silverlight control is old - Visual Studio adds it to the default .aspx pages it generates.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s totally a problem on my IIS server machine which doesn&amp;#39;t have Visual Studio.&lt;/p&gt;
&lt;p&gt;Yes, I can use an html object tag, however I need the .aspx file to work.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117380.aspx</link><pubDate>Sat, 25 Oct 2008 17:15:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117380</guid><dc:creator>Sopheap Ly</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117380.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117380</wfw:commentRss><description>&lt;p&gt;The ASP.NET Silverlight control is old. You should try installing the new Silverlight RTW Tools for Visual Studio, removing and adding the reference to System.Web.Silverlight.dll and recompile your asp.net application.&lt;/p&gt;&lt;p&gt;If nothing works, you should just embed the Silverlight in html object tag.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117363.aspx</link><pubDate>Sat, 25 Oct 2008 16:37:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117363</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117363.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117363</wfw:commentRss><description>&lt;p&gt;You mean you didnt install VS or Tools?&lt;/p&gt;</description></item><item><title>Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117358.aspx</link><pubDate>Sat, 25 Oct 2008 16:26:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117358</guid><dc:creator>markcaz68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117358.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117358</wfw:commentRss><description>&lt;p&gt;Yes, my mime types are all fine.&lt;/p&gt;
&lt;p&gt;The &amp;lt;object&amp;gt; tag gets generated automatically by asp.net, but somehow it&amp;#39;s putting the beta (-b2) in there.&amp;nbsp; I don&amp;#39;t know why this is!&amp;nbsp; My mime types are fine, my /bin directory has System.Web.Silverlight.dll version 2.0.30825.0 from 10/5/2008 2:53 am, and there&amp;#39;s no .refresh file there to overwrite it.&amp;nbsp; I even removed any older System.Web.Silverlight.dll versions.&lt;/p&gt;
&lt;p&gt;The &amp;lt;object&amp;gt; tag is generated fine by asp.net on my development machine.&amp;nbsp; It&amp;#39;s only my server that has the problem (it doesn&amp;#39;t have Visual Studio, so I only installed the Silverlight 2 SDK).&lt;/p&gt;</description></item><item><title>Re: Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117341.aspx</link><pubDate>Sat, 25 Oct 2008 15:17:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117341</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117341.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117341</wfw:commentRss><description>&lt;p&gt;I think first of all, the mime type should be&amp;nbsp; &lt;em&gt;application/x-silverlight&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;And then, for the aspx, the object type and data, at least for me using Silverlight 2 RC0&lt;/p&gt;
&lt;p&gt;&amp;lt;object data=&amp;quot;data:application/x-silverlight-2,&amp;quot; type=&amp;quot;application/x-silverlight-2&amp;quot;...&amp;gt;&lt;/p&gt;</description></item><item><title>Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117326.aspx</link><pubDate>Sat, 25 Oct 2008 14:43:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117326</guid><dc:creator>markcaz68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117326.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117326</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m running RC0, or RTW, or whatever &amp;quot;SDK 2.0&amp;quot; is.&amp;nbsp; I don&amp;#39;t have Visual Studio on my server, so I only installed the latest SDK.&amp;nbsp; I had Beta-2 on there, but I uninstalled it before getting the new SDK.&lt;/p&gt;
&lt;p&gt;Changing to 2.0.30923.0 didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;One clue I just noticed is the object tag that&amp;#39;s getting generated by asp.net still has -b2 in it....&lt;/p&gt;
&lt;p&gt;//&amp;lt;![CDATA[&lt;br /&gt;Sys.UI.Silverlight.Control.createObject(&amp;#39;Xaml1_parent&amp;#39;, &amp;#39;&amp;lt;object type=&amp;quot;&lt;strong&gt;application/x-silverlight-2-b2&amp;quot;&lt;/strong&gt; data=&amp;quot;&lt;strong&gt;data:application/x-silverlight-2-b2&lt;/strong&gt;,&amp;quot; id=&amp;quot;Xaml1&amp;quot; style=&amp;quot;height:100%;width:100%;&amp;quot;&amp;gt;\r\n\t&amp;lt;param name=&amp;quot;MinRuntimeVersion&amp;quot; value=&amp;quot;2.0.31005.0&amp;quot;&amp;gt;\r\n\r\n\t&amp;lt;/param&amp;gt;&amp;lt;param name=&amp;quot;InitParams&amp;quot; value=&amp;quot;Mode=Student&amp;quot;&amp;gt;\r\n\r\n\t&amp;lt;/param&amp;gt;&amp;lt;a href=&amp;quot;&lt;a href="http://go2.microsoft.com/fwlink/?LinkID=114576&amp;amp;amp;v=2.0"&gt;http://go2.microsoft.com/fwlink/?LinkID=114576&amp;amp;amp;v=2.0&amp;quot;&amp;gt;&amp;lt;img&lt;/a&gt; src=&amp;quot;&lt;a href="http://go2.microsoft.com/fwlink/?LinkID=108181"&gt;http://go2.microsoft.com/fwlink/?LinkID=108181&lt;/a&gt;&amp;quot; alt=&amp;quot;Get Microsoft Silverlight&amp;quot; style=&amp;quot;border-width:0;&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;\r\n&amp;lt;/object&amp;gt;&amp;#39;);&lt;br /&gt;//]]&amp;gt;&lt;/p&gt;
&lt;p&gt;How does asp.net know how to generate this &amp;lt;object&amp;gt; tag?&amp;nbsp;&amp;nbsp;&amp;nbsp; How do I make sure it&amp;#39;s using the right System.Web.Silverlight as seen below?&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;System.Web.Silverlight&amp;quot; Namespace=&amp;quot;System.Web.UI.SilverlightControls&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TagPrefix=&amp;quot;asp&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item><item><title>Re: Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117188.aspx</link><pubDate>Sat, 25 Oct 2008 04:59:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117188</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117188.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117188</wfw:commentRss><description>&lt;p&gt;change your version code to be 2.0.30923.0&lt;/p&gt;</description></item><item><title>Re: RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117187.aspx</link><pubDate>Sat, 25 Oct 2008 04:58:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117187</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117187.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117187</wfw:commentRss><description>&lt;p&gt;Which version are you using? the RC0 or the beta2?&lt;/p&gt;</description></item><item><title>RTW Install problem on IIS Server</title><link>http://forums.silverlight.net/forums/thread/117027.aspx</link><pubDate>Fri, 24 Oct 2008 20:01:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:117027</guid><dc:creator>markcaz68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/117027.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=13&amp;PostID=117027</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t get my IIS Server to work properly.&amp;nbsp; Browsers that connect to it are constantly asked to update to the new version of SL, even thou they already have it.&amp;nbsp; My mime types are fine.&lt;/p&gt;
&lt;p&gt;When creating a project in VStudio it creates 2 pages to run my app:&amp;nbsp; .aspx and .html.&amp;nbsp; The .html file with the &amp;lt;object&amp;gt; works fine on my server, however the .aspx file is what causes the problem.&amp;nbsp; (Both work fine on my dev machine)&amp;nbsp; I uninstalled the SDK, and re-installed it - but that didn&amp;#39;t help.&amp;nbsp;&amp;nbsp;The .aspx is below - I think it&amp;#39;s a problem with System.Web.Silverlight or System.Web.UI.SilverlightControls, but I&amp;#39;m not sure where to start with this.&amp;nbsp; The bin directory has System.Web.Silverlight in it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I appreciate any help!&amp;nbsp; Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;&amp;lt;%&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;@&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Page&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Language&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;C#&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;AutoEventWireup&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;true&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; %&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;lt;%&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;@&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Register&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Assembly&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;System.Web.Silverlight&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Namespace&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;System.Web.UI.SilverlightControls&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;TagPrefix&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;asp&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; %&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;!&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;DOCTYPE&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;html&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;PUBLIC&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;html&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;xmlns&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;style&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;100%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;head&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;title&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;font size="2"&gt;Test2&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;title&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;head&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;body&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;style&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;100%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;margin&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;0&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;form&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;form1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;style&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;100%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ScriptManager&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ScriptManager1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ScriptManager&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;style&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;100%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Silverlight&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Xaml1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Source&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;~/ClientBin/Test2.xap&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;MinimumVersion&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;2.0.31005.0&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Width&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;100%&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Height&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;100%&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;form&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;body&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;html&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>