Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I'm developing provider-hosted SharePoint 2013 App with Windows Azure as a backend. I created an app event receiver to fire when app is installed. When i publish my Web App (.NET MVC4) to Azure, everything works as expected, event is firing, but when i try to debug and run Web App on localhost i get the exception:

App failed to install, cleaning up...
Successfully uninstalled the app for SharePoint.
App installation encountered the following errors:
Error 1        
CorrelationId: 0dce0e63-83c2-4546-a6a7-4e75d9cee9ff        
ErrorDetail: The remote event receiver callout failed.        
ErrorType: Transient        
ErrorTypeName: Intermittent        
ExceptionMessage: There was no endpoint listening at http://localhost:50209/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

Do anybody have any idea to solve this problem?

Thanks in advance!

Grzegorz.

share|improve this question

migrated from stackoverflow.com Jan 29 at 15:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.