.net - Strategies for implementing recovery mode -



.net - Strategies for implementing recovery mode -

i have windows application if fails, default “recovery mode”, first time run after failing.

i'm ok on flagging error , different things user recover, it's actual launching of recovery mode utility giving me headache. have had couple of ideas, hoping else might have come across improve method.

1) when main app loads first thing if check previous error , launch recovery mode utility.

the problem if there wrong app, likely, not start @ all.

2) instead of main app have user start utility check previous error, either launch main app or go recovery mode.

this solves problem first idea, target machines locked downwards , there deployment issues.

are there other strategies implementing recover mode?

thanks

we solved similar situation follows :

make "recovery mode utility" 1 started user the "recovery mode utility" check whether recovery (and if it) when either no recovery needed or recovery completed utility launches real app

with .net can set both 1 exe... illustration ilmerge (free utility) or embedding real app "embeddable resource" or commercial tool...

this way user there no difference... , embedded exe can started memory (no need extract file system) user doesn't create difference until recovery needed...

if need hints on how embed and/or start sec exe memory allow me know - don't have links @ hand right them up.

.net architecture error-handling recovery disaster-recovery

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -