| Thread | Last Post | Replies |
|
| Remoting and Custom Exception | 27 Nov 2006 14:36 GMT | 2 |
I am implementing an application using remoting and I have a problem I cannot solve. I want to throw an exception on the server and catch it on the client. For testing, I made a small service which has a method that throws an
|
| Webservice aceess with cleint certificate | 27 Nov 2006 13:48 GMT | 1 |
Hi I'm very much new to .Net developemnt I try to access a webservice and the webservice required a client certificate. Can any body tell me how I'm going to gave certificate details and How
|
| IPCChannel, Windows Service, Access Denied and authorizedGroup | 24 Nov 2006 13:58 GMT | 2 |
I have a client talking fine to a server when both are console applications, but as soon as I re-implement the server as a Windows Service, the client throws an Access Denied exception. If I add the authorizedGroup property to the server channel then all is
|
| keeping track of instances on host | 23 Nov 2006 21:40 GMT | 3 |
If I host a remotable object in a windows application using SingleCall mode, is there any way in the host app to keep track of when new instances of the remotable object are created?
|
| Detecting Remote User | 22 Nov 2006 17:27 GMT | 1 |
Not sure if I have posted this the right group. I want to be able to detect in vb.net when a user has logged on to a domain via remote desktop. Is there any way to do this? TIA
|
| web app - db access | 21 Nov 2006 10:33 GMT | 2 |
We have an asp.net application that uses a .net dll in its bin directory to communicate with a sql database. A need has arose where we need to lock down the web server from directly accessing the database and somehow through .net remoting or otherwise have the web server ...
|
| Custom authentication for Remoting applications | 20 Nov 2006 04:46 GMT | 1 |
I'm working on a client/server application and having some issues with authentication. I'd like my authentication to be based on users database in oppose to windows/basic authentication in which the users are authenticated
|
| MethodInfo.Invoke and TargetInvocationException | 17 Nov 2006 19:06 GMT | 3 |
when I use MethosInfo.Invoke method I obtain a TargetInvocationException where inner exception is +{"classBase.OpenConn cannot be invoked directly" } System.Exception. I'm using the following class
|
| How can I publish my .net remoting program? | 17 Nov 2006 02:30 GMT | 2 |
How can I publish my .net remoting program? I have a problem that I have no idea how to publish my .net remoting program on different computers. I have finished my remoting program,but I have tested it on my own
|
| IPCChannel Connection Limit | 16 Nov 2006 19:47 GMT | 2 |
I haven't been able to find a definitive answer to this question, so I'm hoping someone here can help me out. Say I have a windows service running under Windows XP Pro SP2. On this workstation there is a console application that communicates with the
|
| Sending collection objects via remoting | 15 Nov 2006 20:10 GMT | 2 |
Is there a way to pass a collection or reference types to remoting clients in a way that the client doesn't receive it as a collection of proxies? I tried doing a deep copy to an Array and send that, but it didn't work. I was hoping the collection would have serialized and ...
|
| How to propagate server exceptions to client in Remoting? | 15 Nov 2006 12:10 GMT | 3 |
I want the server's exceptions propagate to the client in .Net Remoting.Any advice?
|
| Bidirectional asynchronous remoting | 15 Nov 2006 01:22 GMT | 3 |
Hello NG! For our application we need a possibility to send messages between clients and server in both directions (from the client to the server and from the server to the client) over the same connection.
|
| Will Genuine Channels be made obsolete by WCF | 14 Nov 2006 12:58 GMT | 3 |
We are currently designing the communication for our upcoming system and recently found the Genuine Channels (http://www.genuinechannels.com/) that seems to solve most of the problems that are connected to our network infrastructure. Now we are
|
| Can not use WCF because of svcutil.exe? | 14 Nov 2006 11:10 GMT | 1 |
I can not find the svcutil.exe tool in the dotnetframework 3.0. And my vs2k5, psdk win2k3r2 also do not include it. I find one from http://www.dotnettools.org/download/WinFXNov/SvcUtil_NovCTP.rar
|