application-shutdown Questions

1

Solved

So I got my prism/mvvm/mef program running nicely along, the user is entering data in the application, then closes the application (or shuts down the computer). How can I get my View(Model) notifi...
Pica asked 16/12, 2010 at 9:36

2

Solved

Symptoms: I attach a debugger, I wait a little while, it automatically detaches I watch the event log during normal operation - after a single request comes in, it waits a little bit, the shuts d...
Indistinguishable asked 20/5, 2010 at 15:33

3

Solved

I have a console application in C#. If something goes wrong, I call Environment.Exit() to close my application. I need to disconnect from the server and close some files before the application ends...
Krieg asked 3/12, 2009 at 18:53

3

Solved

I have a process that handles exceptions great. It calls: _set_se_translator(exception_trans_func); SetUnhandledExceptionFilter(UnhandledExceptionFilterHandler); _set_purecall_handler(purecallHan...
Incompletion asked 25/11, 2009 at 16:43

4

Solved

I would like to determine the exit status of the process during the shutdown hook runtime. I want to have a logic which is based on the status code (0 or nonzero) (ex: if zero do nothing else non...
Killigrew asked 28/9, 2009 at 11:58

3

I have an RCP application that uses a connection to a in-memory database. There is one circumstance that, when shutting down windows, the application is killed without giving it a chance to close t...
Sclar asked 5/2, 2009 at 13:58

© 2022 - 2024 — McMap. All rights reserved.