08-02-2020, 09:20 AM
Did you enable the exception logger in your application? If not, please do:
http://docs.atozed.com/docs.dll/developm...ogger.html
and also
http://docs.atozed.com/docs.dll/Classes/...ogger.html
Make sure you are enabling the exception logger on the RELEASE build (the one you should be using when building the binaries you actually deploy).
Then leave it running and, if some issue happens, check the logs folder. It may give you a hint about what is happening
http://docs.atozed.com/docs.dll/developm...ogger.html
and also
http://docs.atozed.com/docs.dll/Classes/...ogger.html
Make sure you are enabling the exception logger on the RELEASE build (the one you should be using when building the binaries you actually deploy).
Then leave it running and, if some issue happens, check the logs folder. It may give you a hint about what is happening

