| Thread | Last Post | Replies |
|
| Win Server 2003 Config problem | 31 Jul 2005 21:54 GMT | 3 |
I have an application that I am working on with 2 other developers. The applciation uses Remoting for our calls to SQL Server. We have been developing and testing against our development machines (win XP), and remoting is working fine, but yesterday we attempted to install our
|
| Latency of remoting calls to a machine with a high CPU load | 31 Jul 2005 20:45 GMT | 1 |
I have the following question. We have two machines running Windows XP/SP2. One of the machines does a call via .NET remoting to the another machine. We see that if the CPU load on the 'receiving' machine is very high (near 100%) the calls take very long. To some extend this
|
| Serialize MarshalByRefObject | 31 Jul 2005 00:09 GMT | 1 |
I try to serialize(soap/binary) an object of class, that inherit from MarshalByRefObject in order to remote it. Regardless of the remoting thing, I have to serialize that object( for persistency).
|
| FileNotFound exception | 30 Jul 2005 10:49 GMT | 7 |
I have a wellknown remote service and it is hosted using windows service. The windows service is generic and it does not have any reference to any dll. I simply configure the services through the configuration file. Thanks to Ingo Rammer for valuable clue on where to store the ...
|
| Version redirection | 29 Jul 2005 08:06 GMT | 7 |
I'm trying to figure out how to handle versioning with remoting. I am using RemotingServices.Marshal() to mashal my object and Activator.GetObject() to access it. I am using abstract classes to implement my remoting objects. Every works fine as long as the assembly version of my ...
|
| Remote debugging | 28 Jul 2005 18:30 GMT | 1 |
I have a common scenario where all the developers will debug the code from one central server which is hosting the asp.net project. I shared the wwwroot$ and can open the project in different development machines but when I run the debugger to execute the code it stops after ...
|
| Remoting Book | 28 Jul 2005 13:47 GMT | 7 |
I am looking for a .Net Remoting book for distributed applications with WinForm GUI (not for Web Services and not simple console app). Can you recommend one please? Everything I find seems to be either incomplete (no callback or event
|
| Question on connecting to multiple singletons on same service | 28 Jul 2005 12:23 GMT | 2 |
I have a service hosted in IIS using binary formatting. THe service contains 5 singletons. When connecting from the client I create a new http channel for each of the five singletons that I use. Is this nessesary? Would one channel work for all of them? When a channel is ...
|
| OutOfMemory error | 27 Jul 2005 21:09 GMT | 2 |
I hope someone can provide some inputs about this issue. I have a transaction writing a large amount of data to and read another one out of database using dataset. Large amount of data as of 60+MB data one way. When this transaction's object runs as local object, it runs ok. When ...
|
| TargetInvocationException when dynamically calling RTD server meth | 27 Jul 2005 18:00 GMT | 3 |
I have a remoting server that sends messages and data to clients. It worked fine until I tried to implement the client interface in an RTD server (an object that pushes data to excel), i.e. I want to send message from my remoting server to an RTD server.
|
| A Directory Service error has occurred | 27 Jul 2005 16:09 GMT | 2 |
Hello, I work giving support to a system developed in .NET wich uses Autorization Manager, Remoting, and Reflection. I'm having trouble with the system at the production environment because sometime it launches an Exception with the message "A Directory Service error
|
| remoting configuration schema | 27 Jul 2005 11:18 GMT | 1 |
Is there a w3c schema available for the remoting configuration xml? If yes, where might I find it ? Thanks, Em
|
| Com object called locally works fine but fails when called from remote object | 26 Jul 2005 17:09 GMT | 2 |
I have and object public class RemoteConverter : MarshalByRefObject which uses Com object develped in Delphi. I created a wrapper class for object with tlbimp.
|
| How to Bind specific object to specific channel | 26 Jul 2005 09:33 GMT | 4 |
Example: Lets say I want to register two channels - a TcpChannel and a HttpChannel. Then I want ObjectA to be reachable through the TcpChannel and ObjectB through the HttpChannel but not vice versa... Any ideas of how to do that as simple as possible?
|
| Event Callback with ASP.NET Client | 25 Jul 2005 15:15 GMT | 3 |
Im finding myself pretty frustrated with this one. Getting error when remote event fires ::: "This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to
|