The information in this article applies to:
SYMPTOMS
If a copy of an executable is running on your computer, and you try to
create a new executable with the same name, you'll receive this error:
followed by another error:
CAUSE
This error is caused by the fact that Windows doesn't load a new copy of a
module if it thinks the module is already in memory. Because one instance
of your .EXE file is running already, attempting to run the re-compiled
version really just increments the usage count of the .EXE that is already
running.
RESOLUTIONTo work around the problem, either rename the .EXE when you create a new executable, or exit from the executable that is currently running. Additional query words: 3.00
Keywords : kbenv EnvtRun |
Last Reviewed: May 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |