SQL Server 2005 Books Online (November 2008)
Deploying an Exception Message Box Application

New: 14 April 2006

The exception message box is installed by Microsoft SQL Server 2005 and is supported for use in your custom Windows applications to improve exception handling. In SQL Server 2005 SP1 and later releases, the exception message box is also provided as a redistributable installation program that you can distribute and deploy with your application.

Obtaining the Exception Message Box

Because the exception message box is installed by all editions of SQL Server 2005 except SQL Server Compact Edition, you can use it with no additional configuration on any computer on which SQL Server 2005 client components, including the SDK, have been installed. For applications that run on a computer that does not have these SQL Server 2005 components installed, you should include the redistributable installation program as part of your application Setup program. The redistributable installation program for exception message box is available online as part of the Feature Pack for SQL Server 2005 SP1.

Considerations for Deploying the Exception Message Box

The following considerations apply when you deploy the redistributable version of the exception message box with your application:

  • You must include the exception message box redistributable package (SQLServer2005_EMB.msi) in your application setup.
  • Exception message box resources are installed in the global assembly cache (GAC).
  • The redistributable package is available in all supported SQL Server 2005 languages.
  • The exception message box installation does not appear in Add or Remove Programs. You should plan to uninstall the exception message box when your application is uninstalled.
See Also

Tasks

How to: Program Exception Message Box

Concepts

Exception Message Box Reference

Help and Information

Getting SQL Server 2005 Assistance
Tags :


Community Content

Tai Yee - MSFT
Wrong redirect for EMB

The link http://go.microsoft.com/fwlink/?LinkID=51230 currently points to the Nov 2005 feature pack, which does not contain SQLServer2005_EMB.msi. Use something such as the April 2006 feature pack (http://www.microsoft.com/downloads/details.aspx?FamilyID=df0ba5aa-b4bd-4705-aa0a-b477ba72a9cb&DisplayLang=en) or later instead.

[Tai Yee - MSFT] Thank you for commenting on the incorrect target of FWLink ID 51230. I have updated the target of that FWLink url to point to the location you provided (i.e. it now points to the April 2006 version of the Feature Pack).

Tags :

Page view tracker