Forum Discussion
Pål Eilertsen
Oct 30, 2016Copper Contributor
Remote receivers debugging using azure service bus does not work
I have been developing a provider hosted add in based on the PnP Core.EventReceivers add in project. It uses remote event receivers both on list level and security group level. A couple of months ago...
Richard Bourke
Oct 31, 2016Iron Contributor
In Azure dashboard , in the Application settings for your RER have you definitely enabled remote debugging?
Pål Eilertsen
Nov 03, 2016Copper Contributor
I am not sure of what you mean by Azure Dashboard, but the SharePoint Add in project properties under the SharePoint tab I have the "Enable debugging via Microsoft Azure Service Bus" enabled. And I have specified the endpoint that I have created using ACS on the old Azure portal. Am I missing some other setting in the Azure dashboard?
- Richard BourkeNov 03, 2016Iron Contributor
In the Old Azure dashboard, under the Configure page for your RER, confirm Remote Debugging is enabled.
- Pål EilertsenNov 03, 2016Copper ContributorI actually downloaded the Core.EventReciever project from Github again today and ran it on my SharePoint Online Developer site. I did the required config changes and ran the project in debug from Visual Studio. And debugging worked as expected. I then retracted and ran it again in debug. This time debugging did not work. Is there a version problem or uninstall problem?