Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi there, I've been reading the dynamic loading of remote modules. Everything seems pretty straight forward, however, there doesn't seem to be any documentation I've noticed that explains where these "remote" modules can exist.

Are they remote as in the "same" project back on the server or ANY server?

Do the XAP files need to be placed in a specific location, can someone please clear this one up for me?
Posted

1 solution

Yes. You need to place them in web site.

For example: You have the following Silverlight.

1. Project.Shell
2. Project.Module1
3. Project.Module2

and you have ASP.NET project called Project.Shell.Host.

You need to put Project.Shell.xap, Project.Module1.xap and Project.Module2.xap in Project.Shell.Host that you want to show your Silverlight project.

Hope it helps.

 
Share this answer
 


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