问题描述
我面临公告列表项更新事件的问题.项目更新事件触发两次.
I am facing issue with Announcement list item updated event. Item updated event triggering twice.
我没有从代码中更新任何项目属性.
I am not updating any item property from code.
我尝试过的事情-
Things I tried -
1. this.EventFiringEnabled设置为false
1. this.EventFiringEnabled set to false
2.检查事件接收器的计数是否包含特定列表,并使用powershell正确显示
2. Checked the event receivers count for particular list and shows correct using powershell
3.停用功能,撤回解决方案.
3. Deactivated feature, retracted solution.
4.尝试调试时,光标在ItemUpdated()事件中出现两次
4. When tried to debug, the cursor comes twice in ItemUpdated () event
任何帮助.
谢谢.
Amol C kadam
Amol C kadam
推荐答案
列表是否包含任何工作流程?您可以在下面的线程中检查是否存在类似问题.
https://social.msdn.microsoft.com/Forums/office/en-US/89ac0698-93c9-4984-9cb9-beeed2cde152/event-receiver-triggers-twice?forum=sharepointdevelopmentprevious
最好的问候,
李
这篇关于ItemUpdated事件触发两次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!