| Thread | Last Post | Replies |
|
| Singleton object - both in "classical" interpretation and remoting | 31 Oct 2005 10:50 GMT | 2 |
I'm trying to make an type with the following behaviour: - It should be registered as Singleton WellKnownObject, i.e.: RemotingConfiguration.RegisterWellKnownServiceType(this.GetType(), "MyType", WellKnownObjectMode.Singleton);
|
| Security Exception | 29 Oct 2005 14:02 GMT | 1 |
Hi, i'm connecting to a remoting service i wrote and i get the pasted exception whenever i call a class with a non-core parameter type. all works well if i use String for example but when i use a class i've defined (inherit from MarshallByRef) i get this exception. any help would ...
|
| WinForms client for a web app | 29 Oct 2005 14:01 GMT | 3 |
Sirs, I have a web application running and I am planning to write a WinForms client, so that customers can choose to access the application with a browser or the WinForms client.
|
| Remoted object reference dies unexpectedly | 28 Oct 2005 16:11 GMT | 4 |
've got a client app that communicates to a server EXE via Remoting (TCP/Binary Serializer). Most of the time things work just smashingly except that at seemingly random times a call to the server process will fail with the following exception:
|
| NullReferenceException in Unknown Module, Remoting assembly proble | 28 Oct 2005 15:05 GMT | 9 |
Once in a while my application throws an NullReferenceException at startup, however it appears to be occurring in an unknown module. If I debug it and ask to 'break', then there is no source code available (I am running in Debug mode of course).
|
| IContributeEnvoySink, client sink chain and remoting singleton | 28 Oct 2005 02:20 GMT | 4 |
An envoy sink is not being installed in the client's sink chain during proxy setup and I'd like to know why. (Framework 1.1) An object (ContextBoundObject) has a ContextAttribute-derived attribute and would like to contribute an envoy into the client envoy sink chain using ...
|
| HELP: Security exception | 27 Oct 2005 15:23 GMT | 2 |
I have a windows client and service running, I got following exception in the service when I try to fire an event back to client: Exception Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed.
|
| Remoting, events and custom encryption channel sinks | 27 Oct 2005 11:47 GMT | 2 |
I have written an API which defines a standardized interface for various types of hardware devices that can be used by .NET applications. The interface supports both local and remote device services in order to access e.g. a network printer as easily as a local printer.
|
| Remoting exception after time passes | 27 Oct 2005 00:00 GMT | 1 |
I have a problem where my client loses its connection to the server application if the process on the server invoked by the client takes several minutes or longer. The client retrieves a marshalbyref object from the server and then the client uses that object to call methods on
|
| Is ChannelServices.RegisterChannel() always required? | 26 Oct 2005 07:29 GMT | 3 |
It must be very simple explanation,but i can't find it,please help! I supposed that prior to publishing object for remoting i have to : 1.create chanel. 2.register chanel on server.
|
| Remoting and File Size | 25 Oct 2005 14:33 GMT | 5 |
Hello Group: We have been directed to post our question in this forum instead of its original location. We have a web-app that uses remoting to access some components. XML from
|
| Serialization, Interfaces, and Remoting. SIR! | 24 Oct 2005 21:46 GMT | 2 |
Greetings. For the last week I've been trudging through the concepts of object factories, interfaces, and serialization -- all in the context of Remoting. Bear with me as I spew forth the issue in newbie-esque fashion. The Scenario:
|
| exe server works, NT Service does not... | 22 Oct 2005 05:40 GMT | 1 |
I am been working on implementing a chat room example I found on codeprojects. There are three peices, a server which contains the chat server, the client that displays stuff, and a chat interface that contains the interface that both the server and client can
|
| Object Factory w/ Remoting? | 21 Oct 2005 22:31 GMT | 4 |
Hello folks. Please excuse the long-winded question, but I'm desperate to get a resolution... Here's my scenario: I have a business object that must be accessed via remoting. It contains multiple classes (Loan.vb and Letter.vb), each with
|
| Remoting and Callbacks | 21 Oct 2005 06:17 GMT | 4 |
I need some help on finding a solution for my problem below my application design is as follows Client - > MiddleTier -> (Firewall/NAT)-> Server(SAO) the middle tier connects to the server and registers for certain
|