| Thread | Last Post | Replies |
|
| 'System.Runtime.Remoting.RemotingException' if remoting used in form constructor. | 06 Jul 2004 15:33 GMT | 1 |
I have a solution with a managed dll, and two managed .net executables, all C#. I have interfaces declared in the DLL, and am using them to perform remoting between the two executables.
|
| Vb.net remoting | 06 Jul 2004 04:45 GMT | 1 |
Hi all i am using Vb.net remoting for my distributed application. By using the SOASSURDs.exe i have created proxy dll. Now i have been able to expose the methods and properties of Server side
|
| .NET Remoting over the internet without IIS. | 06 Jul 2004 04:35 GMT | 1 |
Can .net remoting be achived over the internet without using IIS? Cheers, David.
|
| How to check if IIS is remoting host | 06 Jul 2004 04:33 GMT | 1 |
Hello together, perhaps a silly question: I have a remote component which can be hosted in IIS or another server host application. Is there a simple way to determine if my component runs within IIS or not?
|
| Singleton and IIS | 06 Jul 2004 04:18 GMT | 2 |
I'd like to build a .NET Remoting component that has to be singleton. Actually, this component will serve as a "collaborative component". Each client will connect to this component, which will keep a reference to each connected client. This collaborative component will then be able ...
|
| An alternative to events? | 06 Jul 2004 04:14 GMT | 4 |
Hi NG In one of his numerous articles, Ingo Rammer advise the .net remoting developpers not to use events for networked application. I'm a newbie in programming and actually, I do use events in my .net
|
| Does anywork we can do? | 06 Jul 2004 04:08 GMT | 4 |
(Type your message here) In p2p application whether the Remoting tech. can do nothing except encrpytion channel or routed channel? From: Adolf John -----------------------
|
| COA Server on different sub net | 06 Jul 2004 04:06 GMT | 3 |
If I try to have a client activate an object on a server that is on a different subnet it dosen't work correctly. The object will create but any calls made to the object after this time out. SAO are working fine and CAO are working fine from within our network. Does anyone
|
| sqlConnection | 04 Jul 2004 22:04 GMT | 1 |
What are the minimum options you can fill in the ConnectionString( ) for a SqlConnection object?? Bob M.
|
| Use a struct within a remotingObject | 03 Jul 2004 16:30 GMT | 9 |
I want to use a self defined struct within a remoteObject in the following way to send data from an AddIn in VisualStudio to an AddIn in MS Word: ...
|
| .Net Remoting and ISS | 02 Jul 2004 17:41 GMT | 2 |
I 've made a .net remoting client/server application using http channel. Now, I would like to make it secure by using an ISS server (I'm under W2k). The problem is that I have absolutely no idea of how to proceed.
|
| Help in remoting ! | 02 Jul 2004 16:24 GMT | 2 |
In my project I want to execute some commands on the remote machine. I am using .Net Remoting to achieve this. My server which is an exe is copied on the remote machine and it receives command from client which is executed by the exe. I am facing problem while executing the exe on ...
|
| Changing timeout for an HttpClientChannel | 02 Jul 2004 15:58 GMT | 1 |
Is there anyway to change the timeout for a registered HttpClientChannel at runtime? How do I even go about getting the timeout setting programmatically for the channel at runtime? I've tried the Properties property, but could only get proxyName and proxyPort. I can see the
|
| Events & Remoting problem... | 01 Jul 2004 22:00 GMT | 3 |
I am writing a sample app which uses Remoting and events (C#). I can instanciate the object and work with it, but when the remote object calls the event callback, I get an exception: "This remoting proxy has no channel sink which means either the server has no registered server
|
| Remoting problems | 01 Jul 2004 16:45 GMT | 1 |
I got a remote object that has some method "foo(some_object o)", that somehow changes the "o" object. From client i create some_object o, pass it to the remote method, but "o" doesn't changes!
|