Is there a trick to find from where a command is called? I think i have added authority from all possible places but still get:
I just can’t find where this warning comes from?
Is there a trick to find from where a command is called? I think i have added authority from all possible places but still get:
I just can’t find where this warning comes from?
Sure. If you’re running in the debugger, the stack trace will show you all the method calls leading up to the current point of execution, so put a breakpoint in your command(s) and attach to the server. The console window shows similar information when an exception occurs, but that doesn’t help unless you cause an exception in your command.