Article ID: 830468 - Last Review: May 15, 2007 - Revision: 2.6 Managed add-ins fail or behave unexpectedly after you install a managed COM add-in that includes a custom application configuration file in Office 2003, in Office XP, and in Office 2000SYMPTOMSIn a 2007 Microsoft Office program, in Microsoft Office 2003, in Microsoft Office XP, and in Microsoft Office 2000, managed add-ins fail or behave unexpectedly after you install a managed COM add-in that includes a custom application configuration file. CAUSEThis issue may occur when a managed COM add-in overwrites the existing configuration file. Managed add-ins rely on the common language runtime (CLR) to load the assembly. By default, when the CLR loads the assembly, the CLR searches the path where the host application is installed to locate the configuration file. Therefore, when you deploy an application configuration file for a managed add-in, you typically create the Setup program so that it installs the configuration file to the folder where the host application is installed. RESOLUTIONTo minimize the risk of the configuration file being overwritten, implement one of the following solutions:
MORE INFORMATIONImportant Microsoft does not currently recommend, and does not support, using application configuration files when you develop and deploy a managed add-in. Managed solutions that are developed by using VSTO automatically create an AppDomain logical container that contains an AppBase attribute set that references the location where the managed assembly was loaded. This forces the CLR to search for the configuration file in the installation folder of the managed add-in and to load the configuration file from the installation folder of the managed add-in. By implementing an unmanaged shim, you can create your own AppDomain logical container and AppBase attribute for your managed smart tag solution or managed COM add-in solution. For more information about the COM Shim Wizard, visit the following Microsoft Developer Network (MSDN) Web site: http://msdn2.microsoft.com/en-us/library/aa159894(office.11).aspx
(http://msdn2.microsoft.com/en-us/library/aa159894(office.11).aspx)
REFERENCESFor more information about how the runtime locates assemblies, visit the following MSDN Web site: http://msdn2.microsoft.com/en-us/library/yx7xezcf(vs.71).aspx
(http://msdn2.microsoft.com/en-us/library/yx7xezcf(vs.71).aspx)
APPLIES TO
| Article Translations
|
Back to the top
