Enviornment: SharePOint 2013, Visual Studio 2012
Have created a new SP list event handler to capture the Item Added and Item Updated events. Have deployed the solution and checked the site features and the new feature is active.
Now in my custom list when ever a I add a new item, after item is added my event receiver is not getting executed. Have also tried to put some breakpoints in the solution and set debug to start with an url option from properties, such that when you click F5 the custom list page is opened.
After F5, it opened the Custom list form, I added a new item. but after item is added to the list, the Item Added event was not hit by debugger though there is a breakpoint.
Can anyone help?