| Thread | Last Post | Replies |
|
| Communication with sockets | 31 Dec 2004 18:51 GMT | 1 |
I am new to sockets and the way .NET implements it. I am trying to develop a small test app. where a client connects to a server application and server and sends messages. The server displays it in a WinForm. I am using asynch. socket calls to achieve that. I have two issues with ...
|
| Gaining Access to a Windows App's Forms from its Server Object | 31 Dec 2004 18:34 GMT | 4 |
I have created a nice little Client-Server test using .Net Remoting. I've created a separate Interface representing the Remoted (exposed) class from the Server application. The Server Application is a Windows Application created in C#.
|
| Bidirectional communications with .NET remoting | 31 Dec 2004 18:27 GMT | 3 |
I'm getting really close ( thanks to Ken Kolda, you're awesome, dude ). Here's what I'm trying to do: ( warning, long message here ) I have a remote object that has a public delegate. The host application uses the following code to publish the remote object:
|
| How to check if Remoting Server is Active? | 31 Dec 2004 07:57 GMT | 1 |
hi..... I have a scenario here. I have an app which is client server app which communicate each other thro remoting.
|
| is there a way for a client to detect a server on the network | 30 Dec 2004 10:21 GMT | 3 |
Hi ,,, I am having the following task I need to develop a client server architecture using remoting with VB.NET as i am a MCP studying for MCSD i found all information necessary in the .NET
|
| Trying to locate a sample | 30 Dec 2004 00:15 GMT | 1 |
Does anyone know of a sample that demonstrates two simple Windows Form applications(not a console app) communicating with each other using TCPChannel remoting. I just need a simple sample where both client and server are on the same machine.
|
| Initiating a TcpChannel with programmatic IDcitionary | 29 Dec 2004 23:50 GMT | 1 |
I need to be able to set both the port and typeFilterLevel for my remoting object. Here's my IDictionary code: IDictionary props = new Hashtable() ; props["port"] = nTcpPort ;
|
| customErrors | 29 Dec 2004 15:49 GMT | 2 |
I have a TCP remote application that needs to throw custom exceptions to client application. My client application can't receive these custom exceptions when server application is on a different machine. A "Server encountered an internal
|
| just curious /// not a problem but just wondering if someone can tell me how this works | 28 Dec 2004 16:14 GMT | 3 |
Hello ,,,, I have just tested my client server proggy with a time test and noticed the folowing behavior ( tested this 2 times to be absolutely sure ) I have a client that calls a remote singleton object in this object i have
|
| TCP Remoting | 27 Dec 2004 23:20 GMT | 1 |
I am receiving the following error: "An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in mscorlib.dll Additional information: No connection could be made because the target
|
| Serialization question with remoting | 27 Dec 2004 17:10 GMT | 5 |
If I have a singleton with a method that returns an object to the client, will all data including Attributes and Inherited objects be serialized as well? All attributes and classes are marked as [Serializable()]
|
| Change the Remoting User-Agent string ? | 27 Dec 2004 16:17 GMT | 3 |
a Client using HTTP-Binary sends a User string like this to the server: Mozilla/4.0+(compatible;+MSIE+7.0b;+Windows+7.0.1942.0;+MS+.NET+Remoting;+MS +.NET+CLR+3.0.1942.7528+) Now I wonder if it's possible to override this string with something shorter
|
| .NET Remoting hosted in IIS | 24 Dec 2004 12:51 GMT | 2 |
When I host remote objects in IIS, a virtual directory is created, and the object dll is copied to the \bin folder under it. I would like to ask, if the dll already installed/updated to the GAC with "gacutil.exe", need I still copy the dll to the IIS "VirtualDir\bin" folder
|
| Only Admins Group Gain Access to the Remote Objects!!! | 23 Dec 2004 22:41 GMT | 1 |
I'm using Winform client Side, and Server objects hosted in IIS. I'm using Integrated Security to authenticate users (We are using Roles based authentication in Sql Server with domain Users, to return Data to Client Side).
|
| Getting channel informations | 23 Dec 2004 22:23 GMT | 1 |
I want to get some information about the Channels that were registered as the result of calling RemotingConfiguration.Configure(...). ChannelServices.RegisteredChannels returns an IChannel
|