开发者

Loading RIA services at runtime using PRISM in Silverlight 4.0

I am trying to开发者_如何学JAVA create a modular Silverlight 4.0 application, where the modules are configured using the XAML module catalog.

Some of the modules are RIA Services. Now, the XAML module catalog requires that the modules should be Silverlight Applications and not class libraries. It seems that server side RIA library can be referred from client side only if the client assembly is a class library. A Silverlight application can only be linked to RIA service hosted in a web project.

A workaround would be to use the RIA service project, containing the client and server side assemblies, then add another Silverlight application which refers to the client assembly, and define that application as PRISM module.

But I am assuming there must be a better way. Any second thoughts?


Got the answer in Silverlight forum:

http://forums.silverlight.net/forums/p/219603/524600.aspx#524600

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜