I downloaded and installed the Silverlight 3 Tools.
I want to use the Silverlight server control in an ASP.net page, but I don’t have the Silverlight tab in my toolbox.
I also can’t find System.Web.Silverlight.dll to add it myself.
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.
That will be because in silverlight 3 that control has been removed. You need to build the
<object ...tag yourself. Here is a simple example:-However if you want the standard error handling and automatic reload when SL installed behaviour you will need to add the onError parameter to point at function to handle the errors and include the silverlight.js which is still part of the SL3 install.