Hi
We developed a .NET Windows App in C# and configured it as a logon script. It's using .NET 4.6. We noticed that the exe gets stuck at various points in our code, each time, each logon, within each computer, at a different point. We have configure debug write
to logs, but the log just also stops at different points each time.
When I run the same exact exe manually or upon a subsequent logon, it runs smoothly. Do you have any suggestions on how to debug/troubleshoot this issue?