Exception Handling with Logging QuickStart

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

The Exception Handling with Logging QuickStart demonstrates the following scenarios:

System Requirements

To build and run this QuickStart, you need the following:

  • Microsoft Windows 2000, Windows XP Professional, or Windows Server 2003 operating system
  • Microsoft .NET Framework, version 2.0
  • Microsoft Visual Studio 2005 development system

The QuickStart does not require you to perform any setup procedures prior to building and running the application.

Building and Running the QuickStart

The QuickStart ships as source code, which means that you must compile it before running it. You use Visual Studio to build the QuickStart.

To build the Exception with Logging QuickStart

  1. On the taskbar, click Start, point to All Programs, point to Microsoft patterns and practices, point to Enterprise Library, point to QuickStart Applications, point to Exception Handling Application Block, and then click either CS Exception Handling With Logging QuickStart, or VB Exception Handling With Logging QuickStart.
  2. Visual Studio opens, displaying the solution file. Click Build.
  3. Click Rebuild Solution. By default, this is a debug build.
  4. Press F5 to run the QuickStart.

QuickStart Configuration

The walkthroughs in the Exception Handling with Logging QuickStart are shipped with a defined configuration, which is included in the App.config file. This file is located in the same folder as the QuickStart project file.

To change or view these settings, use the Enterprise Library Configuration Console to open the App.config file in the directory that contains the QuickStart project file. The App.config file contains the configuration data.

Note

This QuickStart uses a custom exception handling provider. When the configuration console opens the QuickStart application configuration file, it attempts to load the custom exception handling provider assembly. Before you use the configuration console to open the QuickStart configuration file, you must copy the QuickStart assembly, ExceptionHandlingWithLoggingQuickStart.exe, to the directory that contains the configuration console executable.

Each time you build the code, Visual Studio copies the App.config file to the output directory for the project (the same directory where the QuickStart executable is created), and renames it to ExceptionHandlingWithLoggingQuickStart.exe.config.

This means that if you want to use the configuration console to change any of the configuration settings, such as the exception message, and you are planning to rebuild the solution, you must change the settings by opening the App.config file located in the QuickStart source directory. You can change the application configuration by opening the ExceptionHandlingWithLoggingQuickStart.exe.config file with the Enterprise Library Configuration Console. However, these changes will be overwritten during the next successful build.

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.