G
Guest
Hi All,
We are using Microsoft.Practices.EnterpriseLibrary.Logging version 1.1.0.0
successfully with .NET code. There is a problem when we try to log from
non-.NET code through interop. We get the following error message:
/// Error Type:
/// Microsoft.Practices.EnterpriseLibrary.Configuration (0x80131902)
/// Invalid section name. The section 'loggingConfiguration' does not exist
in the requested configuration file 'C:\WINNT\system32\dllhost.exe.config' or
the file 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config'.
Make sure that the 'enterpriseLibrary.configurationSections' configuration
section exists in one of the files and that the section
'loggingConfiguration' is defined.
So the Enterprise Library can't find the logging information. Does anyone
know where it should go?
Thanks in advance,
Mark
We are using Microsoft.Practices.EnterpriseLibrary.Logging version 1.1.0.0
successfully with .NET code. There is a problem when we try to log from
non-.NET code through interop. We get the following error message:
/// Error Type:
/// Microsoft.Practices.EnterpriseLibrary.Configuration (0x80131902)
/// Invalid section name. The section 'loggingConfiguration' does not exist
in the requested configuration file 'C:\WINNT\system32\dllhost.exe.config' or
the file 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config'.
Make sure that the 'enterpriseLibrary.configurationSections' configuration
section exists in one of the files and that the section
'loggingConfiguration' is defined.
So the Enterprise Library can't find the logging information. Does anyone
know where it should go?
Thanks in advance,
Mark