<?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>Getting Started</title><link>http://forums.silverlight.net/forums/14.aspx</link><description>The perfect forum for asking the basic questions. No question too simple!</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/240451.aspx</link><pubDate>Wed, 01 Jul 2009 21:13:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240451</guid><dc:creator>SharpGIS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240451.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=240451</wfw:commentRss><description>&lt;p&gt;Remove SilverlightApplication1.Web. This project is for testing your silverlight app, but you want your silverlight app to run in the existing website (meaning you don&amp;#39;t need that autogenerated&amp;nbsp; web app).&lt;/p&gt;&lt;p&gt;You need the .xap placed in the other website, and you need to reference the .xap in the source property using a correct relative path where it can find that.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/240326.aspx</link><pubDate>Wed, 01 Jul 2009 16:23:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240326</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240326.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=240326</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m fairly sure that my .xap is in the client bin. Here is what my solution explorer looks like in VS2008, maybe someone can double check if its in the correct location:&lt;/p&gt;&lt;p&gt;&lt;a href="http://tinypic.com/r/35iof10/5"&gt;http://tinypic.com/r/35iof10/5&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, regarding changing localhost to machine name, I&amp;#39;m assuming you mean for me to change it in the url when I launch the website?&amp;nbsp;&lt;/p&gt;&lt;p&gt;The original url when I launch the site is this: C:\Users\nk\Desktop\Corp Web Files\ver_0\corpwebfiles_ver0\index.html &lt;/p&gt;&lt;p&gt;Do I change this to: http://dev33/Corp%20Web%20Files/ver_0/corpwebfiles_ver0/index.html&lt;/p&gt;&lt;p&gt;(where dev33 is my machine name)... if so, this didn&amp;#39;t work and I received a 404 Not Found page:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div id="details-left"&gt;&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Module&lt;/th&gt;
&lt;td&gt;IIS Web Core&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;MapRequestHandler&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Handler&lt;/th&gt;
&lt;td&gt;StaticFile&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Error Code&lt;/th&gt;
&lt;td&gt;0x80070002&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Requested URL&lt;/th&gt;
&lt;td&gt;http://dev33:80/Corp Web Files/ver_0/corpwebfiles_ver0/index.html&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;C:\inetpub\wwwroot\Corp Web 
Files\ver_0\corpwebfiles_ver0\index.html&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Logon Method&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Logon User&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for the help, really appreciate it. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/240013.aspx</link><pubDate>Wed, 01 Jul 2009 02:47:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240013</guid><dc:creator>SharpGIS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240013.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=240013</wfw:commentRss><description>&lt;p&gt;Note that fiddler doesnt by default track requests to localhosts. Try and replace localhost with the machine name. You should see requests for your html page as well.&lt;/p&gt;&lt;p&gt;The error you are getting indicates that it cannot find the .xap fle. My guess is that you dont have it in /ClientBin/SilverlightApplication1.xap&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239810.aspx</link><pubDate>Tue, 30 Jun 2009 17:16:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239810</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239810.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239810</wfw:commentRss><description>&lt;p&gt;&amp;nbsp; BTW, running fiddler didnt show any requests for .js or .xap.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s the report from fiddler:&lt;/p&gt;&lt;p&gt;.REQUEST { font: 8pt Courier New; color: blue;} .RESPONSE { font: 8pt Courier New; color: green;}&lt;/p&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Result&lt;/th&gt;&lt;th&gt;Protocol&lt;/th&gt;&lt;th&gt;Host&lt;/th&gt;&lt;th&gt;URL&lt;/th&gt;&lt;th&gt;Body&lt;/th&gt;&lt;th&gt;Caching&lt;/th&gt;&lt;th&gt;Content-Type&lt;/th&gt;&lt;th&gt;Process&lt;/th&gt;&lt;th&gt;Comments&lt;/th&gt;&lt;th&gt;Custom&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;200&lt;/td&gt;&lt;td&gt;HTTP&lt;/td&gt;&lt;td&gt;www.fiddler2.com&lt;/td&gt;&lt;td&gt;/fiddler2/updatecheck.asp?isBeta=False&lt;/td&gt;&lt;td&gt;411&lt;/td&gt;&lt;td&gt;private  &lt;/td&gt;&lt;td&gt;text/plain&lt;/td&gt;&lt;td&gt;fiddler:3216&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;302&lt;/td&gt;&lt;td&gt;HTTP&lt;/td&gt;&lt;td&gt;go.microsoft.com&lt;/td&gt;&lt;td&gt;/fwlink/?LinkId=108181&lt;/td&gt;&lt;td&gt;242&lt;/td&gt;&lt;td&gt;private  Expires: Tue, 30 Jun 2009 17:16:53 GMT&lt;/td&gt;&lt;td&gt;text/html; charset=utf-8&lt;/td&gt;&lt;td&gt;iexplore:3288&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;304&lt;/td&gt;&lt;td&gt;HTTP&lt;/td&gt;&lt;td&gt;silverlight.dlservice.microsoft.com&lt;/td&gt;&lt;td&gt;/download/d/2/9/d29e5571-4b68-4d95-b43a-4e81ba178455/2.0/ENU/InstallSilverlight.png&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;image/png&lt;/td&gt;&lt;td&gt;iexplore:3288&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;200&lt;/td&gt;&lt;td&gt;HTTP&lt;/td&gt;&lt;td&gt;loc1.hitsprocessor.com&lt;/td&gt;&lt;td&gt;/statistics.asp?v=1&amp;amp;s=3&amp;amp;acct=v4700_69906a10&amp;amp;an=Microsoft%20Internet%20Explorer&amp;amp;sr=&amp;amp;ck=14&amp;amp;rf=&amp;amp;sl=en-us&amp;amp;av=4.0%20%28compatible%3B%20MSIE%208.0%3B%20Windows%20NT%206.0%3B%20WOW64%3B%20Trident/4.0%3B%20SLCC1%3B%20.NET%20CLR%202.0.50727%3B%20Media%20Center%20PC%205.0%3B%20InfoPath.2%3B%20.NET%20CLR%203.5.21022%3B%20.NET%20CLR%203.5.30729%3B%20.NET%20CLR%203.0.30618%29&amp;amp;l=undefined&amp;amp;pf=Win32&amp;amp;pg=/C%3A/Users/nkumar/Desktop/Corp%2520Web%2520Files/ver_0/corpwebfiles_ver0/index.html&amp;amp;cd=32&amp;amp;rs=1600%20x%201200&amp;amp;tz=420&amp;amp;je=true&amp;amp;tks=1246382281766&lt;/td&gt;&lt;td&gt;48&lt;/td&gt;&lt;td&gt;no-cache, no-store, must-revalidate, no-transform  Expires: -1&lt;/td&gt;&lt;td&gt;image/gif&lt;/td&gt;&lt;td&gt;iexplore:3288&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt; - &lt;/td&gt;&lt;td&gt;HTTP&lt;/td&gt;&lt;td&gt;loc1.hitsprocessor.com&lt;/td&gt;&lt;td&gt;/track.js&lt;/td&gt;&lt;td&gt;-1&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;iexplore:3288&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&amp;nbsp;</description></item><item><title>Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239803.aspx</link><pubDate>Tue, 30 Jun 2009 17:01:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239803</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239803.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239803</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been testing my project all along in Firefox, but when you told me to use Fiddler I ran it in IE8. In IE I can actually see the spot where the SL control is supposed to be and it does indeed try to load it (this did not happen in Firefox)... So there definitely is some progress here, but it still doesn&amp;#39;t load. &lt;/p&gt;&lt;p&gt;I did however receive an error message while running in IE that I didn&amp;#39;t get in Firefox:&lt;/p&gt;&lt;p&gt;&amp;nbsp;Webpage error details&lt;br /&gt;&lt;br /&gt;User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)&lt;br /&gt;Timestamp: Tue, 30 Jun 2009 16:52:33 UTC&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Message: Unhandled Error in Silverlight 2 Application &lt;br /&gt;Code: 2104&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Category: InitializeError&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Message: Could not download the Silverlight application. Check web server settings&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Line: 70&lt;br /&gt;Char: 13&lt;br /&gt;Code: 0&lt;/p&gt;&lt;p&gt;Again, I&amp;#39;ve checked MIME types and the three needed are added in there correctly. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;How can I fix this? Any ideas?&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239448.aspx</link><pubDate>Tue, 30 Jun 2009 04:49:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239448</guid><dc:creator>SharpGIS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239448.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239448</wfw:commentRss><description>&lt;p&gt;Run Fiddler (www.fiddlertool.com) and verify that the .xap and .js is requested as expected when you load the page (ensure the requests are there and they are not red)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Your mime mappings looks fine.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239383.aspx</link><pubDate>Mon, 29 Jun 2009 22:38:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239383</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239383.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239383</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;SharpGIS:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Have you configured IIS to set the correct content type for .xap files ?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you point me in the direction of how I can go about doing this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I already looked in IIS and found that the following types were already present:&lt;/p&gt;&lt;ul style="margin-top:0in;"&gt;&lt;font size="2"&gt;&lt;li class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;font face="Calibri"&gt;.xap&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;application/x-silverlight-app&lt;/font&gt; 
&lt;/li&gt;&lt;li class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;font face="Calibri"&gt;.xaml&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;application/xaml+xml&lt;/font&gt; 
&lt;/li&gt;&lt;li class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;font face="Calibri"&gt;.xbap&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;application/x-ms-xbap &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;&lt;/font&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;But is there any thing else I need to do, because it still doesn&amp;#39;t work. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks again! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239375.aspx</link><pubDate>Mon, 29 Jun 2009 22:18:03 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239375</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239375.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239375</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;No I have not...that could very well be the issue. I&amp;#39;m trying to figure out how to do that right now.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239371.aspx</link><pubDate>Mon, 29 Jun 2009 22:03:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239371</guid><dc:creator>SharpGIS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239371.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239371</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Have you configured IIS to set the correct content type for .xap files ?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239332.aspx</link><pubDate>Mon, 29 Jun 2009 20:40:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239332</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239332.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239332</wfw:commentRss><description>&lt;br /&gt;</description></item><item><title>Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239305.aspx</link><pubDate>Mon, 29 Jun 2009 19:39:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239305</guid><dc:creator>davidezordan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239305.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239305</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;read these:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc189089(VS.95).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc189089(VS.95).aspx&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc265155(VS.95).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc265155(VS.95).aspx&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description></item><item><title>Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239246.aspx</link><pubDate>Mon, 29 Jun 2009 16:56:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239246</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239246.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239246</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks for the reply... I tried what you said, by adding a new silverlight project to my vs solution, then copying the &amp;lt;object&amp;gt; and &amp;lt;script&amp;gt; tags into my index.html page where I want to display the silverlight, however this did not work.&lt;/p&gt;&lt;p&gt;&amp;nbsp;When I view the html page in a browser, the silverlight object doesn&amp;#39;t appear. It seems to keep trying to load but nothing shows up, the rest of the html portion however does display.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any ideas on why its not working? One thing I wasn&amp;#39;t quite sure about from your last post was when you said to &amp;quot;edit its settings&amp;quot;... I didn&amp;#39;t know what you meant by that, maybe you can clarify for me.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/239065.aspx</link><pubDate>Mon, 29 Jun 2009 09:50:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239065</guid><dc:creator>Paru</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239065.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239065</wfw:commentRss><description>&lt;p&gt;Copy past the HTML on the page that loads the silverlight content into the page where you require it &lt;/p&gt;
&lt;p&gt;Again add the silverlight.js also&lt;/p&gt;</description></item><item><title>Re: Getting started...</title><link>http://forums.silverlight.net/forums/thread/238575.aspx</link><pubDate>Sat, 27 Jun 2009 04:20:57 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:238575</guid><dc:creator>SharpGIS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/238575.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=238575</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;You cannot add Silverlight control to a website. You should instead add a new silverlight project to the visual studio solution, then right-click the website project, edit its settings, go to silverlight and add your silverlight application. &lt;/p&gt;&lt;p&gt;What this does is everytime you build the .xap will be copied to your website. When you do the above steps, it will generate two test pages, which you can delete, but wait a bit. First open the .html testpage, then copy the &amp;lt;object&amp;gt; tag and the &amp;lt;script&amp;gt; tag and copy to the page where you want to add a silverlight element.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Getting started...</title><link>http://forums.silverlight.net/forums/thread/238499.aspx</link><pubDate>Fri, 26 Jun 2009 21:07:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:238499</guid><dc:creator>ddni_nk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/238499.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=238499</wfw:commentRss><description>&lt;p&gt;I have just been given a project as an intern to integrate silverlight controls into an existing company html webpage...&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve opened the files in VS2008 and tried adding a new SL control to the project but it doesn&amp;#39;t give me an option to do so. &lt;/p&gt;
&lt;p&gt;When I tried creating my own ASP.net Web Application and then adding a SL control it works great. I am able to open the html page and the SL control shows up fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas?&lt;/p&gt;
&lt;p&gt;Any assistance regarding this matter will be greatly appreciated.&lt;/p&gt;</description></item></channel></rss>