Is it possible to have one MVC application that references / hosts more than one Silverlight project?
If so how can I do this?
Thanks for any help in advance!
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.
In the web project properties there is a tab for Silverlight Applications. If you add the Silverlight project there it will be compiled and copied to the ClientBin folder.
Then, in your aspx page just include multiple Silverlight controls.