How can I add silverlight application to asp.net application?http://forums.asp.net/t/1773479.aspx/1?How+can+I+add+silverlight+application+to+asp+net+application+Mon, 27 Feb 2012 06:07:11 -050017734794849532http://forums.asp.net/p/1773479/4849532.aspx/1?How+can+I+add+silverlight+application+to+asp+net+application+How can I add silverlight application to asp.net application? <p>Most of you may think this is a stupid question but actually I can't find a satisfactory answer on the Internet.</p> <p>I have an ASP.net application (using asp web forms in Visual Studio) developed before. Now I want to develop a silverlight application. However, how can I add this silverlight application to the previously developed ASP.net web form application.&nbsp;</p> <p>I have searched on the Internet and most of them just teach adding ASP.net web form in the .Web directory in the silverlight application. However, I want the other way round. Can I add the xap file from my silverlight application to my previously developed ASP.net web form applicaiton? How can I do it? (so far what I have searched is adding a script manager and refer to the Silverlight.js but no more details) Thank you.</p> 2012-02-24T14:29:19-05:004849704http://forums.asp.net/p/1773479/4849704.aspx/1?Re+How+can+I+add+silverlight+application+to+asp+net+application+Re: How can I add silverlight application to asp.net application? <p>What you need to do is bring that silverlight application project into your existing asp.net solution as a project. You can accomplish this by <strong>right-click on the solution name</strong> and clicking <strong>Add &gt; Existing&nbsp;Project</strong>. go out and find the project for silverlight and now its part of your application as a proejct under one solution.</p> 2012-02-24T16:03:55-05:004849706http://forums.asp.net/p/1773479/4849706.aspx/1?Re+How+can+I+add+silverlight+application+to+asp+net+application+Re: How can I add silverlight application to asp.net application? <p>Now, if you don't see Solution above your project, you can enable that by:</p> <p>Tools &gt; check Show all settings &gt; Click projects and solutions, check Always show solution</p> 2012-02-24T16:05:30-05:004849709http://forums.asp.net/p/1773479/4849709.aspx/1?Re+How+can+I+add+silverlight+application+to+asp+net+application+Re: How can I add silverlight application to asp.net application? <p>Now, if you don't find a project, instead do Add &gt; Existing Web Site and that will add it as a separate project to your solution.</p> 2012-02-24T16:07:04-05:004851231http://forums.asp.net/p/1773479/4851231.aspx/1?Re+How+can+I+add+silverlight+application+to+asp+net+application+Re: How can I add silverlight application to asp.net application? <p>After I add my silverlight project, how should I make the source such that it is accessible by any ASP.NET pages? Thank you.</p> 2012-02-26T08:14:29-05:004852100http://forums.asp.net/p/1773479/4852100.aspx/1?Re+How+can+I+add+silverlight+application+to+asp+net+application+Re: How can I add silverlight application to asp.net application? <p>Hi</p> <p>You can add the Silverlight to your asp.net Project like this:</p> <p><a href="http://www.silverlight.net/archives/videos/add-a-silverlight-application-to-an-aspnet-page">http://www.silverlight.net/archives/videos/add-a-silverlight-application-to-an-aspnet-page</a></p> <p>Hope it helpful.</p> <p></p> 2012-02-27T06:07:11-05:00