hi, peter
i'm going to explain it better.
i've ServiceManager's tray icon which monitorizes SQLServer's status.
then, when i close my application the icon indicates the server stopped.
and MSSQLServer's status is STOP.
maybe i solved the problem:
this problem arises when i suspend the thread which cyclically reads from the server SQL and then i call the method System.Windows.Forms.Application.Exit().
maybe the solution is to abort the suspended thread before closing the application.
the problem seems solved...
THANKS, antonio
|