Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
some ideas on the Component Design in .NET28 Jul 2004 06:56 GMT3
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 Remoting28 Jul 2004 02:19 GMT1
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.exe27 Jul 2004 23:28 GMT4
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 GMT2
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 GMT2
What is the way to get the Network name of the client using remoting a NT
Service exposes?
Thanks,
Jos?
Catching Exception27 Jul 2004 06:27 GMT1
My app is using:
   Dim obj As System.runtime.Remoting.ObjectHandle =
System.Activator.CreateInstanceFrom()
   oApp = CType(obj.Unwrap, someObject)
A Mirror of my Remoting Object27 Jul 2004 01:12 GMT2
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 GMT1
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 chain26 Jul 2004 16:46 GMT1
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 .Net26 Jul 2004 16:15 GMT5
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 quiestion26 Jul 2004 15:36 GMT1
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 Training26 Jul 2004 13:47 GMT1
Can anyone recommend an Advanced .NET Remoting
Instructor Led training course ?
Many Thanks In Advance
Remoting and Events25 Jul 2004 00:41 GMT3
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 remotely24 Jul 2004 19:34 GMT4
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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 June, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.