Top ".net-remoting" questions

.NET Remoting is a legacy technology of the .NET Framework for distributed applications.

Execute Python function in Main thread from call in Dummy thread

I have a Python script that handles aynchronous callbacks from .NET Remoting. These callbacks execute in a dummy (worker) thread. …

python multithreading .net-remoting
What causes "Tcp channel protocol violation expecting preamble" in .NET Remoting?

I have a distributed application that uses .NET Remoting on an in-house gigabit network. There is a single server, and …

.net remoting .net-remoting
.Net Remoting versus WCF

I am wondering that I can do same thing from both .net remoting and WCF, then why WCF is more …

c# wcf .net-remoting
How can we troubleshoot intermittent "An existing connection was forcibly closed" errors caused by a Cisco CSS

We have the "standard" three tier architecture with our middle tier hosted in IIS and accessed via .net remoting. These …

iis networking firewall .net-remoting
COM Interop, RPC server is unavailable in c#

I am using a COM Interop and i am instantiating the COM class object from the interop dll So, few …

c# com com-interop com+ .net-remoting
What is the difference between web service and remoting?

I know web service and have some knowledge on remoting. Both concepts invoke methods on the client machine so where …

c# .net wcf web-services .net-remoting
WCF vs. .Net Remoting

according to this article, WCF with named pipes is the best choice for IPC, and it is around 25 % faster than .…

c# wcf named-pipes .net-remoting
Remoting set timeout

.NET remoting is used in my brownfield application. We decided to set timeouts for our remoting methods. System.Collections.IDictionary …

c# .net timeout remoting .net-remoting
Does WCF really replace .NET Remoting?

I can understand that WCF is in general better than Remoting, but the two seem quite different to me. MS …

c# .net wcf .net-remoting
Requested Service not found

I have a windows service application which works using remoting. It is used to display baloon tip. However, it sometimes …

c# .net remoting .net-remoting