| Thread | Last Post | Replies |
|
| .Net Remoting server as a dll | 30 Jun 2005 17:15 GMT | 6 |
I'm sorry if this a silly question be can someone please confirm that you can;t use a dll as a .net remoting server (host) Thanks in advance Chris
|
| C# addins for Office using Remoting | 30 Jun 2005 15:41 GMT | 1 |
I hope this is the right thread. I have created an addin in C# for Office for an application...it work fine on system that have installed the .Net Framework....but on systems that don't have the Framework installed the toolbar that I have created in the Addin just won't appear....
|
| Attaching to multiple servers with one application | 30 Jun 2005 12:39 GMT | 2 |
I have a service that provides a singleton SAO. I can be running this service on more than one system at a time. I have an application that attempts to use the singleton via remoting. The idea was that this application could connect to more than one instance (machine) of the ...
|
| Remoting : Connection over internet | 29 Jun 2005 14:48 GMT | 1 |
We are implementing Remoting with an Http Channel. We are running a Windows Client Application which accesses remote objects hosted in IIS. This Server is accessible over the local network using a local IP as
|
| Remoting that doesn't work on Windows XP SP2 | 29 Jun 2005 14:47 GMT | 1 |
I recently moved to Windows XP SP2 and one of my projects is involving remoting. I'm using standart technology for this - tcp channel on port 8080 and binary formating. Now i can't run my project - it freezes between times when i step over the romoting calls. After long waiting ...
|
| huge TMP files (windows\temp) | 28 Jun 2005 15:27 GMT | 1 |
I did create .net application that is using .net remoting. When I start the application temp (.tmp) files are created into the "windows\temp" folder. When I close the application the tmp files are deleted. I'm not sure of all files are deleted properly because sometimes files are ...
|
| Proxy to Client | 27 Jun 2005 14:41 GMT | 2 |
I have a proxy to the client in the server, which is passed by calling a method from the client on the server and passing a reference of the client (this) itself to the server. I hold this in a Client Collection on the server side. It is used to pass information back to clients ...
|
| Get TCPClient IP | 27 Jun 2005 08:42 GMT | 2 |
i have a tcplistener that accepts tcpclient connections in a specific port. All i want is to get the IP address for every tcpclient that is trying to connect to my pc. So far i couldn't find any help on this issue. Why is it so difficult to the
|
| Consuming A Remoting Server | 25 Jun 2005 20:23 GMT | 5 |
In my code, I consume a remoting server with: RemotingConfiguration.Configure("ChatClient.exe.config"); // Create a proxy to the remote object. ChatCenter chatcenter = new ChatCenter();
|
| Waiting for async webservices to finish. | 25 Jun 2005 15:59 GMT | 11 |
I am looping through a text file, and with each row, I launch a web service, asynchronously. Before I move on to the next step in the process, I want to make sure that all the web services have completed.
|
| Server not connected, or connection refused. | 24 Jun 2005 17:25 GMT | 3 |
I'm working on wiring up some remoting to my website, and have a few questions I can't seem to find answers for online. For one the server code below doesn't matter because the question is related to when the server is OFFLINE.
|
| Convert Console App To Windows Service | 23 Jun 2005 22:36 GMT | 3 |
I am running the following remoting server as a Console application, and I want to convert it to a Windows Service. [STAThread] static void Main(string[] args)
|
| tcp class in missing in my remoting.channels namespace | 23 Jun 2005 21:50 GMT | 5 |
trying to import system.runtime.remoting.channels.tcp but there in no tcp class listed???? I have .net framework 1.1, on 2 machines even. neither of them have the tcp class from that namespace.
|
| Returning interfaces from web-services and remoting servers? | 22 Jun 2005 11:14 GMT | 6 |
I'm just about to start the design and development of a large in-house Content Management System. The system will be ASP.NET based with a Sql Server back-end and will be developed be using VS.NET 2003 Ent. architect. Due to high demand (~10,000 users), and varying network setups ...
|
| Serialization of SqlError fails | 21 Jun 2005 13:47 GMT | 4 |
Am using Remoting. My server PASSES an exception that includes SqlClient.SqlError as it's inner exception to the client. When running remoting locally on my XP Pro pc, the exception object gets to the client without any problems.
|