intermittent process problem

G

Guest

when debugging a winforms vb.net 2005 app sometimes if i change the code it
buils ok but when running fails with a failure to copy the exe. on checking
with task manager there si a process still running - the exe in question. if
i kill this process everything is fine.
any easy fixes for this? its intermittent but annoying!
 
C

Chris

guy said:
when debugging a winforms vb.net 2005 app sometimes if i change the code it
buils ok but when running fails with a failure to copy the exe. on checking
with task manager there si a process still running - the exe in question. if
i kill this process everything is fine.
any easy fixes for this? its intermittent but annoying!

Sounds like you have a thread or something keeping your program alive.
Killing it is fine and will clear up your problem. But you need to find
out why your program is not dieing when it should.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top