I am using VS2008,I can not able to see the asp:silverlight (to embed my silverlight file in aspx page) ,
How can i get it in my toolbox.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The asp:Silverlight control is no longer included as of Silverlight 3. In order to include a Silverlight app in a web page you will need to use the html
<object>tag.Your silverlight application project will have created a Test page (.aspx or .htm) either in the output folder or in a Web application is associated with it in the solution. You can use copy the object tag contents from these to use elsewhere.