Top "Remoting" questions

.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET framework.

Why does my C# Remoting object timeout, even with the Lifetime returning null?

this is a last resort after many days googling to try to find a definitive answer to my question. I …

c# .net events windows-services remoting
Double hop access to copy files without CredSSP

hello, We have large environment with hundreds of virtual machines. During our services deployment we need to copy some files …

windows powershell windows-xp remoting remote-access
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
How to encode (serialize) and decode (deserialize) AMF packets?

At the moment it seems I've tried every trick in the book trying to get this to work. I need …

php flash serialization remoting amf
.Net Remoting vs. WCF

I am working on a .Net website which is going to have 1000s of concurrent users. I am thinking of …

c# wcf performance remoting
How to access CORBA interface without IDL or late-bound invoke remoting methods

We have been using an SAP "COM License Bridge" to access their license server and query the hardware key of …

c# .net remoting corba iiop
Passing values back and forth appdomains

I have the following code: public class AppDomainArgs : MarshalByRefObject { public string myString; } static AppDomainArgs ada = new AppDomainArgs() { myString = "abc" }; static …

c# .net vb.net remoting appdomain
net use * /delete /y doesn't resolve error "New-PSDrive : Multiple connections to a server ...."

This New-PSDrive command New-PSDrive -Name Z -PSProvider FileSystem -Root \\$j\share -Credential $credentials -ErrorAction Stop Causes the error New-PSDrive : Multiple …

powershell remoting drive
Flex - Remoting vs HTTPService - when to use what?

I have been using Flex for a while and have not used remoting as of yet. Currently my apps use …

apache-flex flash actionscript-3 remoting
.NET Remoting vs. Web Services vs. Windows Communication Foundation (WCF)

Anyone willing to help me out with pros/cons on .NET Remoting, Web Services, and WCF? I have worked a …

asp.net wcf web-services remoting