I wrote this code: public class Message : MarshalByRefObject, IMessage { ... public override object InitializeLifetimeService()
Our product system consists of an IIS 6.0 server, behind which is a Java SOA server, behind both of which is an Oracle database server.
I\'m using IIOP.NET to communicate with C++ in C#. Currently C++ calls ca开发者_StackOverflow社区n happen anytime, since C# Remoting Framework uses its own thread.
I work at a financial institution, in a team whick takes care of a \"home-made\" corporate component. This component was built using .NET 1.1, and the other teams use it a lot, specially along with th
I need an advice because I\'m \"locked\"... I have a client-server application using .NetRemoting between the clie开发者_如何学Cnt process and the server one.
I\'m trying to do a server client application to learn more about remote programs using c#. The structure is quite simple.
I need to build a Windows S开发者_C百科ervice in VB.net under Visual Studio 2003. This Windows service should read the flat file (Huge file of about a million records) from the local folder and upload
I am working with a large existing .Net Remoting service.This service needs to be modified in a way that all calls to the service need additional information to allow the service to process the calls
During ASP.NET precompilation of our .NET 3.5 web application, various initialization is performed in type initializers. One of the type initializers throws a custom exception when the environment is
Im looking to implement a .net remoting system, where a number of clients will need access to a server database. Client calls may be concurrent, but Im wanting to queue client requests to the database