| Thread | Last Post | Replies |
|
| problem chat application | 12 May 2005 02:37 GMT | 1 |
I would like to develop a chat application and understand how remoting works. So, I downloaded a chat demo but I've always the same problem... it's useful to say client and server run on the
|
| Late binding to a remote object | 10 May 2005 21:28 GMT | 1 |
I would greatly appreciate any insight anyone could provide on my issue/question. I need to invoke methods on a specific version of a remote object. I really need to do this without a direct reference to the object as functions could
|
| InvokeRequired and CreateGraphics | 10 May 2005 19:07 GMT | 6 |
Here is a thread I posted in microsoft.public.dotnet.framework group. Perhaps it's better here. De: "Fabien Bezagu" <fbezagu@novacor.fr> Objet: Re: InvokeRequired and CreateGraphics
|
| Bind Remoting Server to multiple NICs | 09 May 2005 17:02 GMT | 2 |
When the PC hosting a remoting server (SAO) has multiple NICs, I am using the bindTo property for the HTTPChannel to specifiy which NIC to bind to for the service. This works fine, but is it possible to bind the service to more than one of the NICs simultaneously?
|
| Using GUI from .NET Remoting events | 07 May 2005 00:40 GMT | 2 |
I have a server with .NET Remoting object, which has significant number of events. I want to use these events from my client GUI application. When an event is passed to the client application, it is running under MTA (Multithread Apartment) and I have to use
|
| Peer-to-peer - step 1 | 06 May 2005 19:39 GMT | 2 |
I'm trying to write a very simple peer-to-peer WinForms app, using .NET remoting. In my form load, I register as a server: TcpChannel Channel = new TcpChannel(Port);
|
| Problem Using-Dataset Serialization Using DatasetSurrogate from KB 829740 | 06 May 2005 18:03 GMT | 3 |
I have a simple remoting setup that returns a dataset. I decided to try to improve my performance by using the DatasetSurrogate class from http://support.microsoft.com/default.aspx?scid=kb;en-us;829740 The results was the time to retrieve 11,000 rows nearly tripled. I am
|
| Windows service and remoting | 06 May 2005 17:51 GMT | 3 |
We have a solution consists of an O/R mapper project,Business Logice layer and a Web application.I need to add a windows service to this solution and add the business logic layer as a reference to my windows service.We are in development phase and it's very probable that the ...
|
| Asynchronous Remoting and its effects on ASP.NET Threading | 04 May 2005 03:59 GMT | 4 |
Now I know that we can call .NET remoting components asynchronously from ASP.NET pages and it works like a charm! But I am concerned about the behavior of the overall system in this case and how does ASP.NET handle threads.
|
| Problem with multihomed remoting server with no DNS setting | 04 May 2005 03:53 GMT | 1 |
I have a two computer network. Neither computer is running a DNS server. On one computer, I have assigned multiple IP addresses to its network card (kind of simulates multiple network cards). Now, if I run a .net remoting service on this computer and leave its DNS entry empty, ...
|
| Cannot Get XML Config file to Work | 03 May 2005 15:20 GMT | 1 |
For some reason, I am not able to configure my client's configuration using xml. I get the following error: .Config file ..\..\ConsoleJobClient.exe.config can not be read successfully due to exception
|
| Remoted object dies after 5-10 minutes | 03 May 2005 14:46 GMT | 10 |
I hope someone can help me out: I have created a network service that consists of two objects; one monitors another network service 'LegacyService' 24/7 and the other object is used to report statistics on this service to windows clients, who
|
| Problems with remoting to a web farm | 02 May 2005 18:23 GMT | 2 |
The application works fine in single server environment. The application makes remoting calls through the binary formatted http channel to a remote object hosted in IIS (IIS6 on Win2003). The remoting url is protected in web.config for Windows authentication.
|
| namespace err | 01 May 2005 11:16 GMT | 1 |
is there any configuration to set for remoting. i can acess upto using System.Runtime.Remoting.Channels; i cant access http and tcp plz help
|
| remoting nested types | 01 May 2005 04:32 GMT | 5 |
I have a remoting problem concerning returning a control from a service to a client app... the code is as follow : <code start> dim x as MyControl
|