Tagged Questions

1
vote
2answers
26 views

What issues should I expect when porting an application from Genuine Channels to WCF

Genuine Channels is a set of 3rd party chancels for .Net Remoting. I have been given the tasks of replace the usages of .Net Remoting in a rick client and server with WCF. I a …
0
votes
1answer
18 views

.NET IE BHO Remoting

I have a IE Browser Helper Object, which is a Toolbar addin for IE 8. I have another .NET .EXE application (Remoting Client) that connects to this BHO (Remoting Server) using remot …
0
votes
1answer
47 views

Start a program in active user session with PowerShell remoting

Is it possible to detect that a specific user has an open session on a computer and to open a process in that session so that the application can be interacted with by the user usi …
0
votes
0answers
14 views

Problem in setting up remoting with zend_amf and cairngorm

Hello all I am using Flex 3.4 and Cairngorm 2.2 and Zend_AMF for server side. I am having problem in setting up RemoteObjects. I am getting the infamous Channel disconnected err …
0
votes
1answer
19 views

Does Flash remoting keep the NetConnection Object open?

Hi, I've built a application that communicates with Coldfusion cfc functions via Remoting. I've noticed that the NetConnection object disconnects after each call, is this expected …
1
vote
3answers
105 views

How does [RemoteClass] work in Flex Actionscript can I use it for custom data-binding?

Actionscript supports a [RemoteClass] metadata tag that is used in BlazeDS to provide data-binding hints for marshalling AMF binary objects from Java to BlazeDS. For example: Jav …
0
votes
0answers
24 views

Using external objects from MarshalByRefObject descendant in .NET Remoting

I'm using .NET Remoting to communicate between client and server applications. The MarshalByRefObject on the server side activates as singleton. The question is: how can I get from …
1
vote
1answer
37 views

Powershell v2 remoting and delegation

I have installed Powershell V2 on 2 machines and run Enable-PsRemoting on both of them. Both machines are Win 2003 R2 and are joined to the same active directory domain and I can s …
1
vote
2answers
63 views

.NET Remoting for Occasionally Connected App - good fit?

Our 70 mobile laptop users are struggling with a new version of an externally developed .NET application that downloads a subset of cases, allows offline data entry, then uploads t …
0
votes
1answer
42 views

BlazeDS accessing HTTPRequest/HTTPSession in custom Java MessageAdapter

In a custom MessageAdapter written for a BlazeDS Java server, is there any way to access HTTPSession and HTTPRequest in a custom MessageAdapter. I'm trying to adapt an existing CO …
1
vote
7answers
144 views

Travelling Visual Studio developers

Hi, I am about to travel to Europe (I'm Australian but imagine this is a similar circumstance for US users and simply flipped for European users). However, there is the slim poss …
1
vote
2answers
64 views

Flex Cairngorm Spring Blazeds - Remoting Error - help me please…

Hi all, I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment tr …
1
vote
2answers
36 views

Remoting - Is an object remote?

How can I determine whether an object is local or remote (using C# remoting)? Both checking in local code if the object is remote or in the object if the code is executed from remo …
1
vote
1answer
32 views

Two way communications in .Net remoting

Once the communication between Client and Server is created, the Client could call the remote object functions through proxy. Under this situation, is it possible that Server could …
2
votes
2answers
68 views

C#: Restrict .Net remoting to accept localhost connections only

I am using .Net Remoting to handle intra-process communication between a master service and numerous (sometimes 50+) instances of a small client library. From a security standpoint …

1 2 3 4 5 19 next
15 30 50 per page