| Thread | Last Post | Replies |
|
| How to access an applications form through remoting | 23 Nov 2007 21:21 GMT | 3 |
I want to be able to use .Net Remoting in order for a client to call a remote object on a server, and then have the server update a control in a form based on that call. From what I can tell, when an object runs on the server it does not know anything about the application
|
| How do you set a remoting client to use impersonation programmatically? | 22 Nov 2007 21:32 GMT | 1 |
I know how to do this with a config file, trouble is I'm not using the config file settings ( for various reasons that I won't go into here) - there seems to be no documentation on this anywhere. I would have thought that tokenImpersonationLevel would be a property of the
|
| VB.net client cannot instantiate server class? | 21 Nov 2007 16:21 GMT | 2 |
Hello gurus ;) My objective: Create a server app which exposes a single class to other client apps. I do not want to use a config file, so I went for an Interface approach.
|
| .net remoting server can't read file it should have access to read. | 16 Nov 2007 17:02 GMT | 1 |
Hi, I think I have a .net remoting permissions problem. This is WinXP SP2 I have a .net ipc remoting client and server. Each proc runs as the user who is logged in.
|
| Help: how to pass a Dictionary as a parameter via .net remoting ? | 12 Nov 2007 13:52 GMT | 1 |
I have on the server a service with a .net remoting channel opened with singlecall option. Comunication is on TCP and with binary serialization. There is a public function accessible via entrypoint like this
|
| AppDomain and Interfaces | 09 Nov 2007 19:01 GMT | 2 |
I have a scenario where i make a secondary AppDomain to load in a type from a dll I have. The type that I load in (with AppDomain.CreateInstanceAndUnwrap(string, string)) inherits from an interface which is known in the initial domain. When i convert this object back to
|
| Events lose connection to localhost | 02 Nov 2007 21:39 GMT | 12 |
Posts to several groups have yielded no answers yet. Perhaps this one has a more experienced readership. :,) Situation: (1) Application subscribes to events generated by a service, via Remoting and an event wrapper. Both are on the same machine. (2) LAN cable
|
| Real object instantiated instead of transparent proxy? | 01 Nov 2007 15:54 GMT | 2 |
first of all, I'd have to mention that I don't have much experience with remoting (and I'm afraid this will get obvious below ;-) I have one problem that's bugging me: I have a server activated object hosted in a windows service application
|
| Intercommunication control? | 01 Nov 2007 05:25 GMT | 8 |
I have absolutely no clue how to do TCP Client/Server stuff. I would like to drop a "server control" on my server form, a "client control" on my client form, set some parameters like port and then just enable it. The controls will take care of the rest (like if the server
|