| Thread | Last Post | Replies |
|
| Remoting with a Service... Not Listening? | 23 Apr 2008 23:52 GMT | 1 |
I've written a Windows Service, Listens for Data via TCP, Each listener is spawned in a new Thread creating a new Listener Object. I have the Interface for the Remoting Server side on the Listener Class Object (separate Project that Generates a DLL)
|
| Failed to create an IPC Port: Access is denied. | 23 Apr 2008 20:46 GMT | 3 |
I had the client/server working fine with tcp channel. I changed the App.Config to use ipc and I get a "Failed to create an IPC Port: Access is denied." on the client. I saw two other posting refering to the channel property "authorizedGroup". Thus I have tried setting it to
|
| how retrieve client IP | 19 Apr 2008 06:56 GMT | 1 |
Remoting with tcp chennel. how I can retrieve client IP
|
| some new languages | 05 Apr 2008 16:26 GMT | 1 |
http://comp-languages.blogspot.com http://computer-language-tutorials.blogspot.com
|
| Web Service | 03 Apr 2008 09:16 GMT | 1 |
I'm not sure if this is the correct forum for posting queries about .NET Web services. If it isn't, please point me in the right direction, and I'll trouble you no more. I have to write an application that will interact with a Web service
|
| MarshalByRef class and non-serializable members | 03 Apr 2008 07:59 GMT | 2 |
I need to send an object of HttpListenerContext class to another AppDomain. HttpListenerContext class is neither inheritor of MarshalByRefObject nor marked as Serializable (more over it is sealed). I wrote a wrapper for this class and tried to send an object of this class which ...
|