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 > april 2005 > threads for april 1 - 7, 2005

Filter by week: 1 2 3 4 5

Where to put remote activator in the client?
Posted by Toble Rone at 4/6/2005 8:37:33 PM
I'm developing a Remoting project and after reading and testing a LOT with all the posibilities, I'm getting trouble with an "architectural" topic. I have a console app hosting a remotable object quite well, and during testing, I can conect with simple "client" apps with all the necesary code ...more >>


Console app uses remote object, web form doesn't
Posted by Rich Lund at 4/6/2005 11:48:01 AM
I have managed to get my remote type hosted in IIS on a separate server and previously was able to call this from a web form on a second server. I do both my client and server remoting config via config files rather than in code. I know it is dumb but once I was happy with this I tidied up ...more >>

Proxy Authentication
Posted by Andrew at 4/6/2005 8:06:07 AM
Hi All In the .NET Framework is there any way to provide the proxy authentication the way internet explorer prompts. I mean when I access the net using internet explorer it asks for the username and password. I want that when I create a Web-Request it also prompts for the username and passw...more >>

interprocess communication in .NET
Posted by michael_quinlivan NO[at]SPAM hotmail.com at 4/5/2005 11:37:16 PM
not sure if this is the right place for this, but anyway... I have an application which works closely with a second app. The second app needs to be able to signal the first app asynchronously. The first app will respond to this signal by performing a certain task. What is the simplest way...more >>

Keep Alive
Posted by Tal at 4/5/2005 11:51:21 AM
I have a singleton server side object published by .Net C# remoting. In the client side after creating the object, how can I know when the server is down by receiving connection down event? The server does not have a keep alive method that I can call every X seconds and check it. ...more >>

Authentication using non-default credentials?
Posted by Martin Davy via .NET 247 at 4/5/2005 5:33:39 AM
I am try to use integrated windows authentication with CAOs= hosted in IIS=2E I am using Framework 1=2E1=2E According to MSDN, I= should be able to supply me own credentials in the channel= properties, but when I do this I always get (401) Unauthorized=2E= This is true even when I explicitl...more >>

not marked as serializable
Posted by Richard at 4/4/2005 8:13:03 AM
I have a class in an interface asembly <Serializable()> Public Class CallerInfo Public Sub New(ByVal CallerIdentity As String, ByVal CallerAppDomain As String, ByVal CallerMachineName As String) Me.CallerAppDomain = CallerAppDomain Me.CallerIdentity = Call...more >>

Error with Remoting Events in ASP.NET application: Type Initializer error
Posted by RobbieGotNeeds NO[at]SPAM netscape.net at 4/4/2005 8:08:41 AM
I have a Windows service that checks the availability of something. I use remoting to publish events, and I've gotten multiple Windows forms applications to subscribe to these events. Now, I want my ASP.NET web application to subscribe to these events as well. In my ASP.NET application I have...more >>



specified cast is invalid
Posted by Santosh d via .NET 247 at 4/4/2005 12:49:57 AM
i am having 2 c# dlls ... with class A in 1 of the dll and class B in the 2nd one one of the member function(create) of class A tries to create the instance of class B in a different Appdomain i have 2 client applications 1) a vc# client application 2) a vc++ client application both try ...more >>

Remoting, just send 2 integers
Posted by plize NO[at]SPAM letsdothatagain.com at 4/3/2005 1:32:06 PM
How can I make a C# application communicate with another one by sending it 2 integers? I searched in the 'Remoting' section in MSDN, but in vain. Thank you ...more >>

Client hangs if I do anything in the EventHandler
Posted by sean at 4/1/2005 4:17:44 PM
C# application. Client and server using Tcp channel remoting. The clients see the server just fine. I wanted the server to send the clients an event when an update came in. I added an event to the server object, fixed up all the security issues, and the event is getting fired back to the cl...more >>

New AppDomain, how to see the ConfigurationFile and call Configure
Posted by Greg Robinson at 4/1/2005 2:18:34 PM
We have a small exe that creates a new appdoman, sets its configurationfile to a config file on our web server and then launches another exe inside this new appdomain. All works well accept when we need to call into a remote server from this new appdomain. We use the configuration file to ...more >>


DevelopmentNow Blog