Application Restart and Recovery on Windows 7 in Managed Code

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
http://msdn.microsoft.com/en-ca/library/cc303708.aspx Application Recovery and Restart (ARR) technologies enable developers to customize an applications behavior when http://msdn.microsoft.com/en-ca/library/bb513613.aspx Windows Error Reporting (WER) terminates the application due to an unrecoverable error. For example, it enables an application to perform data recovery and cleanup operations such as capturing application state and releasing resources before termination. It also allows developers to specify that WER should automatically restart an application that it has terminated. In this screencast, http://www.gregcons.com/kateblog/ Kate Gregory ( http://twitter.com/gregcons @gregcons ) provides an overview of ARR on Windows 7 via the http://code.msdn.microsoft.com/WindowsAPICodePack Windows API Code Pack , a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. Kate also demonstrates just how easy it is to integrate ARR into your managed applications through a few lines of C#. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7225538725b043e383b39e6e01887c52

View the full article
 
Back
Top