| Thread | Last Post | Replies |
|
| Reproducing InProc Server effect in .Net WinForms | 28 Jun 2004 15:40 GMT | 1 |
In Windows Forms, I need to spin off a form (say a debugInfoWindow) which will not close even if the main form / application closes. This was achieved in VB6 by placing that form in an inproc server Exe and opening it with a load library / createobject. ( this also allowed data ...
|
| server calls client, client calls server problem. | 28 Jun 2004 15:27 GMT | 6 |
CURRENT PROJECT I have created a Client Server program where the Client builds up a connection to the Server and sends data to it that has to be stored in a database.
|
| Does someone has the sample codes of the book <<Building C# web service with asp.net and .net remoting>> | 28 Jun 2004 15:24 GMT | 1 |
(Type your message here) I have bought the book named <<Building C# web service with asp.net and .net remoting>> but I don't find the sample codes of the book in its' press web site www.wrox.com,does some friend konw it? From: John Adolf -----------------------
|
| What was the fix..? | 28 Jun 2004 15:17 GMT | 1 |
Simion, I am having the same issue, how did you fix the code..? -------------------------------- From: Samuel Densmore
|
| Remoting interfaces on local machine | 25 Jun 2004 18:46 GMT | 7 |
I have an ASP.Net client that uses remoting (HTTP in IIS) to connect to the server using only the interface of the required objects (as per Ingo Rammer examples). So the actual implementation assembly is not known on the client side.
|
| Broadcast Problems | 25 Jun 2004 15:51 GMT | 1 |
Using the Remoting Events sample for from Ingos book, I managed to get a quick and dirty little chat app running. Now I want to change the server a bit so it looks more like my real world application. I created a class directly in the server app that uses a timer to call the ...
|
| Sinking in .Net Remoting | 25 Jun 2004 14:21 GMT | 2 |
I am trying to understand the details of .net remoting. There are so many different kinds of sinks .... which have left me totally confused. TerminatorSinks, ContextSinks, MessageSinks, SinkProvider, RequestSink, ResponseSink, FormatterSink, DynamicSink, BuilderSink, LeaseSink,
|
| remoting on network-less machine | 25 Jun 2004 06:01 GMT | 4 |
i want to do fast inter-process data sharing in my app, some suggested that remoting is the best for this. my question is: can i use remoting (for inter-process comm) on a machine which doesn't have network card, or event no network services/components
|
| remoting... connections pooling? | 24 Jun 2004 22:22 GMT | 2 |
I decide to use remoting as a communication solution between my main service and the billing service. But I need to know if when I create an instance of a remoting object this open and close the TCP channel for each?
|
| Use 'new' rather than Activator.CreateInstance for remote objects activation? | 24 Jun 2004 16:50 GMT | 6 |
I just read in a coding standard to "Avoid using Activator.GetObject() and Activator.CreateInstance() for remote objects activation. Use new instead." Since I have just been instructed to use Activator.CreateInstance() rather than 'new' on a project, I would like to know the ...
|
| IIS Remote Host & Proxy Servers | 24 Jun 2004 16:02 GMT | 1 |
I'm getting a message (407) Proxy Authentication Required. when trying to invoke a method on a remote object that is hosted on a IIS site A.B.C on an intranet machine. Internal DNS has been sorted where i can browse to a test page on the site using IE with no problems.
|
| IIS Remoting Host and Proxy Servers | 24 Jun 2004 15:59 GMT | 1 |
I'm getting a message (407) Proxy Authentication Required. when trying to invoke a method on a remote object that is hosted on a IIS site A.B.C on an intranet machine. Internal DNS has been sorted where i can browse to a test page on the site using IE with no problems. If i try ...
|
| Extending the RealProxy | 24 Jun 2004 03:20 GMT | 1 |
What is the use of Proxyattribute class for extending the real proxy? Please give me an exaple. ---
|
| Passing Binary Data causes Error | 23 Jun 2004 17:27 GMT | 5 |
The following is happening when I transfer binary (PCL) data. When changing the PCL to simple text, everything transfers fine. Is there a special requirement when
|
| Passing dot net objref via COM? | 23 Jun 2004 17:21 GMT | 3 |
[Sorry for cross-posting, but this topic equally relates to remoting and interop!] I am extending a legacy app which uses DCOM to implement a networked client-server architecture. As some more recent parts of the app are written
|