turn off Server.exe
-
I have a file C#(window form),its name Server,I use method bind and listent of class socket,but after I turn off the dialogue,I turn on the task manager,I see it is running Why ? please help me
help me
Change the programe name and try again.Maybe you mix "Services.exe"(this is a windows process) as your program.
:^):^):^):^):^):^):^):^):^):^):^):^) :^):rose::rose::rose::rose::rose:▒▒〓▒〓▒▒ :^):rose::^):^):^):^)▒〓〓〓〓〓▒ :^):rose::^):^):^):^)▒▒〓▒〓▒▒ :^):rose::^):^):^):^)▒〓〓〓〓〓▒ :^):rose::rose::rose::rose::rose:▒▒〓▒〓▒▒ :^):^):^):^):^):^):^):^):^):^):^):^)
-
Change the programe name and try again.Maybe you mix "Services.exe"(this is a windows process) as your program.
:^):^):^):^):^):^):^):^):^):^):^):^) :^):rose::rose::rose::rose::rose:▒▒〓▒〓▒▒ :^):rose::^):^):^):^)▒〓〓〓〓〓▒ :^):rose::^):^):^):^)▒▒〓▒〓▒▒ :^):rose::^):^):^):^)▒〓〓〓〓〓▒ :^):rose::rose::rose::rose::rose:▒▒〓▒〓▒▒ :^):^):^):^):^):^):^):^):^):^):^):^)
-
thanks for your answer,but actually,I know about Services.exe,I think it involed socket because when I run again,the program errored about the same port,IP I haven't decided yet
help me
-
I have a file C#(window form),its name Server,I use method bind and listent of class socket,but after I turn off the dialogue,I turn on the task manager,I see it is running Why ? please help me
help me
You have probably left some threads hanging that you didn't tag as background threads or you instantiated a COM server that you didn't shutdown properly before your app tried to quit.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
You have probably left some threads hanging that you didn't tag as background threads or you instantiated a COM server that you didn't shutdown properly before your app tried to quit.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
I have a file C#(window form),its name Server,I use method bind and listent of class socket,but after I turn off the dialogue,I turn on the task manager,I see it is running Why ? please help me
help me
you need to stop the thread you started by joining them and if you don't have threads, you should close the clients Client.Close();:wtf: