在过去的几周里,我看到windows日志中出现的错误引用了以下内容:
The description for Event ID 100 from source System.ServiceModel.Activation 4.0.0.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
System.InvalidOperationException: Etw registration failed with error code e.
at System.Runtime.Diagnostics.DiagnosticsEventProvider..ctor(Guid providerGuid)
at System.Runtime.Diagnostics.EtwProvider..ctor(Guid id)
at System.Runtime.Diagnostics.DiagnosticTrace.CreateEtwProvider(Guid etwProviderId)
at System.Runtime.Diagnostics.DiagnosticTrace..ctor(String traceSourceName, Guid etwProviderId)
w3wp
1540
Run Code Online (Sandbox Code Playgroud)
这是一个Windows Server 2008,在IIS和.NET 4下运行站点
这些错误现在每30秒发生一次,我不知道它们来自哪里.
所有站点都在默认的ASP.NET v4.0应用程序池下运行.
其他人之前有过这个错误吗?
我不想做任何像.NET修复这样的事情,除非我必须这样做,因为这是一个实时服务器并且它上面的网站正在使用中.
谢谢你的帮助.