H
Hodge
Logger.Write fails with the message :-
"The entry 'Category' has already been added.
(C:\\inetpub\\wwwroot\\SIMWebClient\\web.config line 152)" string
Source "System.Configuration" string
line 152 is the <add line in
<loggingConfiguration tracingEnabled="true"
defaultCategory="General">
<logFilters>
<add
name="Category"
type="Microsoft.Practices.EnterpriseLibrary.Logging.Filters.CategoryFilter,
Microsoft.Practices.EnterpriseLibrary.Logging"
categoryFilterMode="AllowAllExceptDenied">
The exact configuration file has worked on another machine.
Unfortunately I don't understand the failure.
John
P.S. I have a full stack trace if it would help.
"The entry 'Category' has already been added.
(C:\\inetpub\\wwwroot\\SIMWebClient\\web.config line 152)" string
Source "System.Configuration" string
line 152 is the <add line in
<loggingConfiguration tracingEnabled="true"
defaultCategory="General">
<logFilters>
<add
name="Category"
type="Microsoft.Practices.EnterpriseLibrary.Logging.Filters.CategoryFilter,
Microsoft.Practices.EnterpriseLibrary.Logging"
categoryFilterMode="AllowAllExceptDenied">
The exact configuration file has worked on another machine.
Unfortunately I don't understand the failure.
John
P.S. I have a full stack trace if it would help.