| Thread | Last Post | Replies |
|
| Permission denied for activating type soap | 26 Jan 2004 21:18 GMT | 5 |
I've currently switched my application to VS 2003 due to the Remoting security level problem. My application is a pair of CAO server-client applications. But my client-side program generates a 'System.Runtime.Remoting.RemotingException' ....
|
| Debugging in the server | 26 Jan 2004 21:07 GMT | 2 |
My server is a console application. My client is an exe WinForms application. I use a common General class library for my interface definitions.
|
| NLB and Remoting (TCP) | 26 Jan 2004 19:22 GMT | 1 |
We have an application that uses remoting with TCP protocol. The client communicates with server using remoting. If I have 2 or more application servers, can we use network loading balancing to distribute the load from client to servers? Are there any
|
| Memory problem using SOAP over HTTP, Help!! | 26 Jan 2004 18:29 GMT | 1 |
I have encountered a severe problem with .NET remoting using SOAP over HTTP that I would really appreciate some help with. As my first foray into the .NET architecture I have designed a distributed trading system based entirely on .NET remoting and written mostly in C#. Many of ...
|
| Use of Config Files | 26 Jan 2004 17:27 GMT | 1 |
My application implements CAO with a SAO factory. I would like to switch my code over to using config files to allow for settings changes without re-comple The server can reside on any machine in the users lan. The location (machine name) of the server is passed to the client ...
|
| Example Application | 26 Jan 2004 16:56 GMT | 1 |
I've seen articles, small tutorials, MSDN documentation, and best practice guidelines on Remoting, but I'd really like to see an enterprise example application using Remoting.
|
| ASP.net application using RemotingConfiguration.Configure | 26 Jan 2004 14:25 GMT | 1 |
I am writing an ASP.net application using the web.config file and RemotingConfiguration.Configure to define the remoting configuration. This technique works fine for the initial page load; however if the page is refreshed or accessed again, I receive the following error:
|
| Firewalls | 24 Jan 2004 16:13 GMT | 1 |
I am intested in compability issues when using Remoting over a firewall, which for example only exposes port 80. I know i can use XML web services over port 80, but what about remoting? I see that if Remoting is used under IIS, the code samples on MSDN show that you dont specify a ...
|
| typeFilterLevel, Interface Remoting & IIS | 23 Jan 2004 23:07 GMT | 2 |
I am having a problem getting binary formatting to work now that I have moved to .net framework 1.1. I am using IIS as the host and interfaces as the client/server bridge. I set the server config file to binary and set the typeFilterLevel = "Full". I figure I have to do
|
| Insufficient state to deserialize the object attempting to add a client callback | 23 Jan 2004 17:04 GMT | 3 |
I can accomplish my task without remoting, but when my object is remoted, it breaks. I hate to post questions that may have simple answers, but I've combed the groups and have found no advice that has helped me. I've been focusing on making sure my remoted object is ...
|
| serious remoting performance problem - possible workaround | 23 Jan 2004 16:45 GMT | 2 |
I think I found a serious problem in remoting calls, and specifically in formatter/serializer I think. Example: Using remoting TCP channel (on LAN) and binary formatter it takes
|
| Client's IP address | 23 Jan 2004 01:29 GMT | 4 |
I am trying to get the client's IP address when they connect to the Remoting server. I have searched for hours for examples in VB.NET. I even bought Ingo Rammer's book. However, I can't seem to get working code examples. I know it has something to do with Sinks. I would
|
| Problem with CAO Factory | 22 Jan 2004 20:03 GMT | 3 |
I have implemented the CAO factory pattern. My Interface code is as follows: public interface IBroker { IRemote CreateRemoteSystem(string systemConfigXml);
|
| Passing a DataSet to a remoted type: possible bug | 21 Jan 2004 19:47 GMT | 1 |
Our DAL (Data Access Layer as a dll) is hosted by IIS. We use binary serialization to pass a DataSet into the DAL from a client exe. Our client exe calls GetChanges on DataSet and passes the changes to our remoted DAL.
|
| No Need to Explicitly Register Client Channels? | 21 Jan 2004 17:21 GMT | 3 |
I'm reposting a previous post here with a more descriptive subject, which will hopefully get a bit more attention. My issue is this: I am calling a remote object over TCP from a pooled .NET Serviced
|