温莎设施错误

发布于 2024-10-30 07:08:42 字数 495 浏览 0 评论 0原文

每次我尝试向 Windsor 容器实例添加设施时,我都会看到以下异常:

Derived method 'Dispose' in type 'Castle.Facilities.WcfIntegration.WcfFacility' from assembly 'Castle.Facilities.WcfIntegration, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' cannot reduce access. 

AutoTx 设施和 WCF 设施都发生这种情况。

在反射器中查看,该类中的Dispose方法是受保护的,并且在其继承的类中也是受保护的。

我的项目引用了 WcfFacility 演示引用的相同版本的 Castle.Windsor 和 Castle.Core。

有什么想法吗?

我在网上搜寻答案,但运气不佳。

谢谢!

Everytime I try to add a facility to my Windsor container instance, I see the following exception:

Derived method 'Dispose' in type 'Castle.Facilities.WcfIntegration.WcfFacility' from assembly 'Castle.Facilities.WcfIntegration, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' cannot reduce access. 

This has happened for both the AutoTx facility, and the WCF facility.

Looking in reflector, the Dispose method in this class is protected, and is also protected in the class from which it inherits.

My project references the same versions of Castle.Windsor and Castle.Core that the WcfFacility demo references.

Any ideas?

I've scoured the web for answers, by no luck.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℡寂寞咖啡 2024-11-06 07:08:42

这是版本控制问题!我的项目引用了过时的 Castle.Windsor.dll

This was a versioning issue! My project was referencing an out of date Castle.Windsor.dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文