Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

can someone help me out of this.....

I did a HR project(project 1) base on silverlight,now I have to join it to another silverlight project(project 2).I want to access thease project from browser,using two buttons.
Posted
Updated 31-Aug-11 19:52pm
v2

1 solution

You should be having a xap for the new Silverlight project (project 2).

Call it on demand on clicking the button.
If you are using Prism, this is easier to do as you can define both these projects to be part of the module catalog.

You can start by reading about this by reading
http://blogs.southworks.net/dschenkelman/2009/08/09/how-to-populate-the-module-catalog-from-xaml-in-a-wpf-application-using-the-composite-application-guidance-for-wpf-silverlight-prism-v2/[^]
http://www.dotnetcurry.com/ShowArticle.aspx?ID=635[^]
 
Share this answer
 
Comments
kasunsm.kt 1-Sep-11 2:08am    
Thank you...but isn't there any difference between normal silverlight project's client part and a module(according to prism)...
Abhinav S 1-Sep-11 3:18am    
Are you asking about the differences between a xap and a module?

A xap is the actual physical file (including dlls) that is downloaded and run at a client.
A module is more of a logical entity which you define when you use Prism.
kasunsm.kt 1-Sep-11 4:01am    
I mean is there any difference between module and silverlight project...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900