Here\'s the deal, I have various event receivers registered to a document library:
The problem you are encountering is one of the most annoying features of SharePoint, for some reason it not only overlooks our metadata requirements but also the events you are trying to capture when using the explorer view or unc path. I beleive the only workaround for this is to create a WWF workflow.
Workaround:
You are probably able to capture the events from your .NET logic now.
If you are thinking of keeping the drag and drop functionality, and losing the Explorer view, you might want to look at this..