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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|