Я получаю эту ошибку в производственной среде (Windows Server 2008, IIS 7) для веб-сайта.
The requested Performance Counter is not a custom counter, it has to be initialized
as ReadOnly.
Description: An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and where
it originated in the code.
Exception Details: System.InvalidOperationException: The requested Performance Counter
is not a custom counter, it has to be initialized as ReadOnly.
Source Error:
An unhandled exception was generated during the execution of the current web request.
Information regarding the origin and location of the exception can be identified using
the exception stack trace below.
Stack Trace:
[InvalidOperationException: The requested Performance Counter is not a custom counter,
it has to be initialized as ReadOnly.]
System.Diagnostics.PerformanceCounter.InitializeImpl() +1238
System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName,
String instanceName, Boolean readOnly) +284
Microsoft.EnterpriseInstrumentation.EventSourceCounters..ctor(String eventSourceName,
String eventSourceFullName, Boolean isRequestEventSource) +463
Microsoft.EnterpriseInstrumentation.EventSource..ctor(String name, String description,
Boolean checkName) +785
Microsoft.EnterpriseInstrumentation.EventSource..cctor() +194
Как я могу это решить?
Я решил это, установив корпоративную библиотеку Microsoft, а затем запустив "c: \ program files \ microsoft enterprise library 5.0 \ InstallServices.bat"
Примечание: во время установки я видел некоторые ссылки на счетчик производительности (см. Снимок экрана ниже):