Requested registry access is not allowed

  • Thread starter Thread starter Patrick.O.Ige
  • Start date Start date
P

Patrick.O.Ige

Hi All,
After installing Enterprise Librabry and building the libraries
when i load an aspx page i get the error :"Requested registry access is not
allowed"
I'm about to look into it but if anyone here has tackled the error before
let me know
Patrick

[SecurityException: Requested registry access is not allowed.]
Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
+473
System.Diagnostics.EventLog.CreateEventSource(String source, String
logName, String machineName, Boolean useMutex) +443
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType
type, Int32 eventID, Int16 category, Byte[] rawData) +347
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType
type, Int32 eventID, Int16 category) +21
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType
type, Int32 eventID) +15
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType
type) +11

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCoun
terInstances.ReportCounterFailure(String message)

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCoun
terInstances..ctor(String categoryName, String counterName, Boolean
createNewInstance)

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEve
nt.AddPerformanceCounter(String category, String[] counterNames, Boolean
createNewInstance)

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEve
nt.Initialize(String counterCategory, String[] counterNames, Boolean
createNewInstance, String eventLogSource, EventLogIdentifier[] eventIds)

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEve
nt..ctor(String counterCategory, String[] counterNames, Boolean
createNewInstance)

Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataServiceEvent.
..ctor(String[] counterNames)

Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataCommandFailed
Event..ctor(String[] counterNames)

Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataCommandFailed
Event..cctor()
 
Back
Top