Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatException in string.Format(item.Message, item.Payload) when formatting WCF events #1440

Closed
hongdai opened this issue Aug 2, 2016 · 1 comment
Assignees
Labels
bug This is a product bug.
Milestone

Comments

@hongdai
Copy link
Contributor

hongdai commented Aug 2, 2016

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.

@hongdai hongdai added the bug This is a product bug. label Aug 2, 2016
@hongdai
Copy link
Contributor Author

hongdai commented Aug 5, 2016

We will need to remove the comment about this issue in WcfTestCase.cs, method RunAsync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug.
Projects
None yet
Development

No branches or pull requests

3 participants