PC Review


Reply
Thread Tools Rate Thread

Program shut down

 
 
Christophe
Guest
Posts: n/a
 
      17th Mar 2005
Hello,

After deploying my app to my device, and shutting the app down, it is not
seen running in the running program list.

I'm sure it it still running cause i can't delete the file so it is locked.

How can I close down the app, cause deploying new versions of my program is
not possible.

Resetting my device is not an option.

Thank you,

Christophe.


 
Reply With Quote
 
 
 
 
Mark Arteaga
Guest
Posts: n/a
 
      17th Mar 2005
Are you sure all threads are shutting down? "Pause" the debugging and open
th threads window (CTRL + ALT + H) and see what threads are running. Also,
how are you "Shutting down" the app? Clicking the 'x' will only minimize
the application and will not shut it down.

Also Take a look at this article
http://blogs.msdn.com/tom_krueger/ar...24/379678.aspx


--
Mark Arteaga
..NET Compact Framework MVP
http://www.neotericsdc.com | http://blog.markarteaga.com


"Christophe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> After deploying my app to my device, and shutting the app down, it is not
> seen running in the running program list.
>
> I'm sure it it still running cause i can't delete the file so it is
> locked.
>
> How can I close down the app, cause deploying new versions of my program
> is not possible.
>
> Resetting my device is not an option.
>
> Thank you,
>
> Christophe.
>



 
Reply With Quote
 
cvh
Guest
Posts: n/a
 
      21st Mar 2005
Hi Mark,

I'm closing by clicking on the X. So the app is not shut down, but that is
not my problem.
Shouldn't I normally see the program still running in "Running Programs"
list, where I can shut it down?

Regards,

Christophe.

"Mark Arteaga <MVP>" <marteaga_[at]_neotericsdc_[dot]_com> wrote in message
news:(E-Mail Removed)...
> Are you sure all threads are shutting down? "Pause" the debugging and
> open th threads window (CTRL + ALT + H) and see what threads are running.
> Also, how are you "Shutting down" the app? Clicking the 'x' will only
> minimize the application and will not shut it down.
>
> Also Take a look at this article
> http://blogs.msdn.com/tom_krueger/ar...24/379678.aspx
>
>
> --
> Mark Arteaga
> .NET Compact Framework MVP
> http://www.neotericsdc.com | http://blog.markarteaga.com
>
>
> "Christophe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hello,
>>
>> After deploying my app to my device, and shutting the app down, it is not
>> seen running in the running program list.
>>
>> I'm sure it it still running cause i can't delete the file so it is
>> locked.
>>
>> How can I close down the app, cause deploying new versions of my program
>> is not possible.
>>
>> Resetting my device is not an option.
>>
>> Thank you,
>>
>> Christophe.
>>

>
>



 
Reply With Quote
 
Daniel Moth
Guest
Posts: n/a
 
      21st Mar 2005
Does your form have the Text property set?

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"cvh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Mark,
>
> I'm closing by clicking on the X. So the app is not shut down, but that is
> not my problem.
> Shouldn't I normally see the program still running in "Running Programs"
> list, where I can shut it down?
>
> Regards,
>
> Christophe.
>
> "Mark Arteaga <MVP>" <marteaga_[at]_neotericsdc_[dot]_com> wrote in
> message news:(E-Mail Removed)...
>> Are you sure all threads are shutting down? "Pause" the debugging and
>> open th threads window (CTRL + ALT + H) and see what threads are running.
>> Also, how are you "Shutting down" the app? Clicking the 'x' will only
>> minimize the application and will not shut it down.
>>
>> Also Take a look at this article
>> http://blogs.msdn.com/tom_krueger/ar...24/379678.aspx
>>
>>
>> --
>> Mark Arteaga
>> .NET Compact Framework MVP
>> http://www.neotericsdc.com | http://blog.markarteaga.com
>>
>>
>> "Christophe" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hello,
>>>
>>> After deploying my app to my device, and shutting the app down, it is
>>> not seen running in the running program list.
>>>
>>> I'm sure it it still running cause i can't delete the file so it is
>>> locked.
>>>
>>> How can I close down the app, cause deploying new versions of my program
>>> is not possible.
>>>
>>> Resetting my device is not an option.
>>>
>>> Thank you,
>>>
>>> Christophe.
>>>

>>
>>

>
>


 
Reply With Quote
 
cvh
Guest
Posts: n/a
 
      22nd Mar 2005
Thanks Daniel,

I didn't know the text property had to be set.

Christophe.


"Daniel Moth" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Does your form have the Text property set?
>
> Cheers
> Daniel
> --
> http://www.danielmoth.com/Blog/
>
>
> "cvh" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi Mark,
>>
>> I'm closing by clicking on the X. So the app is not shut down, but that
>> is
>> not my problem.
>> Shouldn't I normally see the program still running in "Running Programs"
>> list, where I can shut it down?
>>
>> Regards,
>>
>> Christophe.
>>
>> "Mark Arteaga <MVP>" <marteaga_[at]_neotericsdc_[dot]_com> wrote in
>> message news:(E-Mail Removed)...
>>> Are you sure all threads are shutting down? "Pause" the debugging and
>>> open th threads window (CTRL + ALT + H) and see what threads are
>>> running.
>>> Also, how are you "Shutting down" the app? Clicking the 'x' will only
>>> minimize the application and will not shut it down.
>>>
>>> Also Take a look at this article
>>> http://blogs.msdn.com/tom_krueger/ar...24/379678.aspx
>>>
>>>
>>> --
>>> Mark Arteaga
>>> .NET Compact Framework MVP
>>> http://www.neotericsdc.com | http://blog.markarteaga.com
>>>
>>>
>>> "Christophe" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Hello,
>>>>
>>>> After deploying my app to my device, and shutting the app down, it is
>>>> not seen running in the running program list.
>>>>
>>>> I'm sure it it still running cause i can't delete the file so it is
>>>> locked.
>>>>
>>>> How can I close down the app, cause deploying new versions of my
>>>> program
>>>> is not possible.
>>>>
>>>> Resetting my device is not an option.
>>>>
>>>> Thank you,
>>>>
>>>> Christophe.
>>>>
>>>
>>>

>>
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What can cause a program to run after being shut down? Chris May Windows XP General 4 30th Dec 2006 01:05 AM
shut down program...should not see me? Gnome Windows XP General 1 16th Oct 2006 06:09 PM
Program shut down itself Alan Windows XP General 1 30th Jun 2006 06:37 PM
Program shut down =?Utf-8?B?Z2FuZ3NseQ==?= Windows XP MovieMaker 1 19th Dec 2005 04:10 PM
Shut Down from a Program Richard Rohrer Microsoft Windows 2000 3 31st Dec 2003 10:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:06 PM.