| Thread | Last Post | Replies |
|
| How Do I Stop Events From Being Received After Proxy Is Set To Nothing? | 17 Sep 2004 16:33 GMT | 1 |
I have this problem: After instantiating a proxy to a remote object using Activator.GetObject, I receive events fired by the remote object as expected. However, when I set the proxy to nothing, the code in the event
|
| lifetime of MBR Component hosted in IIS | 16 Sep 2004 19:29 GMT | 2 |
(Type your message here) recently I build a Asp.Net Application and use Remoting to connect to a .Net MBR Component hosted in IIS.Because the MBR Component need use large Cache which need long time to be initialized,I want to make the MBR Component
|
| Security problems with new Service Pack | 16 Sep 2004 00:21 GMT | 2 |
I'm using dotnet 1.0 and I developped a whole remoting system which was working perfectly until a few days ago, when I installed the latest Service Pack for dotnet 1.0 : Here is the exception :
|
| Only one usage of each socket address(protocol/network/port) is normally allowed | 15 Sep 2004 19:48 GMT | 2 |
I have an application which has 2 appdomains. It loads a class from a dll in 1 appdomain and another class from same dll in 2nd appdomain. I want to pass data between these classes. So i tried remoting. I configured class1 as server and class 2 as client.
|
| How do I know the Client Identity ? | 15 Sep 2004 16:23 GMT | 1 |
Tue. Sep. 14, 2004 9:25 PM PT My MBRO is hosted on Console server application, as SingleCall. I want to know, that who is accessing the Remoting Object ? Thanks,
|
| Remoting exception when using interfaces | 14 Sep 2004 07:36 GMT | 10 |
I have a 3-tier solution that uses remoting from the business logic layer to the data access layer. Every business manager object implements an interface that is used by the ASP.NET clients to communicate with the business logic. Ie I have a CustomerManager object and a ...
|
| SingleCall calling SingleTon object | 14 Sep 2004 01:00 GMT | 2 |
Mon. Sep. 13, 2004 1:20 PM PT Suppose, I have a server, which hosts two MBRO's, one is SingleCall (MBRO_One) and another is SingleTon (MBRO_Two). Both hosts on one server, Now, client will call a function from MBRO_One, which further calls a
|
| :Could not load type .... (assebley in GAC, with new singleton class) | 13 Sep 2004 23:07 GMT | 1 |
> Hello NG > > I added a new tracelog class in a existing assebley witch is located > in GAC. |
| JIT Debugging of remoted objects | 13 Sep 2004 22:31 GMT | 2 |
I'm using a remoted object (Actually, it's just a context-bound object on the same machine, but same concept). When an exception is thrown, I can only step into the last local call. I can't actually step into the remoted object's code where the exception was thrown. If I set a ...
|
| How to send XmlElement and SoapHeader over .NET Remoting? | 13 Sep 2004 18:35 GMT | 1 |
I'm currently working on project where we use class like this one: [Serializable] class EndpointReferenceType : SoapHeader { ... }
|
| Is Remoting Appropriate? | 13 Sep 2004 17:51 GMT | 2 |
I have a project in which a series of business objects (windows controls) related to stock trading are being hosted in a "launcher" application. Using a config file, the launcher app displays a toolbar with a series of buttons. Each button represents another window that can be ...
|
| Remote event exception | 13 Sep 2004 16:38 GMT | 1 |
I have client activated object that is working fine until I try to raise an event, I get the following error: Type System.DelegateSerializationHolder and the types derived from it onHolder) are not permitted to be deserialized at this security level.
|
| How to return and interface from a remote object? | 12 Sep 2004 21:58 GMT | 1 |
Hi,I have the following classes public interface IComponentProperties { object this[string propertyName]
|
| In-Proc Calls with soap | 12 Sep 2004 16:32 GMT | 1 |
We are in the process of adopting SOA as an architecture at my organization. We are running a POC to prove some concepts. The POC is a fat client running on a single machine. Performance is a bit of an issue. What we would like to do is for the Presentation layer to interact ...
|
| BinaryFormatter Version incompatibility | 10 Sep 2004 17:34 GMT | 3 |
Thu. Sep. 09, 2004 3:10 PM PT I try to host my MBRO on IIS Version 5.1, on WindowsXP Prof. and I get the following exception. I also included my server web.config and client configuration code. Anybody knows how to get rid off this exception ?
|