Exe file remaining the memory

I am working on real time project which involves with timer object.But when I exit from application project exe file still remaining in the memory. Before exiting I disable timer and also I use Dispose() method to totally remove it from memory. But after all these I have same problem.

Any body van help me!

Thanks




Answer this question

Exe file remaining the memory

  • toargul

    Ive already tried Application.Exit but still I have problem.

  • ggrater

    try Application.Exit

  • Alex Reyes

    Can you post a small amount of code that reproduces this

  • Fasil

    Any chance that you started a separate thread during execution and did not set it’s IsBackground property to true

  • webdev

    No, I dont use separate thread in my app.

  • Exe file remaining the memory