You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we format WCF Event traces by using string.Format(item.Message, item.Payload) to a EventWrittenEventArgs, we sometimes see a FormatException complaining the number of arguments in Message and number of parameters in Payload does not match even though they match under the debugger. We need to investigate if there is a product bug.
The text was updated successfully, but these errors were encountered:
When we format WCF Event traces by using string.Format(item.Message, item.Payload) to a EventWrittenEventArgs, we sometimes see a FormatException complaining the number of arguments in Message and number of parameters in Payload does not match even though they match under the debugger. We need to investigate if there is a product bug.
The text was updated successfully, but these errors were encountered: