.net-remoting
Can remoting configuration be re-configured?
I am working on a desktop application which uses .net remoting. During the start up the rem开发者_如何学JAVAoting layer is configured based on the app.config. I have a requirement of re-configuring th[详细]
2023-04-13 05:16 分类:问答Access COM objects on another box from .NET (without deprecated DCOM, remoting)
I have to integrate my .NET server app with a vendor\'s product. The vendor\'s product will be on its own server and has a s开发者_开发问答upported & documented API, but alas, only as COM objects.[详细]
2023-04-10 14:29 分类:问答How to remote events in .NET Remoting?
I have a class for remoting which contains events. But when I am trying to set handler for those events on the client side I receive exception. My code looks like:[详细]
2023-04-09 20:22 分类:问答EventHandler and remoting
In my application there is a clss containing an event of type EventHadlerand this class should be remoted in another application (it must treat those events). 开发者_如何学编程First parameter of this[详细]
2023-04-09 14:57 分类:问答Distributing an application across Internet
I searched but couldn\'t find a proper answer for this...may be I didn\'t look deep enough. Anyways, little insight from you guys will only make things easier. So hear me out.[详细]
2023-04-07 06:29 分类:问答In C# how do I reference the port number configured in app.exe.config?
In our server, we configure the port in app.config as follows: <configuration> <system.runtim开发者_如何学Goe.remoting>[详细]
2023-04-06 13:49 分类:问答How to connect with same type 2 servers on different destination from single client by .NET remoting
I have to connect same type of remote objects on different destination using .net remoting. For example, I ha开发者_开发技巧ve a database access middle layer on a remote server and local server. But b[详细]
2023-04-01 09:58 分类:问答System.InvalidCastException when creating a client activated object using an older version of an interface defined in a strong named assembly
I have a query about .Net Remoting, versioning and creating client activated objects. Here is the scenario:[详细]
2023-03-28 04:50 分类:问答How to catch "RemotingException"?
I\'m using native pinvoke calls in my app and external assemblies in dlls. Everything is working fine, until part of the program stops working and I get:[详细]
2023-03-12 06:10 分类:问答Missing channel sink
Hello I am writing a project, which uses .NET Remoting and Observer pattern. Server: BinaryClientFormatterSink开发者_Go百科Provider clientProv = new BinaryClientFormatterSinkProvider();[详细]
2023-03-05 20:52 分类:问答