| Thread | Last Post | Replies |
|
| is it possible accessing to .NET Remoting object with a VBscript | 10 Jul 2006 13:35 GMT | 1 |
i am working currently on a .NET projet since a while. I have implemented a .NET Remoting object as a marshal object. i know how to do with C# for writing an appropriate client to access to it. It's an object registred on the httpchannel.
|
| Using Kerberos delegation with TcpChannels | 06 Jul 2006 20:36 GMT | 3 |
I am trying to have a remoting application use Kerberos authentication because I have an application where the remoting server may make further calls to other remoting servers, and even 3 levels deep I want the code to run in the context of the original authenticated user.
|
| Connection events | 05 Jul 2006 00:33 GMT | 5 |
Wanted to know if there is a way to receive an event in the server that a client tried to connect but didn't succeed? Thanx, Yael.
|
| WebClient class is throwing exception | 04 Jul 2006 22:27 GMT | 1 |
Iam trying to use WebClient class under system.net namespace to download files from internet via http. For that iam using DownloadFile method. But when ever iam trying to download any file iam getting the error “"The underlying connection was closed: Unable to connect to the ...
|
| Expecting TcpChannel but finding TcpClientChannel | 04 Jul 2006 22:23 GMT | 1 |
Hey everyone, I have an application which registers the TcpChannel to call the remote object. The remoting configuration is in app.config
|
| remoting DataSets between framework 1.0 and 2.0 | 04 Jul 2006 22:14 GMT | 1 |
Is it possible to send datasets with remoting between 1.0 and 2.0 frameworks. Currently I get: "File or assembly name System.Data, or one of its dependencies, was not
|
| Exception: The method '.ctor' was not found on the interface/type | 03 Jul 2006 20:40 GMT | 1 |
I have a client-activated object that is failing with a RemotingException. The exception's message is "The method '.ctor' was not found on the interface/type 'My.Type, MyTypeLibrary, Version=1.0.2371.15203, Culture=neutral, PublicKeyToken=null'.".
|
| Absolute path in objectUri attribute | 03 Jul 2006 18:57 GMT | 1 |
Can I specify an absolute path in the objectUri attribute, e.g. <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting>
|
| mail failed | 03 Jul 2006 05:09 GMT | 1 |
hi,everybody I use dotnet 2005 and c sharp to deliever a mail to a certain mail address,but it failed with messages such as "invalid parameter,the server response: decode failed". My codes is listed belowed:
|
| Remoting and Windows Forms - Deadlock? | 02 Jul 2006 20:16 GMT | 2 |
I have what appears to be a deadlock issue in a simple remoting application consisting of 3 objects: 1) A server side Singleton 2) A client-side windows form
|