| Thread | Last Post | Replies |
|
| WebRequest exception. | 31 Dec 2003 16:26 GMT | 1 |
could someone explain something to me please? I am hosting a singlecall object in IIS. In my client if I make a call to the remove object I get the expected response. If I then leave the client open and from a command prompt do an IISRESET and then try the client
|
| question about Dns class | 31 Dec 2003 16:06 GMT | 1 |
is there any difference between Dns.GetHostByName() and Dns.Resolve()? the only difference that the docs state is that Resolve() should only return ONE ip address but I tried it and found that this is not true, both methods return always all ip-addresses associated with a certain ...
|
| Remoting Problem | 31 Dec 2003 15:51 GMT | 1 |
I've Remote object which has one method returns Datareader. through my client application i'm passing two parameters one is datareader,another one is textboxvalue. so depending on the Textbox value i'll get the rows using
|
| Serializable objects and local object file..? | 30 Dec 2003 22:38 GMT | 5 |
It seems when I use the Serializable attribute on my client class and use the "new" keyword to get a serialized copy of the object, what is really happening is I'm getting a copy of the referenced dll object! This is not remoting obviously if it's not getting a copy of the object ...
|
| CAO over internet problem | 30 Dec 2003 19:35 GMT | 7 |
would be great if someone could help me. I'm doing client-server communication with client-activated objects. It works well if both server and client are located in my local network. But if one of them is outside and I try to connect via
|
| Deployment Using Shared Interface Assembly | 27 Dec 2003 04:02 GMT | 2 |
I've read Ingo Rammers "Advanced .NET Remoting" (and use it constantly for reference). After reading it, I decided to implement an architecture that looks like this: BizObj.DLL Contains implementation of serializable business components + interface definitions for my SAOs (the biz ...
|
| Architecure question... | 27 Dec 2003 03:35 GMT | 1 |
I'm wanting to put my serializable business objects on a remote server and not put the implementation on the client. I thought of using interfaces but that just simply won't work. SoapSuds won't work either because it only supplies metadata, i.e., I can't invoke methods on my ...
|
| System.Net and Remoting problem | 26 Dec 2003 21:54 GMT | 1 |
Thu. Dec. 18, 2003 10:45 PM PST When I am trying to use any classes (e.g. Dns.GetHostName(); ) from System.Net namespace, I am getting following errors. It just throws an exception, and displays the dialog box, break, continue, etc.
|
| Passing an object from the Client to the Server via Remoting | 26 Dec 2003 16:34 GMT | 2 |
I have been searching this newsgroup but I am still stumped! I am trying to pass a simple object (string and numerical properties) from the client application to the server application using Remoting. I am calling a function and passing the object byval. Then I receive the
|
| .Net Remoting and Singleton Pattern | 25 Dec 2003 07:06 GMT | 1 |
I am trying to find some examples for caching and Microsoft suggests to use Singleton Pattern for this. My project will be layered so I must use this cache by remoting . I am very new in this remoting subject so can anyone gives me some help about this or didi anyone use this kind ...
|
| remoting from a web service | 25 Dec 2003 06:23 GMT | 1 |
I am using a web service to remote into a Windows Service to request information. Below is the procedure I'm using, but it runs extremely slowly. Is there a faster way, such as using a global reference to the channel, or perhaps using a straight SOAP request? Is there a way
|
| SerializationException ? | 23 Dec 2003 07:49 GMT | 6 |
I have recently made the remoting object that I am using have a strong name but I am getting an exception: Unexpected exception: System.Runtime.Serialization.SerializationException - Beca
|
| CAOs, remote eventing, and shared data: advice? | 23 Dec 2003 05:46 GMT | 2 |
I'm working on a vb.Net application that performs some server monitoring tasks. I'm encountering some problems with remote eventing when a client disconnects unexpectedly- basically, all clients stop receiving events when this happens. I've included a bunch of background data ...
|
| Remoting to in my scheduling service | 23 Dec 2003 05:21 GMT | 1 |
I'm writting a scheduling service and I'd like to ask if my plans are OK. The service will be implemented as a Windows Service and the ASP.NET application will communicate with it via remote object. The service will create a main scheduler thread that will be responsible for ...
|
| Help!! remoting async call | 23 Dec 2003 05:11 GMT | 1 |
I have this strange problem which got me totally. I have this error message on Server when there is real-time message to be dispatched to client using remoting async call: Server encountered an internal error. For more information, turn on customErrors in the server's .config file.
|