Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet remoting > february 2007

remoting from dotnet 2.0 to application running 1.1
Posted by Dan at 2/27/2007 4:05:00 PM
Hi I have a version 2.0 framework application that needs to talk to another 3rd party application that is using version 1.1 via remoting. Will\can it work? Are the any problems\pit falls am likely to experience? Any direction would be great. thanks dan ...more >>


i want to access remote desktop in dotnet
Posted by p_moglaikar NO[at]SPAM yahoo.co.in at 2/27/2007 7:28:12 AM
i want to make project on remote desktop accessing in dotnet so anybody help me how it's possible in dotne i.e. what's all things are required such as any protocol or anything else Thank You in advanse Prashant ...more >>

Failed to connect to an IPC Port: Access is denied.
Posted by Ron at 2/26/2007 9:19:27 AM
I get the error above when I try to use IPC to connect to a Windows Service. The same code works fine when it is in a standalone test application. It alos works when implemented as a TCP channel. Thanks for any suggestions. Server Code: Private Sub RegisterServerChannel() ' Di...more >>

Is IIS required for secure channel?
Posted by SteveR at 2/26/2007 4:12:10 AM
I've written a .net remoting app that works OK on most machines but recently I found one that has a problem. This machine is the server in my app, the exception I receive is 'A remote side security requirement wasn't fullfilled...'. I've compared this machine to all the others and the only d...more >>

Help on proper method ????
Posted by calderara at 2/25/2007 3:25:05 AM
Dear all, I am building an application which is used to send to an other apllication a set of information from a databased source when the request is issue from the client application. IN other words it works as follow : 1 - Client application call a method in my application lib (DLL) whe...more >>

Remoting and DataSets
Posted by James Crosswell at 2/23/2007 9:22:57 PM
I've put together a basic server and client in remoting. In order to pass data around I presumed you'd use the detached objects like DataSet, DataTable and DataRow so I figured I'd define a DataSet class in an assembly that was shared by the client/server (along with the interfaces for the s...more >>

Seeking Sample Application Introducing .NET Remoting
Posted by Laser Lu at 2/22/2007 12:00:00 AM
Well, it's hard for me to get working sample applications which demonstrate the .net remoting architecture. Does anybody knows if there is any good tutorial application? The sample application would be better if it is released together with C# source code. ...more >>

Tools for Implementing Remoting
Posted by Ambily at 2/21/2007 9:44:13 PM
I have a DotNet (1.1) application in which Remoting is implemented using ACA.Net. I would like to know is there any other tools that can be used for the same? Please help....more >>



Reg Windows service - ASP.NET
Posted by Thilak at 2/21/2007 12:00:00 AM
Hi, Is it possible to invoke methods present in the Windows Service from ASP.NET Web pages?. Can anyone have encountered scenario like this before?... Regards, Thilaka ...more >>

TCPClient - Detection of remote host disconnection
Posted by Andrew McNab at 2/20/2007 6:46:15 AM
Before I go and make massive changes to a TCP/IP library I made, I was wondering if the detection of connection loss is possible through the TCPClient class. The problem I have is that I make a connection to another application using a TCPClient in one app and a Listener with Client in the...more >>

Creating instance of remote server object
Posted by Cairn at 2/17/2007 6:59:07 AM
I am attempting to create a client activated system. I have a interface dll which contains the interface to be used, this assembly is then referanced in both client and server. The server implemenation is then split in to a DLL which contains the server code, and an app which creates and ins...more >>

Bidirectional Remoting Chat Application
Posted by Vishal at 2/14/2007 9:29:26 PM
Hi All, I am creating a remoting chat server and client application with bidirectional message passing. Is .NET remoting with Binary Formatting a advisable platform to create chat server application? If yes do i need to buy the commercial bidirection channel(Genuin Channels) or i can ...more >>

Configure ASP.NET application as remoting client
Posted by SEliel NO[at]SPAM gmail.com at 2/12/2007 4:09:47 PM
=A1Hi there! I'm working in a "three layered" application, data/bussines/view, and each one of this arquitecture layer are hosted in separated servers. The web application obviously must invoke remote objects in the component server. I have visited several web pages (including msdn) but i h...more >>

AMF3 serialization/deserialization in C#
Posted by sean.j.gage NO[at]SPAM gmail.com at 2/12/2007 10:11:29 AM
Does anyone know if a product exists that contains a remoting channel that would do AMF3 communication between a local windows service in .NET and a local Flash Application? ...more >>

Getting details of client who calls remote object
Posted by Stuart Parker at 2/8/2007 4:22:21 PM
Hi, I have a windows service hosting a remote object as a singleton. Is there any way the remote object can obtain details of the client invoking it.... for example IP address etc. Or is it so transparent that it doesn't know? Obviously one way would be to pass the details from the client ...more >>

Communication between remoting objects hosted under the same service
Posted by Striped at 2/8/2007 10:22:19 AM
Is there a faster way to access a remoting server object hosted under THE SAME windows service beside standard way thru creating a proxy using Activator.GetObject()? In other words, there are 2 components, first of them is a singlecall and used by the clients and second one is a singleton t...more >>

WCF book?
Posted by José Joye at 2/5/2007 10:45:13 AM
Hello, Does anyone know a good book about WCF? Thanks, José ...more >>

.net remoting message size
Posted by Mihai D at 2/5/2007 7:18:13 AM
Hi, I have a remoting app using tcp/binary. The app runs good in a local network, but now i need to have the client connect to the server over a slower network connection. The first tests revealed a very very slow communication. Transfering something like 100 objects which contain up to appro...more >>

[C#][dotNET1.1] SocketException because clients wants to connect directly to server on different domain through router
Posted by Pascalus at 2/4/2007 3:28:04 PM
Hi there! Let me describe the configuration. Computer #1 (C1) is the client on the WAN side and connects to a server C2 on the LAN side via a router. C1(192.168.0.101)-----(192.168.0.35:3999)WAN[router]LAN-----(192.168.10.51:3999)C2 The routeur is configured to forward the correct port. I...more >>

WCF vs .Net remoting
Posted by ochocki NO[at]SPAM gmail.com at 2/4/2007 11:04:00 AM
Hi, Reading about WCF I had this feeling that .net remoting has been left behind. There's a lot about webservices but nothing about remoting which suprises me as MS was encouraging to use it in non-heterogeneous applications before .net 3.0 was released. This is not a technical question, it...more >>


DevelopmentNow Blog