| Thread | Last Post | Replies |
|
| HttpChannel won't stop listening | 08 Feb 2005 04:42 GMT | 3 |
Hi have a very simple HttpChannel that I start listening on port 2500 - pretty much a default implementation, using WellKnownObjectMode.Singleton. The problem is that when I Unregister the channel, I can still call
|
| Can we pass byRef Transaction and Connection to a remoted object | 07 Feb 2005 23:31 GMT | 1 |
I am working on a 3-tier archetecture project in which one layer is interecting with database. One layer has all the business logic. One contains GUI. To maintain transections I am sending Connection and Transaction object 'ByRef' from business logic layer to database layer. Now
|
| How am I supposed to debug this? | 07 Feb 2005 22:55 GMT | 1 |
I am getting an strange error, "Return argument has an invalid type", in a Remoting call and here is the trace: StackTrace " at
|
| Is remoting what I'm thinking about? | 07 Feb 2005 12:09 GMT | 7 |
I have several different dll's that I use in my asp.net development. One of them is used for sending email, another creates a dropdown menu with various service codes, there are others too. The plus side to these classes is that it provides consistant info, and it also allows me ...
|
| Exception has been thrown by the target of an invocation. | 04 Feb 2005 17:55 GMT | 1 |
I get an exception while calling a Oracle function from my .NET project. It is some problem in "deserialization method of the System.Data.OracleClient.dll". Has anyone of you encountered any similar error while calling any oracle method.
|
| How to start remoting service? | 04 Feb 2005 17:05 GMT | 6 |
I have a remoting service started as using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels;
|
| Third party channels | 04 Feb 2005 12:56 GMT | 4 |
In the current stage of our project I have to evaluate if the remoting channels that ships with .Net are suitable for our project or if we need to use a third party solution to have some extra functionnality. Does anyone has a list of third parties that rpovide remoting
|
| remoting cross platform compatibility | 04 Feb 2005 12:55 GMT | 3 |
I made a test program for one of our clients , that uses remoting this is workingf fine in my current configuaration server ( buisness logic in a singleton object ) , host and client written in VB.NET
|
| Remoting vs Sockets for Performances ? | 04 Feb 2005 12:46 GMT | 4 |
I need communication beween 2 process in an industriel environment where the main factor is performances. I'm new in this area and i know that beside the Remoting, it(s also possible to manipulate sockets directly. So does any one knows what
|
| Remoting Performance over a WAN with HTTP | 03 Feb 2005 10:49 GMT | 5 |
We have an internal .Net remoting application that we are extending to the WAN. The server is hosted in IIS 6 (Server 2003), uses the binary formatter, and SSL for privacy. We do not use integrated authentication. Internally performance is excellent. Performance in a WAN ...
|
| Problem: Sending events to multiple remote clients | 03 Feb 2005 08:27 GMT | 2 |
I have a problem of remote communication between server (singleton) and multiple remote clients. Each client subsribes to events of the remote server. The server throws events from time to time and clients receive it.
|
| working with events from the remote object | 02 Feb 2005 21:43 GMT | 1 |
Looks like simple question, but I can't find an answer - I'm trying to receive events from the remore object. But there is an exception raises: "Type System.DelegateSerializationHolder and the types derived from it (such
|
| CreateInstanceAndUnwrap issues when invoked via COM Interop | 02 Feb 2005 00:09 GMT | 1 |
I am have written some code that creates an AppDomain so that I can dynamically load and unload assemblies (typical plugin scenario). It all works fine if I call it from .NET code, but for some reason, if the wrapper class that creates the AppDomain and creates the type is ...
|
| Need some advice on architectural design and remoting. | 01 Feb 2005 22:14 GMT | 3 |
I'm quite new to remoting, with few real world implementations. But since i started reading about remoting I'm hooked up on this topic, really interesting. I had a lot of book reading on this. I have the following scenario:
|
| retrieving info about instantiated class on server | 01 Feb 2005 17:26 GMT | 1 |
Good day, I have a c# program running as a service on a remote computer. When the service starts, it instantiates an instance of the class cApplication. cApplication and all classes that I built that are
|