For some unknown reason, the security login form appears without being called on client desktop. My .Net project is a
SF project with security. the others projects in the solution are not SF ones. When the SF form is shown on the client desktop, if the form is not active for a while (approximately 10 minutes) the SF security login form appears. Very strange behavior! It happens to me while in dev using the debugger and I though it was related with a thread issue since i had several breakpoints and leaf my desktop in debug. In the Main() from program.cs file, the line (in 1.6 version)
//-- Stop the session monitoring before the application exits to remove the low-level event handlers
This line is not in the 1.6.1 version (in your examples). Is it a fix the my problem? If yes, please confirm. I post this issue as a knowledge transfer.
A quick answer will be greatly appreciated.