| Thread | Last Post | Replies |
|
| soapsuds problems. | 29 Oct 2003 15:24 GMT | 3 |
Hi! I made com+ component that connect to oracle database. And it works. I want to publish my component using .Net Remoting. whenever i tried to make a proxy dll
|
| newbie: Socket stop working | 29 Oct 2003 10:38 GMT | 1 |
I use microsoft's asynchronous server socket sample to create server app that requires long conversation between client and server. In this sample server has handler.Shutdown(SocketShutdown.Both) and handler.Close() in SendCallback function. Thus, server closes
|
| What is Enterprise Services? | 29 Oct 2003 06:32 GMT | 2 |
I've just heard that .Net Remoting is going to be replaced by .Net "Enterprise Services". Is this true? If so, what does it mean? thanks
|
| Remoting and Sockets - Whats the difference? | 29 Oct 2003 06:30 GMT | 2 |
When do I use sockets When do I use remoting
|
| Client not disconnecting from server | 28 Oct 2003 21:11 GMT | 8 |
I have a situation where I have a client win form app and a windows service acting as the server. I serve my remoting object using RemotingServices.Marshal() and I consume it on the client using Activator.GetObject(). When I am finished working with the remote object, I
|
| updating database with dataset | 28 Oct 2003 08:11 GMT | 2 |
Good afternoon, I have a function in a remote server which receives a dataset and makes (or at least should do) necessary updates. However, Im receiving this error message in my client browser interface:
|
| Type is not marked as Serializable Error | 28 Oct 2003 05:41 GMT | 4 |
Any clues for the below error? It occurs when the dataset is saved. "The type A.B.TA.Security.NullUAMProvider+NullI B Principal in Assembly A.B.TA.Security, Version=0.5.81.4949, Culture=neutral, PublicKeyToken=cdd76572a2ced694 is not marked as serializable." Thanks in advance for ...
|
| Remoting server application | 27 Oct 2003 22:51 GMT | 1 |
I have a remoting server application that serves up several MBR SingleCall objects. How can I, in my server app code at runtime, "discover" what MBR objects have been created in the application? I want to add some cool monitoring abilities to my server app, seeing
|
| Two-way communication with Remoting | 27 Oct 2003 22:26 GMT | 2 |
Although I've been programming in Basic since about 1981, I am struggling with the whole remoting thing, and my question today is not to ask for a solution, but that one of you experienced folks can direct me to my next step.
|
| CAO,Ingos Factory Class Design | 27 Oct 2003 20:15 GMT | 2 |
VB.NET COM+ TCP/Binary remoting Hi Im trying to implement Ingo Rammers factory design pattern.
|
| Use public/private keys to verify sending assembly | 27 Oct 2003 12:00 GMT | 1 |
Hello any crypto and remoting types ... can you lend an ear? I would like to enhance the security of an existing application. Currently, the client tier of the application makes remoting calls to the business tier. At the business tier, I want to verify that remoting
|
| How to cancel Async read from socket? | 27 Oct 2003 10:41 GMT | 3 |
I have a CompactFramework application that has a socket open to a server with an asynchronous read to read notification messages from the server and display them to the user. I am using NetworkStream.BeginRead to start the read operation.
|
| IMessageSink.AsyncProcessMessage(..) | 26 Oct 2003 13:58 GMT | 1 |
I don't understand at all !!! IMessageControl IMessageSink.AsyncProcessMessage(IMessage msg, IMessageSink reply) I'm implementing my own channel. I have already devised some low-level sync
|
| Remoting with Linux | 26 Oct 2003 07:10 GMT | 3 |
I#m just creating a .NET-Remoting application, where the server should be placed on the linux machine, and the client running on a windows or linux machine. I#m using Mono, and .NET framwework 1.1 (VS.NET 2003).
|
| Best way to get local IP Address and Domain Name? | 24 Oct 2003 00:18 GMT | 5 |
What's the best way to get the local IP address and domain name? Right now I 'm using the following to get the domain name: string local_domain_name = System.Environment.UserDomainName; And the following to get the local IP address:
|