Hi,
I am trying to debug my remote event receiver which i have written in provider hosted app but it always through enpoint error to me when i press F5.
I have written remote event receiver for autohosted apps successfully for both of the mode (debug as well as deployment).
I have followed below links to implement the solution but did not any success.
http://www.sharepointnutsandbolts.com/2013/07/deploying-sp2013-provider-hosted.html --- provider hosted
http://blog.kloud.com.au/2014/03/13/remote-event-receiver-rer-for-host-web-using-sharepoint-provider-hosted-app-in-office-365sharepoint-online-environment/
also i am getting this warning in my error window.
Warning1
Cannot register Services/AppEventReceiver.svc on Windows Azure Service Bus: The underlying connection was closed: An unexpected error occurred on a send.
00
Not sure why this problem is coming after configuring my connection string properly. And finally app gets fail with error :
stallation is in progress (00:00:01)
Installation is in progress (00:00:03)
Installation is in progress (00:00:06)
Installation is in progress (00:00:08)
Installation is in progress (00:00:11)
Installation is in progress (00:00:13)
Installation is in progress (00:00:16)
Installation is in progress (00:00:18)
Installation is in progress (00:00:20)
Installation is in progress (00:00:23)
Installation is in progress (00:00:25)
Installation is in progress (00:00:27)
Installation is in progress (00:00:29)
Installation is in progress (00:00:31)
Installation is in progress (00:00:33)
Installation is in progress (00:00:36)
App failed to install, cleaning up...
Successfully uninstalled the app for SharePoint.
App installation encountered the following errors:
7/1/2014 11:52:33 AM
@"Error 1
CorrelationId: 45515b9d-012b-408f-bbc5-0b0516b5dcb7
ErrorDetail: The remote event receiver callout failed.
ErrorType: Transient
ErrorTypeName: Intermittent
ExceptionMessage: There was no endpoint listening at http://localhost:50661/Services/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.
Source: Common
SourceName: Common App Deployment
Regards:
Sanjay Joshi