Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Sharepoint V1 Event Sinks (VBScript)

  Asked By: Judith Hammond         Date: Nov 23, 2009      Category: Sharepoint      Views: 529
 

Has anyone in the group implemented a custom event sink? I have registered a
OnSyncDelete event sink but I don't think that it is being triggered. I followed
Microsoft instructions to configure it as a COM+ app but it still does not work.

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Yogendra Zarapkar          Answered On: Nov 23, 2009       

I don't have any tips other than to stay away from event  sinks. MS has
basically said not to build on this technology for any long term
solutions. It's buggy at best and a bear to maintain plus the fact that
with V2 all this goes away so you'll be left to completely rewrite your
code. Your choice to implement it (if you've already made that
investment in time, etc.) but I would suggest looking at building on a
V2 solution if you can.

 
Didn't find what you were looking for? Find more on Sharepoint V1 Event Sinks (VBScript) Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].