remoting
Is it possible to mock Activator.GetObject()?
I am trying to write a unit test for a method that uses a .net remoting object. The remoting object is created by using Activator.GetObject(typeof(myRemotingObje开发者_运维问答ctType), uri);[详细]
2023-01-13 17:30 分类:问答Flex Blazeds Java NoSuchMethodException
We have a Flex-BlazeDS-Spring-JMS application. The issue is sometimes we get a Blazeds error: NoSuchMethodException. It is not able to find the Java service. The weird issue with this it does not happ[详细]
2023-01-13 06:56 分类:问答Strange .NET remoting SerializationException with MarshalByRefObject
I\'m having a remoting issue in my application. Since the architecture is quite complex, I\'ll try to make an simple example with dummy names to illustrate the problem.[详细]
2023-01-12 13:38 分类:问答Would you say .Net remoting relies on tight coupling?
Given that both the client and the server need to know everything about the object being remoted, firstly is this tight coupling, and secondly can .Net Remoting wo开发者_运维技巧rk in any other way?No[详细]
2023-01-11 15:49 分类:问答Expose 3rd party interface (over WCF) to Silverlight
I searched a lot, apologies if I missed something obvious. And thanks for reading the looong text below.[详细]
2023-01-11 12:43 分类:问答Can AsyncCallback use a non-static delegate?
I\'m using .net remoting, with asynchronous function calls to handle the ipc of my current project. I\'m running into an issue where I\'d like the client to:[详细]
2023-01-10 03:01 分类:问答.NET Remoting List All Server Activated Objects
I have a feeling that our .NET remoting services are getting overrun by objects instances that are hanging around on our server.[详细]
2023-01-09 23:39 分类:问答C# IPC Recommendations and comparisons
I\'ve been working in .net for a few years, and this is my first foray into IPC.I know of the various possibilities for doing IPC (Named Pipes, Remoting, Clipboard Managment, Win32API messaging), but[详细]
2023-01-09 20:30 分类:问答.Net Remoting not working in Windows 7
We have a server application (developed using .Net 1.1, C#) which listen the port 8086 and the client application, before starting will handshake with this server using remoting.[详细]
2023-01-09 17:49 分类:问答Having an IAsyncResult fire a "completed" event
I\'m using Remoting to perform some IPC communic开发者_JAVA技巧ation, and have the following question:[详细]
2023-01-09 08:35 分类:问答