After the configuration part, it claims that the event server is not running or that it can’t connect to the event server.
i can’t tell what is missing from the plugin that would cause this.
The demo access plugin has a lot of extra code in there that is not relevant to my access control system so I’m not sure what is missing that I really need in the new plugin.
can anyone tell me what plugin method it is calling from this screen (see attachment).
When you debug the way suggested in the document you have stopped the Event Server service and instead start it as a WinForms application (by doing the “-x” parameter). So the odd dialog is in fact the Event Server “application”.
If you now have a breakpoint or similar you can get into your code running..