I have a dotnet web solution. I wish to include the silverlight technologies into it.
Can you tell how do I proceed.
I am new to silverlight…so might be this question a blunder 🙁
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.
You install the Silverlight SDK (if you don’t have it already) and create a new Silverlight project. This project should contain the Silverlight application and a web project containing sample code on embedding it. You may also take a look at this site.