G
Guest
I have a Windows executable written in C#. It is run by our customer in
three ways: from Windows Explorer, as a scheduled task, or kicked off by
another process.
When the exe is started by the other process, it completes its work but
then remiains resident in memory forever. When it is run as a task or by the
user, it completes and exits memory just fine.
Does anyone have an idea of what may be going on here?
three ways: from Windows Explorer, as a scheduled task, or kicked off by
another process.
When the exe is started by the other process, it completes its work but
then remiains resident in memory forever. When it is run as a task or by the
user, it completes and exits memory just fine.
Does anyone have an idea of what may be going on here?