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 2006

Filter by week: 1 2 3 4

System.Configuration classes in a remote object
Posted by Zoe Hart at 2/27/2006 7:45:32 AM
When I access app settings through the System.Configuration classes from a remote object, does it pick up its app settings from the host service or the client application? Thanks, Zoe ...more >>


wsdl got exception
Posted by Larry Li at 2/27/2006 5:01:28 AM
Hello, all: I got a problem when returning serializable object from my remoting service. When I test the remoting service in the IE browser by using "http://myserver/MyRemoteObject.soap?wsdl", it throws the following exception. MyRemoteObject is returning [Serializable()] object to client...more >>

Object activation rules ???
Posted by serge calderara at 2/27/2006 2:31:18 AM
Dear all For those who use remoting in their daily work, what is the criteria or rules that will make your architecture decision going on a : - server activation object rather a client activation object - singleton mode rather than SingleCall in case of Server activation thnaks for your ...more >>

IPC Channel - how to cause client to close handle to named pipe?
Posted by JimCassidy NO[at]SPAM gmail.com at 2/25/2006 3:40:49 PM
I have some remoting code, using IPC Channels, and I'm seeing weird behavior. I have a server process that comes up and creates an IPC Channel, and I have some client proxies to objects in that server. The server side objects are registered as singletons, and are created on the client by Act...more >>

Remoting: How to best pass data across tiers
Posted by Chad at 2/24/2006 1:21:45 PM
It looks like if I an the <Serializable> attribute to an object, that I can pass an object across tiers. From a coding point of view, this seems very convenient. My question is: How efficient is this? Does this mean that the object gets serialized as XML before passing? This sounds rather ...more >>

ASP.Net client app, Windows Service remote server, class library remote object
Posted by Michael Blevins at 2/24/2006 6:28:22 AM
First let me explain my architecture. I have an ASP.Net (VB.Net) application that is the client, a VB.Net Windows Service that is the remote server for the VB.Net class library remote object. In the client application I have a web.config file that contains a connection string in the appSetting...more >>

Error: Object reference not set an instance of object
Posted by Jonathan at 2/23/2006 1:12:28 PM
Hi, I am using .NET Remoting for database access. I have three components: 1. A class library 'RemoteComponent.dll': Imports System Imports System.Data.SqlClient Imports System.Runtime.Remoting Imports System.Runtime.Remoting.Channels Imports System.Runtime.Remoting.Channels.Tcp <Ser...more >>

Remoting or WebServices?
Posted by Zagor at 2/20/2006 8:10:16 AM
Hi All, I am designing an application where I have multiple clients accessing the server. The client app is a small dialog box , where the client select some parameters, these parameters are saved in an xml file and save it into the server....the server must be aware when a file is generate...more >>



Communication between two .NET Apps
Posted by Pete Smith at 2/18/2006 11:40:37 PM
Hi, when I automate an Office App I can access it by using GetObject (COM). Now I have my own small .NET app and I want to access this from my other .NET app. What the best way to do this? Thanks for any advice in advance Pete -- Pete Smith ...more >>

Converting the time from one timezone to another
Posted by Nathan Sokalski at 2/18/2006 2:19:49 AM
I asked a question about a week ago about how to get my local time, since my application is running on a server halfway around the world. I have determined that my code would look something like this: Dim servertime As Date = Date.Now Dim utctime As Date = servertime.ToUniversalTime() D...more >>

COM Object Members in Remoted Objects
Posted by Mehmet_Or=E7un_Topdagi at 2/18/2006 12:50:21 AM
Let me start by a simple pseudo-code, before describing my problem. class COMContainer { private ComClass myComObject; public ComClass Object { get { return myComObject; } } public int CallComObject() { int i = myComObject.SomeProperty; return i*i-i ; // I...more >>

.net remoting vs SQL Server
Posted by Jonathan at 2/17/2006 2:30:06 PM
Hi, I am using .NET Remoting for database connection. I have three components: 1. A class library 'RemoteComponent.dll': Imports System Imports System.Data.SqlClient Imports System.Runtime.Remoting Imports System.Runtime.Remoting.Channels Imports System.Runtime.Remoting.Channels.Tcp ...more >>

Help me to simply understand ???
Posted by serge calderara at 2/16/2006 12:04:27 AM
Dear all, I start to be confused with what is so call client-Activated and Server-Activated object. What I have understand or at least seen on different sample is that Client-Activated is refering to <activated> tag in config file and Server-Activated is refering to <WellKnown> tag in co...more >>

Detect client disconnection
Posted by tomb at 2/15/2006 2:59:55 PM
Scenario: Singleton with CAO. How to detect closing of client application? TIA ...more >>

Sockets or Remoting?
Posted by Walter at 2/14/2006 9:42:06 AM
Hi all, I am beginning a new project and have a few doubts as to which direction to take. Currently we have an application written in Java which transmits messages using sockets over the internet to a middle ware apllication which processese these messages. We are in the process of converting th...more >>

Simple question on ObjectURI ????
Posted by serge calderara at 2/14/2006 3:16:28 AM
Dear all, When it is needed to end the ObjectURI with the .soap or .rem extension ?? Or do we have to always sepcified this extension form ? Thanks for your help regards serger...more >>

Enumerate Remoting Servers
Posted by jheising NO[at]SPAM gmail.com at 2/11/2006 10:56:05 AM
Quick question - Is there a way to find/enumerate remoting servers on the network? More detail: Let's say I have a Windows Service that exposes a .NET TCP Remoting channel, and I install this service on a bunch of servers on my network. Now let's say that I have a client that uses the remot...more >>

Hosting in IIS
Posted by Joel Lyons at 2/9/2006 10:31:22 AM
I have several DLLs installed in a folder in c:\program files\[product name] where they are needed by a Windows Service and others. I would also like to host some of these DLLs as remote objects via IIS. I've had success creating a virtual folder, adding a web.config to the virtual folder to...more >>

Remoting Doubts??
Posted by telophase NO[at]SPAM gmail.com at 2/8/2006 6:25:43 AM
Hello All, Can the object created on the server (using remoting) which is shared by all the connected clients be shared by which the server itself?? I want to change the Image variable in the remote object so that other clients get the information too? Its like updating the image on all clien...more >>

Problem with asynchronous HttpWebRequest
Posted by Assaf Shemesh at 2/7/2006 9:02:08 AM
Hi, I'm having a problem with asynchronous HttpWebRequest. It's a simple http client-server. For most of my users it works fine. However, some of them get the exception: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: The attempted ...more >>

Dynamically Loading Assemblies problem with custom config handler.
Posted by Rik Beacroft at 2/6/2006 1:29:46 PM
Hi, I have written a .net service that uses a custom config handler and listener specified in the config file. This service loads another appDomain and assemblies into this new appDomain. When invoking methods on one of the dynamically loaded assemblies, a problem is encountered when using ...more >>

Failed to create an IPC Port: Access is denied.
Posted by herc at 2/3/2006 12:52:08 PM
I had the client/server working fine with tcp channel. I changed the App.Config to use ipc and I get a "Failed to create an IPC Port: Access is denied." on the client. I saw two other posting refering to the channel property "authorizedGroup". Thus I have tried setting it to both Everyone and...more >>

Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValu
Posted by lmsa at 2/3/2006 10:37:40 AM
Hi I just installed VS 2005 (and Framework 2.0) in my computer. I also have VS 2003 and Framework 1.1 installed. My apps built with 1.1 are suddenly throwing exceptions in parts of the code that were working fine until now. The exception is: >>>>>> Ticks must be between DateTime.MinVal...more >>

How to Raise a event in specific client?
Posted by kris at 2/2/2006 5:21:04 AM
Hi All, I'm using .Net remoting singleton object. My remoting object loads data continuosly from a external server. Multiple clients (Windows applications) would be using the shared remoting object. When there is a update from external server, I want to raise an event in the specific client. ...more >>

"Permission denied: cannot call non-public or static methods remotely."
Posted by Johannes Setiabudi at 2/1/2006 1:31:04 PM
Any hints? Code: Dim clientProvider As New BinaryClientFormatterSinkProvider Dim serverProvider As New BinaryServerFormatterSinkProvider serverProvider.TypeFilterLevel = Runtime.Serialization.Formatters.TypeFilterLevel.Full Dim props As New Hashtable ...more >>


DevelopmentNow Blog