remoting Questions
1
Solved
I'm using RemotingServices.Marshal and Activator.GetObject to establish a remoting channel between two simple programs residing on the same computer.
public class IpcInterface : MarshalByRefObject...
Affection asked 21/11, 2012 at 4:43
2
I am an admin in my COM+ server machine, my COM+ server component identity set to "This User" and provided my credentials there. I could invoke my component from client machine. But client app will...
1
Solved
The following sample is based on "Passing values back and forth appdomains", where Marc Gravell kindly provided a very good answer to a question about .Net remoting between appdomains. What I've do...
1
Solved
I'm returning Streams from a remote service (.NET Remoting). But Streams are also disposables which as we all know are ment to be disposed.
I could call Dispose on the client side once I finished ...
Phillada asked 17/10, 2012 at 14:32
4
Alright, so I've asked several questions on StackOverflow about .NET Remoting, and there is always at least one person who just has to chime in, ".NET Remoting is deprecated, use WCF instead." I un...
Shechem asked 28/9, 2012 at 7:18
1
Solved
I've got a problem trying to run some of our scripts on a remote server.
We need all Powershell sessions to load v4 of the CLR, as we're loading in our own custom binaries with our scripts.
We've...
Roxanneroxburgh asked 23/8, 2012 at 8:52
2
Solved
What is a Channel Factory and why do you use it?
2
Solved
We have been using an SAP "COM License Bridge" to access their license server and query the hardware key of a system programatically (to reuse with out own licensing). This worked fine on SAP Busin...
6
Solved
One of the great features of CFCs is the ability to reuse the code for both a straight .cfm page and for Flex apps.
One such app that I devleoped uses Flex for its charting capabilities and needs ...
Declare asked 22/5, 2009 at 22:58
1
I'm currently working on a debugging topic to improve the debugging to __TransparentProxy instance resolved from Unity's TransparentProxyInterceptor.
The common debugging scenario is that while t...
Oppose asked 23/12, 2010 at 10:23
2
Solved
Windows does not make it possible for a 32 bit process to load a 64 bit dll, so I am trying to use remoting in order to allow the 32 bit process to interact with a 64 bit process.
Here's the proble...
1
I am unable to use an unsecure channel once a secure channel has already been registered. The code below works only if on the client side, the unsecured channel is registered before.
Is it possibl...
1
Solved
There are two problems I ran into last night which I have resolved now, but I am not 100% sure as to why what I have done has resolved them and was hoping maybe someone could offer some insight as ...
Precambrian asked 28/4, 2012 at 9:27
7
In an Adobe flex applicaiton using BlazeDS AMF remoting, what is the best stategy for keeping the local data fresh and in synch with the backend database?
In a typical web application, web pages ...
Legault asked 20/9, 2008 at 13:2
3
Solved
I am writing a .NET Remoting application. I have my dll, server, and client all working correctly. However, when I try to change my method call to take an object parameter instead of a simple type ...
Carnage asked 13/2, 2012 at 21:12
2
Solved
Various sources explain that
When an object derives form MarshalByRefObject, an object reference
will be passed from one application domain to another rather than the
object itself. When an ob...
Wistful asked 7/1, 2012 at 22:57
3
Solved
I am currently trying to build a threaded cleanup script with powershell, initiated from an IIS.
I have made a threaded "Kill process by owner" using powershell remoting, running from the same list...
Ranchman asked 7/7, 2011 at 13:8
2
Solved
I'm curious about shared/static object lifetime in an AppDomain where the RemotingCalls are the cause of creating the shared objects.
We're using a Remoting setup that uses client activated object...
Sleepless asked 24/5, 2011 at 12:25
1
Solved
I'm considering to move parts of a .Net application to other computers. The obvious way to do this is simply using WCF with a binary tcp protocol, for example as describer in " Easiest way to get f...
2
Solved
I'd think this would be simple, but I can't find an answer.
I'm using remoting and I want to store the RemotingConfiguration in the app.config. When I call RemotingConfiguration.Configure I have t...
Lyricism asked 4/5, 2011 at 19:17
3
Solved
After some reading, i've gather .NET Remoting is a deprecated API which has been replaced by WCF.
I'm writing an automation framework, and would like to reference a DLL with types/methods either l...
1
Solved
I've been developing a Windows Service in C#.
A set of configuration file paths is supplied to this service when it starts. For each of these files the service will spin up an AppDomain using the...
Lyceum asked 11/3, 2011 at 16:53
2
Solved
We have a plugin system where the plugin code runs on a separate AppDomain from the main process, using .NET remoting for the objects to communicate.
One class is similar to HttpContext.Current (...
3
Solved
In my ASP.NET application, I have a line in the global application start event that configures the client remoting channel by calling RemotingConfiguration.Configure().
This works well the first t...
3
Solved
I'm evaluating various interprocess communication methods for a couple of .NET 2.0 processes residing on the same machine. Naturally, .Net Remoting is a candidate, and theoretically the fastest con...
Codger asked 2/12, 2010 at 12:26
© 2022 - 2024 — McMap. All rights reserved.