Compact Framework 2.0 上的控制反转
我一直在“谷歌搜索”有关 Compact Framework 上的控制反转的信息,但大多数解决方案都适用于 3.5 版本。
总结:我需要一个在 Compact Framework 2.0 上工作的轻量级、简单的控制反转容器。
先感谢您。
I've been "googling" around about inversion of control on Compact Framework but most of solutions will work on 3.5 version.
Summarizing: I need a light-weight, simple inversion of control container working on Compact Framework 2.0.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来,大多数 IoC 容器的当前版本不再支持旧版本的 .net 框架(和 Compact Framework)。
您可能会侥幸使用旧版本。
例如,Ninject 下载页面 表明 Ninject 1.5 可在 CF 2.0 上运行:
As it seems, the current versions of most IoC containers don't support old versions of the .net framework (and the Compact Framework) anymore.
You might get away with using older releases.
For example, the Ninject download page says that Ninject 1.5 works on CF 2.0:
还有另一个不错的解决方案:Codeplex 上的 OpenNETCF.IoC Framework
There is also another decent solution: OpenNETCF.IoC Framework on codeplex