SharePoint Event Receiver Manager for SharePoint 2013

Recently, I was helping one of my clients to upgrade their SharePoint 2010 farm to SharePoint 2013.

They were using SharePoint Event Receiver Manager (2007/2010) to register and un-register the event receiver in their SharePoint 2010 environment (https://speventreceiverman.codeplex.com). The tool requires some updates to work with the SharePoint 2013 with Windows 2012.

GAC.cs Line 184 and 225: Update the directory to “”C:\Windows\Microsoft.NET\assembly\GAC_MSIL” spevthkman.cs Line 465: string eventName = definition.Type.ToString();