Tagged Questions
2
votes
1answer
178 views
How to update content of file using event recievers
I have created an event reciever for SharePoint Server 2010 with added and updated events.
The work is being done whenever a doc file is added to my library, it generates a copy of that file in pdf ...
5
votes
5answers
1k views
ItemAdded event receiver is not firing
My ItemAdded event recevier is not firing when the Word Automation Services adds a file to a Sharepoint document library.
If I manually debug the ItemAdded event receiver, it is getting triggered. I ...