| Thread | Last Post | Replies |
|
| some ideas on the Component Design in .NET | 28 Jul 2004 06:56 GMT | 3 |
I am new to .NET. I want to design a new architecture for my application that has following :- 1). Application should be pluggable in architecture, i.e new modules , new funcationalities can be added in it easily.
|
| One more try before I give up on .NET Remoting | 28 Jul 2004 02:19 GMT | 1 |
Ok...It is brain surgery, although it shouldn't be.... I've got ONE application, to be used either as a client or as a server I've got two EXACTLY the same objects, with events. The ONLY difference is the name of the object.
|
| Having trouble using regsvcs.exe | 27 Jul 2004 23:28 GMT | 4 |
I'm running vb.net 1.1 and I need to register a dll using regsvcs.exe and am getting the error: Command "RegSvcs.exe" is not valid. the path to the dll I want to register is:
|
| Doubt on Remoting! | 27 Jul 2004 17:38 GMT | 2 |
just a small doubt ... When ever i run a windows service and when i access a method from any other system and if i need to acccess some methods which this service exposes,
|
| How to obtain the Network name of the client using Remoting? | 27 Jul 2004 13:44 GMT | 2 |
What is the way to get the Network name of the client using remoting a NT Service exposes? Thanks, Jos?
|
| Catching Exception | 27 Jul 2004 06:27 GMT | 1 |
My app is using: Dim obj As System.runtime.Remoting.ObjectHandle = System.Activator.CreateInstanceFrom() oApp = CType(obj.Unwrap, someObject)
|
| A Mirror of my Remoting Object | 27 Jul 2004 01:12 GMT | 2 |
I'm toying with a design idea related to how I work with a remoting collection. I'm getting a collection or remote object and binding them to a grid - however I'm thiking that rather than bind the remote objects directly to the grid, copying the data into a DataTable and binding ...
|
| new tcpChannel() with no port specified problem. | 26 Jul 2004 23:29 GMT | 1 |
I'm having a little problem with a remoting system. Here it is : I got a remoting singleton object published somewhere. I'm accessing it with the following code (VB)
|
| Inserting my Sink into the chain | 26 Jul 2004 16:46 GMT | 1 |
I have a compression sink called JTHCompressionSink. If I use a config file and use the RemotingServer.Configure call the config file looks like this: <configuration>
|
| Named Pipes across VS6 and .Net | 26 Jul 2004 16:15 GMT | 5 |
Can anyone suggest a work around for using named pipes to send data from a dev studio 6 app to a .net app, where the dev studio app is the server using CreateNamedPipe() and ConnectNamedPipe() methods and the .Net app is the client,
|
| Newbee quiestion | 26 Jul 2004 15:36 GMT | 1 |
How can I trap the event when a client gets disconnected. I have remoting application where the server object is singleton. With first client call the object is created, and never destroyed. I hold internal list of the connected clients but is there a way to
|
| .NET Training | 26 Jul 2004 13:47 GMT | 1 |
Can anyone recommend an Advanced .NET Remoting Instructor Led training course ? Many Thanks In Advance
|
| Remoting and Events | 25 Jul 2004 00:41 GMT | 3 |
I'm building an app that handles events (on the client) of a Remoting object retreived from a server. The problem I'm getting is when I attempt to wire up the event I get the following error:
|
| Exception: cannot call non-public or static methods remotely | 24 Jul 2004 19:34 GMT | 4 |
I am trying to call a method on an SAO which contains the following lines of code: .....lines removed..... SqlDataAdapter da = new SqlDataAdapter(cmd);
|
| RegisterWellKnownServiceType singleton object and instantiation of this singleton. | 24 Jul 2004 03:41 GMT | 1 |
I'm publishing a class through the RemotingConfiguration.RegisterWellKnownServiceType, as a Singleton. Everything works fine. An instance of the published class get created once a remote client try to access it. Then, since I'm working with
|