vote up 3 vote down star
4

Here's the deal, I have various event receivers registered to a document library:

  • ItemAdded
  • ItemAdding
  • ItemFileMoved
  • ItemUpdating

These event receivers work as expected in all cases, APART FROM copying and pasting into explorer view. It's worth noting that the event receivers do fire off when MOVING from explorer view into explorer view!

Has anyone else experienced this? Is there a way to fix this?

flag

22% accept rate
Someone else with the same problem: mqsharepoint.blogspot.com/2007/08/… – Alex Angas Sep 28 at 11:08
Hm that's interesting, my experience is that CUT paste works, but COPY paste doesn't! What's clear is that the event handlers in Explorer View don't work properly! – zikoziko Sep 28 at 13:30
Always the first question: Did you install all of the latest patches / sp? – Kobi Oct 5 at 21:59
I'm at WSS 3.0 SP2 – zikoziko Oct 8 at 8:48

3 Answers

vote up 0 vote down

Workaround:

  • Create a SharePoint Designer Workflow, attach it to your Doc Library.
  • Make it run when the item is changed or updated
  • Give it a simple step with the following Action (no conditions)
  • Update field in the Current Item
  • Select the "Title" field, set it to "Changed".

You are probably able to capture the events from your .NET logic now.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

If you are thinking of keeping the drag and drop functionality, and losing the Explorer view, you might want to look at this..

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.