Re: how to end process

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Chris Tacke, eMVP (ctacke_at_NOinnovativedssSPAM.com)
Date: 10/10/04


Date: Sun, 10 Oct 2004 16:06:02 -0400

So the process is running on the device? You need to close any runnign
threads and then call Application.Exit();

-Chris

"Shaul E" <shaulel@hotmail.com> wrote in message
news:evqg$BtrEHA.2904@TK2MSFTNGP15.phx.gbl...
> Hi!
> When I'm activating a certain process from the command line, it ends
> immediately. However, when I start the same process from the Visual Studio
> .NET enviroment, it never ends (which it should). How do I solve this
> problem? P.S. The process is an exe file that runs from a Webservice
> (ASP.NET).
>
> Thanks
>
>