Microsoft KB Archive/931589

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:26, 21 July 2020 by X010 (talk | contribs) (Text replacement - ">" to ">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


An application may not shut down completely when you exit the application in Microsoft SoftGrid

Article ID: 931589

Article Last Modified on 3/12/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



SYMPTOMS

When you exit an application in Microsoft SoftGrid, the application may not shut down completely.

CAUSE

This issue occurs if the application has started child processes. When the application exits, the virtual environment remains open until the child processes exit.

RESOLUTION

To resolve this issue, modify the application's .osd file to set the value of the TERMINATECHILDREN attribute to TRUE. To do this, follow these steps:

  1. Open the .osd file in a text editor. For example, open the .osd file in Notepad.
  2. Modify the VIRTUALENV element so that it resembles the following.

    <VIRTUALENV TERMINATECHILDREN="TRUE">
  3. Save the .osd file, and then exit the text editor.


MORE INFORMATION

An application that puts an icon in the notification area may remain open after the application is exited.

The TERMINATECHILDREN attribute was introduced in SoftGrid 3.0.

Keywords: kbtshoot kbexpertiseinter KB931589