Hi,
I am regularly getting warnings similar to the one that I have included below logged in the WCF log for my Open RIA Services domain service. Based on the following post, it seems as if I can just ignore them. Is that the case?
"Configuration evaluation context not found description clearly says that the WCF service couldn’t find a configuration to attach with WCF service hence a default configuration (default endpoint) is applied."
http://blogs.msdn.com/b/dsnotes/archive/2012/01/24/windows-communication-foundation-4-0-simplified-configuration-feature.aspx
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524312</EventID>
<Type>3</Type>
<SubType Name="Warning">0</SubType>
<Level>4</Level>
<TimeCreated SystemTime="2014-05-26T07:51:06.5214273Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{b6e7d8a1-4d1e-489c-be0e-6acbbbb56546}" />
<Execution ProcessName="w3wp" ProcessID="19092" ThreadID="67" />
<Channel />
<Computer>GASCOYNE</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Warning">
<TraceIdentifier>http://msdn.microsoft.com/en-AU/library/System.ServiceModel.EvaluationContextNotFound.aspx</TraceIdentifier>
<Description>Configuration evaluation context not found.</Description>
<AppDomain>/LM/W3SVC/2/ROOT-3-130455639659929739</AppDomain>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
This content has not been rated yet.
150
Reputation
20
Total posts