Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have a application which interact with database using web service.

The web service use ado.net to connect database and interact. I have a log file which record any database related error.

In the log file I am getting below message and sometimes this is happening.

I am getting
"A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe."

Please suggest .

Thanks
Asutosha
Posted

1 solution

There are several possible causes of the error and so you'll need to troubleshoot it on your end. Here is a Microsoft article on how to figure this one out, https://technet.microsoft.com/en-us/library/ms175496(v=sql.105).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900