Object.GetType 抛出 NullReferenceExceptions

发布于 2024-12-28 19:11:54 字数 825 浏览 0 评论 0原文

我正在尝试在我的 SharePoint 项目中使用 Pex 和 Moles。然而,我在运行 Pex Explorations 时遇到了问题。我收到错误:

System.NullReferenceException: Object reference not set to an instance of an object.
  at System.Type System.Object.GetType()

在“Pex Exporations 结果”窗口中我看到 2 个反射问题:

System.TypeLoadException: Method 'get_TargetType' in type 'System.ComponentModel.Moles.SBaseNumberConverter' from assembly 'System.Moles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0ae41878053f6703' does not have an implementation.

在装饰的属性处 [module System.Moles.dll]

以及

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

装饰的属性 [模块System.Moles.dll]

I'm trying to use Pex and Moles in my SharePoint project. However I'm facing problem when running Pex Explorations. I'm getting error:

System.NullReferenceException: Object reference not set to an instance of an object.
  at System.Type System.Object.GetType()

Additionaly in "Pex Exporations result" window i'm seeing 2 Reflection issues:

System.TypeLoadException: Method 'get_TargetType' in type 'System.ComponentModel.Moles.SBaseNumberConverter' from assembly 'System.Moles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0ae41878053f6703' does not have an implementation.

at an attribute that decorates
[module System.Moles.dll]

and

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

at an attribute that decorates
[module System.Moles.dll]

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文