之前在07的时候使用SharePoint Event Receiver Manager (2007 & 2010)来管理SharePoint的Event Handler,但是2013后作者没有更新。

  下载源码修改了下,现在依旧可以使用。

  改动有:

  1、spevthkman.cs的465行,改为var eventName = definition.Type.ToString()

  2、AddDialog.cs的184和225行:c:\windows\assembly\GAC_MSIL改为C:\Windows\Microsoft.NET\assembly\GAC_MSIL。

  3、注释掉246行 //this.AssemblyComboBox.SelectedIndex = 1;

 

修改后文件

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2021-07-14
  • 2021-12-10
  • 2021-05-30
  • 2021-06-13
  • 2022-01-14
  • 2021-06-25
猜你喜欢
  • 2021-10-09
  • 2021-07-03
  • 2021-04-16
  • 2021-04-19
相关资源
相似解决方案