Click here to Skip to main content
15,890,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
System.Runtime.Remoting.RemotingException Port is Busy: All pipe instances are busy.
Why do I get this exception? and how can I sove it?
Posted
Comments
Ciumac Sergiu 7-Jun-11 2:26am    
What have you tried to achieve? When did you get this error?

You're trying to connect to a pipe which is already connected. Check up your application logic — hard to tell anything else without having a sample of your code.
See this: http://blogs.msdn.com/b/suwatch/archive/2009/01/10/remotingexception-all-pipe-instances-are-busy-or-the-system-cannot-find-the-file-specified.aspx[^].

—SA
 
Share this answer
 
Hope this[^] might help you.
 
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