Groups | Blog | Home


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 > january 2006 > threads for january 8 - 14, 2006

Filter by week: 1 2 3 4 5

Form as remote object?
Posted by kcamhi at 1/14/2006 2:40:03 PM
Can a form not be a remote object? If not, is there any work around... basically I want a central computer to be controlling forms on several computers on a network? When I try to add Inherits MarshallByRefObject to a Windows Form class, I get the error: Base class 'System.MarshalByRefObj...more >>


Access to and from remoted objects
Posted by LEFritz at 1/12/2006 4:20:45 AM
Hi, I created a simple WindowsForms application (basically a form with a listbox on it) and registered an object for remote access: RemotingConfiguration.RegisterWellKnownServiceType( typeof(CMyClass), "MyClass.rem", WellKnownObjectMode.Singleton); So far that works fine ...more >>

Prevent service from stopping
Posted by ThunderMusic at 1/11/2006 4:20:03 PM
Hi, I have a service which is only a server for some objects the user can instanciate and call. Right now, the service starts and then stops automaticaly. The only line of code I added is in the OnStart event and is "RemotingConfiguration.Configure(configfile)". So I guess the service ...more >>

exception when using remoting
Posted by ThunderMusic at 1/11/2006 4:01:31 PM
Hi, I'm using remoting in my app and when I call a method from my objects, I receive the following exception : /* **** Beginning of the stack trace **** "No connection could be made because the target machine actively refused it" Server stack trace: at System.Net.Sockets.Socket.Connect(En...more >>

.NET Remoting within a web page
Posted by ThunderMusic at 1/11/2006 10:55:38 AM
Hi, I have to use .NET remoting in my web application. I'm not familiar at all with this in a web page. I've used it a lot in Windows Applications thought... What I would like to know is : Where do I put my "RemotingConfiguration.Configure("client.config")" line? is putting it in the Form_Load...more >>

Remoting 2.0 encryption options
Posted by Ken Ross at 1/11/2006 9:11:01 AM
I had read in the early Whidbey press that remoting in the 2.0 framework would support SSL "natively" but since the release I've not been able to find any mention of this. Everything I can find seems to point at using a custom channel link with "home rolled" SSL or other encryption. In my c...more >>

Serializing problem
Posted by Vitali Z at 1/10/2006 7:23:39 PM
Hi, I have a problem with serializing class in .NET Framework 1.1. During a call to remoting object with serialized parameter, I catch the error message: "Because of security restrictions, the type ContactCenter.ExceptionsServices.ExceptionMessages cannot be accessed" The class ContactCenter....more >>

COM+ or Web Service?
Posted by ThunderMusic at 1/10/2006 4:52:59 PM
Hi, I have to connect to a distant DLL (.NET DLL) and I would like to know which of the COM+ or Web service is the best... What are their pros and cons? I absolutely don't know how COM+ works, so that's why I can't really compare. I've seen on the web many people are having trouble us...more >>



Still don't understand remoting.
Posted by UJ at 1/9/2006 1:41:18 PM
I've posted a couple of messages asking how remoting works in that I have a client that I want to send a message to a server saying 'Go ahead and access the file.' Would a named pipe work just as well? All I need to do is send a message saying - Go for it! I haven't been able to get a cl...more >>

Unknown clients
Posted by Ryan at 1/9/2006 1:56:50 AM
I'm creating a C# 2.0 client-server app that will have clients running on unknown machines. I'm sure it's possible, but I have yet to see an example of using an encrypted tcp remoting channel in such a situation. Would someone please be as kind as to point me to some code for both the cli...more >>


DevelopmentNow Blog