MEF和月光
我想弄清楚 MEF 和月光是否可以一起工作。我听说 Mono 2.8 已经包含了 MEF。不过,完整的 MEF 是否适用于月光应用程序?
现在我正在使用这个改编的月光库 http://mefcontrib.codeplex.com/releases/view/ 35019。
不过,某些功能被剥夺了,或者这个库太旧了。
我正在月光下寻找 DeploymentCatalog 功能。
[编辑]
mono.addins 可以在月光下使用吗?或者发现xap文件中的导出部分会出现问题吗?
I am trying to figure out if MEF and moonlight work together. I heard Mono 2.8 got MEF already included. Although, will the full MEF work for moonlight applications?
For now I am using this adapted moonlight library http://mefcontrib.codeplex.com/releases/view/35019.
Although, some functionality is stripped or this library is just to old.
I am searching for the DeploymentCatalog feature in moonlight.
[EDIT]
Can mono.addins be used in moonlight? Or will it be a problem to discover the export parts in the xap file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案。
部署目录现已可用。
这些是我采取的步骤:
- 首先,我删除了旧的改编 MEF 库的程序集
-然后我将月光升级为预览月光 3 http://www.go-mono.com /moonlight/prerelease.aspx
-然后将程序集更改为 MEF Preview 9 的 silverlight 程序集
我刚刚工作了(:
I found the answer.
Deployment catalog is now avaible.
these are the steps I took:
-First I removed the assembly of the old adapted MEF library
-than I upgraded my moonlight to preview moonlight 3 http://www.go-mono.com/moonlight/prerelease.aspx
-than changed the assembies to the silverlight assemblies of MEF Preview 9
I than just worked (: