Wednesday 23 July 2014


Share/Bookmark
Introduction

If you are using netNamedPipeBinding for your communication then you may get an exception like
“There was an error reading from the pipe: Unrecognized error 109 (0x6d).”


How to fix this exception

1. If you are using netNamedPipeBinding and your service went down while the operation is in progress, you may get this exception. So make sure that your service is up and running.

2. If you are using Streaming in WCF, and your binding is netNamedPipeBinding, you may get this exception. To fix this exception, make sure that you are not using DataContract to transfer your data. Also make sure that you are not violating any requirement implied by WCF streaming. Streaming has some limitation. If you are using streaming then compare your implementation with the given article. [Article] How to transfer / Upload / Download huge / large file to and from a WCF service using streaming.
Categories:

0 comments:

Post a Comment

Dear reader, Your comment is always appreciated. I will reply to your queries as soon as possible.

1. Make sure to click on the Subscribe By Email link to be notified of follow up comments and replies. Or you can use Subscribe to: Post Comments (Atom) link.
2. Only English comments shall be approved.
3. Please make your comments self-explanatory. Comment in such a way that it explains the comment so that a counter question can be avoided and can be replied with proper answer on the first go.