| Thread | Last Post | Replies |
|
| Remote desktop is failing | 22 Mar 2007 18:22 GMT | 2 |
I am trying to allow other users to access my XP pro PC and the RDP fails. I have dropped the firewall. I have checked the enable remote access. I have verified that tcp is listening on port 3389 via netstat -a -n. I have tried using tools like portqryui and keep getting that this ...
|
| remoting newbie | 22 Mar 2007 08:15 GMT | 1 |
I know very little about .net remoting but it sounds like a potential fit for the architecture of a system I am setting out to build. The system revolves around one large data table (75 plus columns, 250 rows) which contains values that are ultimately presented visually, as curves ...
|
| Cached Data through .NET Remoting | 21 Mar 2007 06:56 GMT | 1 |
I am looking to build a solution whereas I load a large dataset via a Windows Service and then make that dataset available to my other applications via .NET Remoting. My other applications connect through web services and loading the data over and over again is a lot of
|
| Send a word document | 20 Mar 2007 13:25 GMT | 1 |
how can I send a word document over remoting from a client to a server? i think, i have to stream the file, but i don't know how, and how to put this stream together on the client thanks,
|
| Passing file descriptors between processes in .NET | 16 Mar 2007 14:34 GMT | 1 |
Can this be done? I know that using marshalling you can send objects between processes and/or AppDomains but what about sending file descriptors? In Unix (sorry) you do it with a special setup socket call and let the OS kernel do it's black magic to "convert" the file ...
|
| ThreadAbortException fails to get thrown from thread making remoting call. | 15 Mar 2007 00:51 GMT | 3 |
I have a thread that is making a remoting call. Another thread calls to abort this thread, which is supposed to fire a ThreadAbortException on the thread that is making the remoting call. This does not happen. Any thoughts?
|
| Server availabililty | 14 Mar 2007 13:33 GMT | 3 |
Is there a way the Client can ask the Framework whether the Server is started/running, without the use of a Try-Catch ? Thanks, victor
|
| Help Needed..dotnet remoting security issue | 09 Mar 2007 15:47 GMT | 1 |
I am trying to develop a dot net client server application.My application works perfects on LAN..The problem arised when i tried to host the remote object in a webserver. The error i get is
|
| VBScript not getting Exception details | 09 Mar 2007 07:59 GMT | 3 |
I have a remoting object hosted in a Windows Service. One of the clients is a VBScript that invokes a proxy CCW dll. The script gets all ApplicationException details but no system exception (Exception,SqlException etc) details.
|
| How to handle the events raised from remote server object in clien | 08 Mar 2007 09:50 GMT | 4 |
How to handle the events raised from remote server object in client When i tried doing that it gives following exception Type System.DelegateSerializationHolder and the types derived from it (such as System.DelegateSerializationHolder) are not permitted to be deserialized
|
| Registering two Singleton remoting object on two different ports on the same machine | 02 Mar 2007 15:40 GMT | 2 |
I have an standard Win32 .NET application that uses a remoting entry point for add-in applications to communicate with it. Multiple instances of the Win32 application can be started on the same machine at the same time (eg. different users logged in simultaneously
|
| i want to access remote desktop in dotnet | 02 Mar 2007 14:17 GMT | 2 |
i want to make project on remote desktop accessing in dotnet so anybody help me how it's possible in dotne i.e. what's all things are required such as any protocol or anything else Thank You in advanse Prashant
|
| Help on proper method ???? | 01 Mar 2007 23:22 GMT | 15 |
I am building an application which is used to send to an other apllication a set of information from a databased source when the request is issue from the client application. IN other words it works as follow : 1 - Client application call a method in my application lib (DLL) when ...
|