Skip to main content

Posts

Showing posts from October, 2015

User a service bus to connect to debug remove event receivers.

I was trying to follow Kirk Evans blog http://blogs.msdn.com/b/kaevans/archive/2014/02/26/attaching-remote-event-receivers-to-lists-in-the-host-web.aspx on how to create and debug a remote event receiver. I get to the point where one uses a service bus, I created the service bus got the connection string. But I got this error @"Error 1         CorrelationId: e47f76f0-ea2f-4e47-a663-11551dce10aa         ErrorDetail: The remote event receiver callout failed.         ErrorType: Transient         ErrorTypeName: Intermittent         ExceptionMessage: There was no endpoint listening at [ServiceBus++Url]/AppEventReceiver.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.       ...