| Thread | Last Post | Replies |
|
| WebMethod | 31 May 2006 17:43 GMT | 3 |
How to implement a web method via remoting?
|
| How do I get Events from Remote Class Instance? | 31 May 2006 03:16 GMT | 1 |
I'm working on a class which will provide a single instance across all clients on the same workstation (a 'super-singleton', to coin a phrase). In order to do this, the (super-)singleton class needs to run as a server in a separate AppDomain. Each client requesting an instance ...
|
| Remote Assistance Invitation | 30 May 2006 00:11 GMT | 1 |
I can't send an remote assistance invitation to my brother, because nothing happens when I click on the icon. I go to the start menu, and click "help and support". The hourglass displays for less than 3 seconds, and then nothing. What can I do?
|
| .NET Remoting on Compact Framework | 29 May 2006 14:38 GMT | 1 |
At Microsoft documentation is very clear that CF do not support .NET Remoting but... is there a solution from 3rth party or an open source project in order to allow use remote objects from CF. I only need to use remote objects running in .NET (desktop edition)
|
| How to restrict remote client by IP address | 26 May 2006 15:46 GMT | 6 |
Hi all, I would like to know if there is a simple way to tell who is connect to my remote server. I would like to limit remote client applicatiion using client' s IP Address.
|
| IE hosted windows user controls causes IE to crash | 25 May 2006 19:38 GMT | 6 |
after having installed the Internet Explorer Update KB912812 I am experiencing trouble with our Windows User Controls, which are hosted in Internet Explorer (6) through ASP.NET application. The IE simply closes, without any message, whenever trying to navigate to a page that
|
| Remote Object | 20 May 2006 14:08 GMT | 4 |
Is it possible to make a "Form" in the Server App (Server.exe) as the Remote Object instead of a spreat DLL... If yes, please give an example Thanx a lot
|
| Single Sign-On Authentication? | 17 May 2006 05:03 GMT | 4 |
Any ideas on how to handle authentication with .NET remoting? I'm currently using ASP.NET's form auth for login... any good ways of tying ASP.NET logins with remoting calls? Thanks.
|
| .Net Remoting [FieldAccessException] | 17 May 2006 03:08 GMT | 1 |
I have an application written in .Net 2.0 using remoting. When remoting is turned on at the client side I get the FieldAccessException. The server is hosted in IIS and is therefore using http channel. The remote class derives from MarshalByRefObject. The remote method just returns a
|
| Question about performance using remoting | 14 May 2006 03:05 GMT | 2 |
I have object that has properties such as FirstName, LastName, City, State, I also have a method call Add which contains the logic to insert the previous information in the database. If I use remoting with this object will a trip be made to the server every time I update a ...
|
| Can I get some information about the client? | 12 May 2006 15:22 GMT | 1 |
When I use remoting, can I get some information (maybe IP address? or some caller ID?) about the client from the server when one of the clients calls the remote method on the server? I want to identify the caller. Is there any pattern about client
|
| Passing values by reference | 11 May 2006 22:13 GMT | 1 |
I have a class, MyRemoteObject, of which I create a remote instance. I call a sub, CreateAccountAndUser, passing to the sub an Account object and a User Business object, both serializable. The sub takes the info in the busines object and saves the info to the database. The ...
|
| Error: Object reference not set an instance of object | 11 May 2006 09:53 GMT | 5 |
Hi, I am using .NET Remoting for database access. I have three components: 1. A class library 'RemoteComponent.dll': Imports System
|
| Multiple channels problem with member objects | 10 May 2006 15:01 GMT | 2 |
I have a remoted "server" that maintains a list of objects that are also remotable. The server maintains two channels, TCP for remote communication and IPC for cross-process communication. Remoting seems to get confused on which channel to use when a remote application accesses ...
|
| Remoting in Citrix Environment | 09 May 2006 18:24 GMT | 4 |
Hi, I have a winforms app that is going to be deployed across a Citrix server farm. The application GUI uses remoting to contact a dedicated server that provides business objects & data access etc.
|