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
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.
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:
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
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.
In our server, we configure the port in app.config as follows: <configuration> <system.runtim开发者_如何学Goe.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
I have a query about .Net Remoting, versioning and creating client activated objects. Here is the scenario:
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:
Hello I am writing a project, which uses .NET Remoting and Observer pattern. Server: BinaryClientFormatterSink开发者_Go百科Provider clientProv = new BinaryClientFormatterSinkProvider();