答案 0 :(得分:1)
查看堆栈跟踪,错误实际上是在插件中引发的,而不是在上面粘贴的代码中。特别注意这一行:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at AccessCRM.PluginUtilities.GetStringValueFromProperty(Property p)
at AccessCRM.ChangeLogContactData.Execute(IPluginExecutionContext context)
您需要发布该插件的代码,以便我们再看看。
或者使用Remote Debugging自行调试。