| Thread | Last Post | Replies |
|
| how to raise event on one client and handle it on other Client | 08 Dec 2006 02:31 GMT | 1 |
Could anybody tell me how to raise event on one client and handle it on other Client using remoting and vb.net. Both client applications are on different machine. I will be highly thankful to all Regards
|
| Execution doesn't return from server after VS 2005 upgrade | 08 Dec 2006 02:26 GMT | 1 |
We have upgraded our remoting solution to Visual Studio 2005. Everything seems to run as usual except for for the execution of a time consuming SQL Server stored procedure. The procedure, that has cause no problem in VS2003, takes an hour and a
|
| Delegate Function | 08 Dec 2006 02:24 GMT | 2 |
Is it possible to have a Delegate Function raised on the server (different appdomain) that prompts a client for a response and then when it has received that response continues with its processing. I have been trying to get this working for about a month now, and am
|
| A tricky one... | 08 Dec 2006 02:16 GMT | 3 |
This is my first attempt at writing a distributed application in .NET using the C# language and I've now run into a hurdle that looks to be a little to high for me to leap over. It is for that reason that I'm hoping some kind soul may offer me a springboard from which to jump.
|
| RemotingException - Request Timed Out | 08 Dec 2006 02:12 GMT | 1 |
We have a situation as follows, We have hosted a COM+ Middle Tier Component on IIS that is called through Remoting over the http channel. All our calls are synchronous. While performing a lengthy operation we usually get a RemotingException with the description:
|
| Requested Service Not Found is killing me... | 06 Dec 2006 14:42 GMT | 6 |
especially since this code worked a few months ago. Hello all: I have a Windows service that I am trying to access via a remote client. The code in the service's OnStart event handler:
|
| Should I use remoting? | 04 Dec 2006 10:17 GMT | 4 |
The scenario: multiple (load balanced) web servers supplying a single web application. The web application gets its data from a single middle-tier application that is also available on middle-tier multiple servers. There are no distrubuted transactions.
|