When I use ClientContext context = new ClientContext("SITEURL"); in my event receiver, the event doesn't trigger at all. So my question is can I use managed client object model in event receivers.
When doc created event occurs, I want to copy the document from the document library to a new doc library in a new farm using managed client object model. is this possible or do I have to use ECMA.
Any help is greatly appreciated. Thanks.