How to Run Silverlight Project in Existing Web Project
Step By Step
How to run Silverlight project in Existing web project so that your web application can run it smoothly without any interruption because many developers are facing problem while integrating existing project of silverlight with existing web project.
1. Open web project in Visual Studio 2008.
2. Right click on the Solution of the web project and on Add click Add Existing Project.
3. Choose the solution file of the silverlight project so the silverlight application will be the part of the existing web project.
4. After the sliverlight application has added to the existing web project.
5. Now Right click on the Solution of the project and click on Properties and select Project Dependencies in the Common Properties.
6. Now select the Silverlight project in project list and CHECK the checkbox of the Web project. Click Ok.
7. Now Right click on the web Project and go to Property Pages. It will open a popup window.
8. Now select the Silverlight Applications in left side list and if there is a project in the right side list Remove it and click on Add and select the Silverlight project and simply click on Add and then Ok.
Now Run the project and Hopefully it will work fine.
Regards,
M Saeed Chamman,
360 Technologies.
No comments:
Post a Comment