| Thread | Last Post | Replies |
|
| LoadFrom problem in Web Service | 17 Feb 2005 06:17 GMT | 7 |
I am using LoadFrom in my webservice to dynamically load an assembly and get the following error: System.Runtime.Remoting.RemotingException: Can not load type 'MS.IT.Legal.Dev.ClassLibrary1.Class1, ClassLibrary1,
|
| Catch packets on same PC | 16 Feb 2005 23:07 GMT | 2 |
Hi all, could you help me, what should I do to catch packets on same PC as sender is! I use Ethereal to analyze and try to install MS Loopback Adapter...bad way ;o(.
|
| Passing arrays arguments using remoting versus calling directly | 16 Feb 2005 18:27 GMT | 7 |
Can someone verify this for me? A function like: public Foo(Byte [] someArray) { someArray[0] = 1; } If Foo is called directly from within the assembly the caller's passed aray will be affected by the call. However, if the object is exposed via .Net
|
| The channel tcp is already registered | 16 Feb 2005 16:42 GMT | 9 |
I too have fallen victim to this problem. Here is the setup: I have a website that accesses assemblies via remoting. I have 2 windows services that serve as listeners. Service 1 for 1.dll and service 2 for a whole bunch of other DLLs. Each listens on a different
|
| Dynamically Loaded DLL Cannot Find Dependencies | 16 Feb 2005 16:37 GMT | 5 |
I'm loading a DLL dynamically in my application (plug-in style). I'm given the physical file location of the DLL (called _LibraryFilePath) and the name of the class to load (called _LibraryClassName). I'm using the following code to load the DLL and get a reference:
|
| Windows Service as remoting host for SAO (Internals) | 16 Feb 2005 02:59 GMT | 2 |
If I use Windows Services as a host for my Server Activated Objects does the framework take care of multiple requests and using the ThreadPool to handle requests received from various clients at the same time?
|
| Pushing data from the server to the client | 15 Feb 2005 20:04 GMT | 8 |
Here is my question. I want to push security prices to the desktop from the server. Whenever there is a new price in the database, the server notifies the client. How can this be done in the following situations using MS .NET Winforms on the desktop:
|
| Message.CoereArg exception??? | 15 Feb 2005 15:07 GMT | 3 |
Hey Guys, I created a remote object which hosting in a console application (for dev only which will be window services later). Which is singleton, SAO, delegate event, TCP and
|
| Sponser dies, getting System.Net.Sockets.SocketException exception | 14 Feb 2005 22:15 GMT | 11 |
I have a CAO objects that are generated from a singleton server (factory). The client sponsors the CAO object. When the client dies, I get the a System.Net.Sockets.SocketException exception. I understands why it is thrown (the CAO cannot reach its lease), but how do I catch it? From ...
|
| Terminal Service: conocer la IP del cliente remoto? | 14 Feb 2005 17:39 GMT | 2 |
Utilizando .Net, como puedo obtener la direcci?n ip o el nombre del cliente remoto que est? conectado por Terminal Service a un Servidor de Terminal ? En el Terminal Servide Manager me muestra el nombre del cliente remoto, o sea del equipo remoto, pero no se como obtenerlo ...
|
| Impersonation in IIS Hosted Remote Objects (NOT WebService) | 14 Feb 2005 17:02 GMT | 1 |
I have some Remote objects that I was hosting in a service. The need for authentication and impersonation has meant I have moved the objects to be hosted in IIS. I can get the authentication to use proper Windows Authentication, but I can't achieve impersonation. I achieve
|
| Genuine Channels - Worth buying? | 14 Feb 2005 16:55 GMT | 2 |
Given my general greenness when it comes to remoting and my desire to having something relatively stable up and running in the short term I have been considering the purchase of Genuine Channels. Would I be making a smart purchase here? What things should I be ...
|
| Error remoting ... | 14 Feb 2005 16:43 GMT | 1 |
I have write a DLL server I have this problem : when I call one specific function to the inside Class i have this error : "Impossible to find the constructor demanded for deserialize a object of
|
| How do I do this ? | 14 Feb 2005 16:25 GMT | 3 |
All I want to do this is to connect to a remore server, which is Unix based, and run a shell script there. I want to remotely run this script through my machine via a VB.NET application, and get the results.
|
| How do I automatically re-establish remoting connection? | 14 Feb 2005 16:14 GMT | 5 |
I have a remoting server application and a client application. The client app.is hitting the server with continuous request through .net TCP remoting. On occasion, the server app. may need to be restarted. If a client is still communicating with the server, I want the client to be ...
|