| Thread | Last Post | Replies |
|
| remote object being locally instanced instead (behavioral error) | 21 Aug 2003 10:54 GMT | 2 |
the app config for the service process has: <activated type="DAL.Query.Data.Remote, DAL.Query" /> A client application is creating an instance of this object using either one of the following:
|
| clinet 1.0 <-> server 1.1 | 21 Aug 2003 03:11 GMT | 3 |
I'm trying to use .net framework 1.1 server with framer 1.0 clients and have some problems. Need to change server to 1.1 (because of some memory problems in 1.0), but changing clients to 1.0 is not an option for a few months at least (too many clients on many locations ~200).
|
| newbie: Is is possible to implement Remoting through ASP.NET | 21 Aug 2003 03:02 GMT | 1 |
Is it possible to implement Remoting through ASP.NET, in particular I would like a remote object to be available to another client (not a web page) when a web page is downloaded. Thus when page.aspx is downloaded I want a remote server object to be created as well as the
|
| Error whit Remoting Events and delegate | 21 Aug 2003 02:12 GMT | 1 |
I have some strange error (use remote events) when register the event: An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in
|
| Using remoting on a single machine | 20 Aug 2003 05:16 GMT | 2 |
I wish to expose an interface that multiple processes can call to massage some data into a database. For performance reasons, I wish to preserve LDAP and DB connections across multiple client processes. All calling processes will be running on the same machine as the callee.
|
| How to build a simple "push" technology | 19 Aug 2003 09:40 GMT | 4 |
I am struggling to get a couple patches out to some PCs on my network. Basically, this is what I want to do: 1. Push the 2 patches to the machines from my PC
|
| Windows Service with GUI Config/Monitor Tool via Remoting | 19 Aug 2003 00:34 GMT | 7 |
I have been searching for a solid example of using a GUI app to control and monitor a windows service via .net remoting but unfortunately I cannot find anything that is relevant. I will have a windows service that will be performing various tasks throughout the day on a schedule, I ...
|
| about security problem | 18 Aug 2003 20:03 GMT | 1 |
I would like to ask a question about security problem of Remoting object. To solve the security problem, i have changed to the following codes: At server: Dim props As IDictionary = New Hashtable
|
| How can i force a remote object to be destroyed before its lease has expired ? | 18 Aug 2003 15:30 GMT | 2 |
does anybody knows how i could destroy an object, exposed as singleton via .NET Remoting, without waiting the end of its lease ? I've tried the RemotingServices.Disconnect method but it doesn't work at all : my object is unreachable by the client by still there.
|
| Channel problem with framework 1.1 | 17 Aug 2003 00:27 GMT | 1 |
I wrote a remoting channel that worked perfectly with framework 1.0. When I switched to framework 1.1, I started to have the following problem. During a remote call when the server throws an exception, no matter what exception it is, on the client side "RemotingException: Server ...
|
| Two objectUri's sharing one port | 15 Aug 2003 18:32 GMT | 1 |
I have a .config file that looks like the following: <system.runtime.remoting> <application> <channels>
|
| Passing User Types to Remote Calls | 15 Aug 2003 16:04 GMT | 4 |
I am trying to pass a user defined struct to a method of a remote class. The struct is defined in a separate assembly accessible to both client and server. However, calls to the method are refused with the message 'Because of security restrictions, the type MyType cannot be accessed ...
|
| Plan B | 14 Aug 2003 17:36 GMT | 1 |
I'm using VB.net 1.1 to build a Web based server and a Windows based client. Having read through two books and various articles I'm beggining to wonder if this is simply beyond my mental capacity. Sorry this goes on a bit, but any help would be greatly appreciated.
|
| Can I restrict windows service hosted server is only used by local client? | 14 Aug 2003 16:05 GMT | 4 |
As the title, I don't want any client on other machines to use my remote object, except the local client. Can I do that? Thx
|
| Hosting remoting server in WinForms app | 14 Aug 2003 02:25 GMT | 1 |
Hi I am looking for an example how to use a remoting server inside WinForms app. My scenario is simple: When app starts it listens to incoming messages and modifies GUI based on that. Any help is appreciated.
|