No announcements
Found 2873175 threads
-
0 Votes
Event receiver
My idea is to do via even receiver class, but I dono how to do this please help me... Event recevier should affect only that single document library not all in ...Answered | 2 Replies | 4637 Views | Created by Sendil.M - Thursday, January 29, 2009 12:02 PM | Last reply by SPNoob - Thursday, January 29, 2009 2:27 PM -
1 Votes
Workflow or event receiver
include the list content. Based on my understanding, event receiver is used for list template, there is no settings to enable it in specific ...Answered | 4 Replies | 3266 Views | Created by Eric Sammann - Thursday, February 14, 2013 9:31 PM | Last reply by RizwanKhan_Md - Wednesday, February 27, 2013 9:12 AM -
0 Votes
Event receiver for workflows
Hi, I have a sharepoint designer approval workflow for one document library. I want to move the approved document to another sub-site document library. For that I have ...Answered | 1 Replies | 4038 Views | Created by Phanindra K - Monday, September 5, 2011 7:39 AM | Last reply by AlexanderShelopukho - Monday, September 5, 2011 7:57 AM -
0 Votes
Event Receiver Triggers twice
I tried using the base.EventFiringEnabled = false; before doing the item.Update in the ItemUpdated event receiver but my code was still running twice. But ...Answered | 4 Replies | 1398 Views | Created by Vikas Kottari - Thursday, April 17, 2014 11:32 AM | Last reply by Vertigrator - Friday, November 3, 2017 6:11 AM -
0 Votes
Event Receiver for List Instance
Hi, Try using feature receiver to deploy your event receiver. In the Feature Deactivating method use your logic to remove the ...Answered | 1 Replies | 3760 Views | Created by helpdevelop - Thursday, April 12, 2012 1:19 AM | Last reply by Rashu,Rahul - Thursday, April 12, 2012 2:30 AM -
0 Votes
Event receiver scalability question
your code inside event receiver but I'm not sure if you can gurantee that the code runs/finish running before synced to another ...Answered | 4 Replies | 1171 Views | Created by SN009 - Friday, February 7, 2014 11:36 PM | Last reply by Sohel Rana - Friday, February 14, 2014 3:17 AM -
0 Votes
Create group during wsp-deploy in event-receiver
;[My Event Receiver Name] Unexpected exception on feature activation. Error: {0}", exception.Message), null); } Also, you might want to add code that ...Answered | 1 Replies | 1649 Views | Created by koenig1985 - Tuesday, January 22, 2013 12:22 PM | Last reply by Matthew Yarlett - Tuesday, January 22, 2013 1:22 PM -
0 Votes
Event receiver Functionality
Are you debugging against your server? that you said it didn't work? put a breakpoint in you event receiver code and attach it to SPUCWorkerProcess. that's the way you can ...Answered | 7 Replies | 3105 Views | Created by Dhruva123 - Wednesday, July 18, 2012 9:10 PM | Last reply by Marcin C - Friday, July 20, 2012 7:31 AM -
0 Votes
Add an event receiver to a specific list programmatically
Hi everyone, i have 3 list in my site,i created one event receiver for a particular list but it effected to the 3 list ...Answered | 2 Replies | 5182 Views | Created by sunny0817 - Friday, September 30, 2011 1:20 PM | Last reply by sunny0817 - Friday, September 30, 2011 2:03 PM -
2 Votes
event handlers vs event receiver
Hi, event handler was the old term back in SharePoint 2003. Then with SharePoint 2007 the was replaced by the term event ...Answered | 2 Replies | 8782 Views | Created by saidireddy.v - Saturday, March 24, 2012 4:52 AM | Last reply by Stefan Bauer - Saturday, March 24, 2012 6:27 AM -
4 Votes
Event Receiver not working ?
Hi Mina, I suggest you to add tracing to your event receiver. Use the System.Diagnostics.Trace class and its methods (for example, ...Answered | 6 Replies | 27465 Views | Created by Mina Samy - Monday, November 2, 2009 7:45 AM | Last reply by Peter Holpar - Tuesday, November 3, 2009 11:21 AM -
2 Votes
Cannot add assembly to GAC.
only owstimer.exe this time. I went into c:\windows\assembly\ and right clicked on the assembly and selected uninstall. And it worked this ...Answered | 5 Replies | 16232 Views | Created by shazinus - Tuesday, October 4, 2011 7:48 PM | Last reply by ears1 - Friday, December 11, 2015 5:00 PM -
1 Votes
CANNOT add Event Receiver to the public web site which renamed through CSOM API
-AspNet-Version=4.0.30319, X-Powered-By=ASP.NET' Could you give some suggestions to add the event ...Answered | 1 Replies | 609 Views | Created by SimonChenTM - Monday, July 4, 2016 7:43 AM | Last reply by Jerry Zy - Tuesday, July 5, 2016 9:20 AM -
0 Votes
OnReadItem Event Receiver
Hi, There is no "onreaditem" event receiver available in sharepoint. As per my understating, You want to fire event when an item is ...Answered | 1 Replies | 2889 Views | Created by Mohammad Modrek - Friday, April 27, 2012 12:36 PM | Last reply by Hemendra Agrawal - Friday, April 27, 2012 12:48 PM -
0 Votes
sharepoint event receiver
Hi sharepoint sharks Iam missing a overview on who did what in sharepoint. So is it possible to make a event receiver solution in a ...Answered | 1 Replies | 868 Views | Created by sharepoint issue - Friday, November 14, 2014 9:45 AM | Last reply by John Naguib - Friday, November 14, 2014 4:01 PM -
0 Votes
Cannot add file or assembly
problem, but nomatter how I browse to either the file or assembly it simply won't add it. Has anyone else encountered this? I am using VS 2005 and I am bound to ...Answered | 1 Replies | 2967 Views | Created by bobjac - Friday, June 20, 2008 4:43 AM | Last reply by Jun Wang Tim - Wednesday, June 25, 2008 7:27 AM -
0 Votes
Event receiver
In SharePoint 2010, you can use the property SPModerationStatusType to change the status to Scheduled. Below is an eample to change this status from code. ...Answered | 1 Replies | 3019 Views | Created by BASIL PAUL - Monday, February 13, 2012 5:33 AM | Last reply by Varun Malhotra - Monday, February 13, 2012 6:02 AM -
2 Votes
Web adding event receiver
NewServerRelativeUrl is the parent's url for WebAdding. I think you need to use WebProvisioned() web event receiver to get the details of ...Answered | 2 Replies | 8199 Views | Created by Ramin.Ahmadi - Saturday, January 1, 2011 11:17 AM | Last reply by stephane eyskens - Saturday, January 1, 2011 3:12 PM -
0 Votes
Visual Stdio Cannot Deploy Assembly to the GAC
. "Cannot add the specified assembly to the global assembly cache".Answered | 4 Replies | 4176 Views | Created by Pa1 Kumar - Thursday, January 12, 2012 6:00 PM | Last reply by Pa1 Kumar - Friday, January 13, 2012 8:24 AM -
2 Votes
Redirect in Event Receiver
You can disable event firing, add an item to the list with all of the fields of the ...Answered | 20 Replies | 15486 Views | Created by Sanket.Pandya - Tuesday, May 1, 2012 7:59 AM | Last reply by Stephen York - Wednesday, May 3, 2017 12:15 AM
No announcements