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


all groups > dotnet remoting > june 2006

Filter by week: 1 2 3 4 5

mail failed
Posted by Crespo at 6/30/2006 12:00:00 AM
hi,everybody I use dotnet 2005 and c sharp to deliever a mail to a certain mail address,but it failed with messages such as "invalid parameter,the server response: decode failed". My codes is listed belowed: try { MailMessage mailObj = new MailMessage(); mailO...more >>

Exception: The method '.ctor' was not found on the interface/type
Posted by eric.means NO[at]SPAM gmail.com at 6/29/2006 8:25:36 AM
I have a client-activated object that is failing with a RemotingException. The exception's message is "The method '.ctor' was not found on the interface/type 'My.Type, MyTypeLibrary, Version=1.0.2371.15203, Culture=neutral, PublicKeyToken=null'.". The client code is hosted in Internet Explorer...more >>

Expecting TcpChannel but finding TcpClientChannel
Posted by Awanti at 6/28/2006 10:31:00 PM
Hey everyone, I have an application which registers the TcpChannel to call the remote object. The remoting configuration is in app.config The code looks for existing TcpChannels and un-registers them before it registers the channel customised with the security sinks. Now..the problem I a...more >>

remoting DataSets between framework 1.0 and 2.0
Posted by ianic at 6/28/2006 12:33:21 AM
Is it possible to send datasets with remoting between 1.0 and 2.0 frameworks. Currently I get: "File or assembly name System.Data, or one of its dependencies, was not found." when sending dataset from 2.0 to 1.0 . Thanks, Igor....more >>

remoring an event from server to clients
Posted by Robert Ludig at 6/28/2006 12:25:53 AM
I have a simple MarshalByRefObject derived Object (remotableObject) in a separate assembly that is referenced by both remoting server and client. Both server and client contain a member of that type. RemotableObject also contains an event. This event can be fired by the server AND the client. Wh...more >>

Basic .NET Remoting design question
Posted by Zoe Hart at 6/27/2006 6:52:39 AM
I have a class ClassA that needs to be remoted to another server in order to have access to the resources necessary to do its job. One or more of its methods needs to return an instance of another class ClassB. ClassB has no remoting requirements, but I'm not clear if it's possible for Remote Obj...more >>

Remoting problem...
Posted by hakan_cn NO[at]SPAM hotmail.com at 6/26/2006 11:51:53 PM
Hi. I have a problem with remoting in C# that I need some help with. I've created a server and a client using .NET remoting. The server config file look like this <system.runtime.remoting> <customErrors mode="off"/> <application name="RemoteHostService"> ...more >>

Binary Remoting
Posted by Bijoy at 6/25/2006 7:22:02 PM
Just a quick question in relation to remoting over HTTP using the binary formatter. We really want to avoid the overheads of using https . Although our data doesnt need to be all the secure , just wondering what level of protection does sending data using binary offer. Is it any better tha...more >>



Windows service
Posted by Olga at 6/22/2006 8:42:02 AM
Hello, I have a remote object that communicate with client through TCP. This works fine. I have created windows service that uses remote object. Local connections work fine, but remote connections don't work. What can be the problem? -- Olga...more >>

How to configure two separate sets of remoted objects
Posted by Zoe Hart at 6/22/2006 7:38:00 AM
I have a set of components that I have successfully remoted through .NET Remoting hosted in a Windows Service on a remote server. That's all running fine. Now I have another business feature to implement that will again involve remote components, possibly on the same physical server. I plan to...more >>

Publishing remote objects
Posted by donald_largen NO[at]SPAM msn.com at 6/21/2006 8:52:47 AM
I have always used RemotingConguration.RegisterwellknowserviceType. However I discovered you can use RemotingServices.Marshall. What is the difference? Thanks Donald ...more >>

Authorizaing users in server C# 2.0
Posted by dacharlie at 6/20/2006 8:54:24 AM
Hi, I have a server application running as a windows service. An my clients connect via remoting to the server. I would like to authorize the clients using LDAP or Windows security. I=B4ve read many articles about the use of impersonation and how security is implemented in remoting 2=2E0 but I ...more >>

Remoting IIS 6
Posted by MIS at 6/20/2006 8:51:02 AM
We have a small test appication that uses remoting. This app works fine on the developers XP system but the same configuration does not work on Win2k with IIS 6 and .net 2.0. The URL returns 404, page not found. The .rem extension has been enabled and all other IIS settings look ok. Any ideas?...more >>

Sending/Receiving XML document to/from MSMQ
Posted by basulasz at 6/20/2006 6:40:02 AM
I add an XML file as an MSMQ Message to MSMQ with the code XmlDocument myXml = new XmlDocument(); myXml.Load("C:\\Emp.xml"); MessageQueueTransaction mqTrans = new MessageQueueTransaction(); MessageQueue mq = new MessageQueue(); try ...more >>

GenuineChannels
Posted by donald_largen NO[at]SPAM msn.com at 6/19/2006 8:41:52 PM
This product appears to provide a solution to a problem I am working on, however I am unable to find any information about it. The following link is dead http://www.genuinechannels.com, is the company dead? ...more >>

Cannot create channel sink
Posted by Loyola stalin at 6/19/2006 6:37:02 AM
Hi Friends.. I am very new this remote. I will just shown the sample coding, Please help me to get the output Server Side : ----------------- namespace RemoteServer { class RMI { public RMI() { } public static void Main() { ...more >>

With or without host headers
Posted by enigman at 6/19/2006 6:02:55 AM
Hi Group! First of all, excuse me for my english. I am having an annoying problem with an application (not web application) which i am trying to run through remoting. The app is running rigth in my localhost, in the default web site from a server and even through an own site on this server wi...more >>

atladvise on interface pointers in remote processes
Posted by brad berdan at 6/18/2006 11:00:01 AM
The system: client side - a .net object which instantiates a COM object, and a Connection Point interface implementation. server side - a remoting .net object which instantiates a different COM object that will fire the Connection Point. The .NET client requests and receives a pointer to ser...more >>

Excel and .Net remoting
Posted by venky at 6/14/2006 2:53:08 PM
Hello, I have a C# program in which i need to read the data from the excel file which is in network folder. The openign the excel file and reading the data everything works fine with Excel class and other objects. Only thing is there way to notify my application if the Excel files get modifi...more >>

Remoting stopped working
Posted by Bram at 6/14/2006 2:12:19 AM
Hello everyone, I've been using .NET remoting to publish an object that exposes several methods and events. however, it does not work. I can use Activator.GetObject to create the object but when I try listen to an event the program locks up. This is the code I use to connect: MonitorIPC ipc...more >>

Unregister Remoting Client (RegisterWellKnownClientType)
Posted by Steve, Putman at 6/13/2006 2:16:46 PM
Hi Guys, I am using the below code to register client dll to use remoting. System.Runtime.Remoting.RemotingConfiguration.RegisterWellKnownClientType(GetType(Project.Class), "tcp://ServerName:7000/Project.Class") This works great. But, Is there any way to unregister it after I register it, we...more >>

How to detect Client/Server disconnect
Posted by Lancelot NO[at]SPAM community.nospam at 6/12/2006 8:55:16 AM
Hi, I am working on a project that uses remoting as its primary means to connect a client to a server. I need to be able to figure out, from the server, that we have lost connectivity with the client. I have been looking at the ClientSponsor and ILease, but I fail to see how the se...more >>

Sharing data between boundaries.
Posted by Tommaso Caldarola at 6/10/2006 12:00:00 AM
General speaking, I don't like the idea to send IdUser (current connected user) between server and client. Now I'm using Remoting.CallContext to share data between boundaries. Is there a better / secure way to share "sensible" data? -- Inviato da X-Privat.Org - Registrazione gratuita...more >>

Serializing GIF,PNG
Posted by victor at 6/8/2006 3:57:41 PM
Hi, In my Remoting app (TCP channel) I fetch an image from a remote machine. This goes OK for JPG files. When I asked for a GIF or PNG, it crashes with an exception msg: " Server encountered an internal error. For more information, turn on customErrors in the server's .config file" -- (I don't ...more >>

Dead remote objects in a hashtable
Posted by dave.rafkind NO[at]SPAM gmail.com at 6/8/2006 10:42:45 AM
Hello, this might be a simple problem but I can't seem to find a straightforward answer: If I get a local handle (proxy) to a remote object, and then use it as a key in a local hashtable, how can I react when the remote object dies ungracefully? I assume that I can't use MyDeadRemoteObject.Ge...more >>

Found two different objects associated with the same URI
Posted by sbparsons at 6/8/2006 4:26:01 AM
I have a server Singleton running as a service. I also have a client connectiing through IPC to the server. The client responds to the 'service shutting down' event by attempting to reconnect to the server every 10 seconds. If the service restarts after the first client re-connect attempt an...more >>

Freeware Remote Control ActiveX or Web Application
Posted by LopeleteRoxu at 6/7/2006 8:12:15 AM
Hi everyone, I'm very interesting about integrating some freeware or shareware 100% Web based remote control tool. I'm toolking about tools like NTRInquiero => http://na.inquiero.com/web/default.asp?lang=us&rparam=0 Linktivity WebInteractive => http://www.linktivity.com/webinteractive.html ...more >>

Moving Chat sample from Http to Ipc channel...
Posted by Nathan Baulch at 6/7/2006 12:00:00 AM
I'm trying to convert the "Remoted Events (Chat) Sample" = (http://support.microsoft.com/Default.aspx?id=3D312114) from Http to Ipc = channels in .net V2. Since everything is setup in config files, I have only changed the = server and client app.config files (see below). Unfortunately I'm getti...more >>

Issue while stopping a windows service
Posted by Sunil Pandita at 6/6/2006 5:25:02 AM
Hi guys, I am creating a windows service which initializes an object of an external assembly to perform a certain process. The process has three distinct states 0.stopped 1. Running 2.stopping the pseudo code is as follows public status; ...more >>

soapsuds question
Posted by russell.lane at 6/5/2006 2:17:15 PM
I am trying to set up a set of classes for remoting. There are a couple of simple serializable types, and a "factory" type that you can use to create and initialize the simpler types from database contents. I plan to deploy the factory type for use as a single-call remote object, served up b...more >>

ISA Proxy remoting config in .NET 2.0
Posted by Andrew Merisanu at 6/5/2006 9:12:49 AM
Hello All, In V1.1 of the framework we required a weird workarounbd to get remoting to work through an authenticating proxy. I was wondering if anyone can provide or point me to some exmaples of how to set the proxy properties for the HTTP channel (client) in .NET 2.0 . TIA Andrew ...more >>

Is remoting being depracated?
Posted by Thirsty Traveler at 6/2/2006 7:20:22 AM
I was talking with someone yesterday about our use of remoting in our architecture and he made a statement that he heard that Microsoft will be depracating it and will that be a problem for us. Quite frankly, that was the first time I heard that. Does anyone know if this is true and, if so,...more >>

Retrieving the current channel sink chain.
Posted by Kenny D at 6/1/2006 11:57:36 PM
I have a remoting application in which I wish to use the standard system.runtime.remoting config file entries. I want to use the configuration file to declare the standard formatter sink and all of the rest of the usual remoting runtime stuff. The tricky part is that after the remoting runti...more >>


DevelopmentNow Blog