| Thread | Last Post | Replies |
|
| remote web service error, please help !! | 29 Apr 2006 17:41 GMT | 1 |
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. ...
|
| RemotingException at second IPC channel | 27 Apr 2006 07:49 GMT | 1 |
i have a problem with the following scenario: (Using VS2005 and .Net 2.0) I have two services (name it service1 and service 2) running on the same machine with different tasks to do for the client.
|
| Cannot load type: RemotingType, RemotingType | 27 Apr 2006 07:36 GMT | 1 |
I am sure this is just a configuration problem but I can seem to get my very simple remoting sample to work. The error is occuring on the server side when my remoting type is first access by a client. I have exhausted all my patients and resources on this one. Can anybody help?
|
| System.DelegateSerializationHolder | 27 Apr 2006 06:32 GMT | 2 |
Hi * I'm trying to make this run: FIX: Remoted Events (Chat) Sample in Framework Documentation Does Not Work as Expected
|
| Windows login to remote server | 25 Apr 2006 15:54 GMT | 2 |
I have an ASP.NET application where the user can enter an IP address, windows login and password information for remote servers (connected to the same network). The information is stored in a SQL server for different purposes.
|
| Remoting Question | 25 Apr 2006 06:55 GMT | 2 |
The only way I can ask the question I have is to present an example. Lets say I have a server application (server.exe),that runs unattended of course, and goes out every 20 minutes and gets stock information and holds the info it finds.
|
| Will This Remoting and Load Balancing Scenario Work? | 24 Apr 2006 21:07 GMT | 1 |
We currently have an application where we the web application uses .net remoting over the TCP channel with binary formater to contact our BL tier that is hosted in a windows service application. We now have a need for our app to be load balanced. We will have multiple
|
| WinForm in IE - Slow Load Times w/ Interface | 24 Apr 2006 19:34 GMT | 1 |
I've added a shared remoting interface to WinForm in IE control. Since adding the DLL, load times have double - it takes ~2 minutes to load. The DLL is 16K and only contains shared interfaces. I checked the Fusion binding log (as well as my own custom logging),
|
| I'm starting to lose faith in Microsoft... | 24 Apr 2006 16:21 GMT | 6 |
First of all I would like to say that I have always been and am still an advocate of Microsoft products and .Net in particular, over unix/linux/Java type solutions. But the last few times that I have had what I thought was a very straightforward problem for a .Net expert to ...
|
| Has Remoting changed in VS 2005? | 24 Apr 2006 16:11 GMT | 4 |
I would like to get some books/training on Remoting but all that I can find is for .net 1 or 1.1. Were there any changes for .net 2.0? Thanks Dan Reber
|
| Passing Object to Server | 23 Apr 2006 23:25 GMT | 3 |
I have a client that creates a remoteable server object, "serverobject", and can pass strings. The client creates a "clientobject" to pass to the server, as: serverobject.pass(clientobject)
|
| RealProxy RemotingException Object has been disconnected or does not exist at the server | 23 Apr 2006 09:55 GMT | 2 |
Using a custom RealProxy implementation the following RemotingException is thrown in Invoke: "Object 'tcp://computername:50/TestServer' has been disconnected or does not exist at the server."
|
| Remoting + Firewalls | 21 Apr 2006 22:37 GMT | 13 |
I have currently developped a small test app for remoting, it currently works great if the firewall is turned off. how do i deal with firewalls ? i currently am using onecare on my dev machine and the server will be
|
| Webservice call to Remoting Singleton | 21 Apr 2006 14:05 GMT | 2 |
I am designing a system that uses an ASP.NET webservice to call methods on a remoting singleton (I need the singleton to keep alive some specific COM instances as the COM components exist and the budget to migrate them doesn't).
|
| Object lost when remoting | 20 Apr 2006 00:49 GMT | 6 |
I have a Windows Service running that manage all communication to and from a serial COM interface. The service updates a SQL Server database whenever something happens on the COM port. To be able to send commands to the service, I added .NET Remoting. The
|