views:

341

answers:

2

Hi,

I have a custom content type with two event handler attached : ItemAdded and ItemAdding. The first one (ItemAdded) is fired without problem. But the second one is never fire. I've attached the event using API et declarative way. But nothing change.

Do you have already get the same issue ?

+3  A: 

Maybe you can use this tool to check wheather your event receivers are assigned correctly to the list where your content type is used:

http://www.entwicklungsgedanken.de/2008/02/29/tool-eventreceiver-installer-for-sharepoint/

Maybe you have a configuration error in your feature definition.

eXXL
A: 

Look in the Event Logs. Mine, most of the time, will place an error entry in the Application event log.

hobbyman