all groups > dotnet remoting > september 2005 > threads for september 1 - 7, 2005
Filter by week: 1 2 3 4 5
C# & Unix
Posted by Bala Nagarajan at 9/7/2005 4:26:41 PM
Hello,
How do i communicate between C# and Unix? The scenario is as
follows.
I have a C program residing in UNIX box that does complex calculations and
returns a result. I need to invoke this C program residing in the Unix box
from
Windows Client C# application through a button... more >>
Problem: Hosting remoting in IIS with Windows Authentication
Posted by saarcarmi NO[at]SPAM gmail.com at 9/7/2005 7:13:30 AM
Hello
I am hosting remoting within IIS. Everything works just fine as long as
I allow anonymous access at the IIS level.
When I allow only Windows Authenticated sessions, something very
strange happens:
If the client activates the remote object with IP address -
works fine
... more >>
How to debug Remote Object..?
Posted by Shibu at 9/3/2005 12:00:00 AM
Hi,
Can anybody please tell me how can I debug a .Net Remoting Object (tcp)
using Visual Studio .Net.
I am running the Remoting server as a windows console application, and my
client application is a windows forms running in same machine.
Shibu
(I have reposted this from another news for... more >>
Remoting socket / port cleanup on process termination
Posted by RJ at 9/2/2005 4:30:18 PM
What cleanup should I do on the client side, after I terminate the process
that is hosting the singleton remoting server object? When I try to
activate a new server proxy in the client, using the following, the client
throws an exception : Underlying socket was closed.
Dim TargetPath As Stri... more >>
Cannot receive data across socket connection by .NET app
Posted by Subu Anantharam at 9/2/2005 8:17:05 AM
I have a .NET app that connects to a third-party server on a socket and sends
data. This works with a test server on the local network, but does not work
across the frame connection to the third-party server. They see a connection,
but never see any data coming across.
This works with Win32 a... more >>
Remoting Problem
Posted by Stein Karlsen at 9/2/2005 3:57:02 AM
Hi
I have 2 remoting servers where one is sending data to the other. One is
using tcpchannel and the other ipcchannel. The tcpchannel server is checking
a database for changes and when something in a specific table has changed it
sends that table to the other remoting server, that again p... more >>
Sharing files
Posted by JAYAKUMAR NATARAJAN at 9/2/2005 2:34:15 AM
Hi all ,
i have designed a sample IIS hosted remoting application. the basic idea is
to read a file from the server and send to client machines. I am using binary
reader and binary writer.
the problem is , when i am trying to run more than one instance of the
client application , there is... more >>
Intercepting Remoting errors hell!!
Posted by Rene at 9/1/2005 7:01:53 PM
If an error is thrown in my remoted dlls while the dlls are running in the
localhost IIS the error is sent back to may application correctly, but if I
run the exact same thing and throw the exact same error on another server
the remoting error that I get back is ALWAYS
"System.Runtime.Remoti... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
pause remoting
Posted by ianic at 9/1/2005 8:49:41 AM
Is there a way to pause remoting for a few seconds. Maybe with
unregister and then register channel. Does it works?
I have windows service as a remoting server and many clients. The server
occansionally runs out of memory because of pinned objects caused by
remoting.
One solution is to s... more >>
|