Can you troubleshoot? Find out if the event handler is properly registered? Also, I have seem with so many event handlers where there would be a call to some other assembly, or reference a resource that existed on the dev environment, and if that reference is missing in prod, the event handler will crash without a message.
To find out if it is registered correctly, you can use my utility pack: www.codeplex.com/spstipsutilitypack<http://www.codeplex.com/spstipsutilitypack> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Andrew Sent: Friday, 5 December 2008 12:49 PM To: [email protected] Subject: RE: EmailReceived Event Handler not firing in deployed environment Hi All, We have an Email Received Event Handler that has been working flawlessly in our development environment, but when we deploy to a customer site, fails to fire. When the document library receiving the emails is email enabled, but has no event handler associated, the email and attachments get dropped in the library as you'd expect. But the moment we register out Email Received Event Handler, nothing happens. We can see no diagnostic logging occurring, it's as if the Event Handler simply isn't being fired. From what I can see, there's nothing in the 12 logs, nor the Windows Event logs. Any suggestions of how to diagnose the problem would be most appreciated. Cheers, Trevor Andrew ________________________________ List address: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- List address: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
