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 / August 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
singleton-singlecall12 Aug 2003 16:01 GMT1
I have a server - application (windows service) with 40 wellknown remote
objects. All of these objects expose Get and Save methods witch return and
accept only datasets (or integer,strings, ..).
Because the methods or very small (select from a DB) the application works
Any security risk when using windows service for local server?11 Aug 2003 22:35 GMT1
Our server will be configured to use IIS when remoting is needed, or
configured to use windows service if we only need local client. when using
windows service for local server and client, because we opened a port, can
any one from other computer break into that port and get ...
differences between : new, GetObject(), CreateInstance() ??11 Aug 2003 18:01 GMT2
1) a client can activate a remote object by using either :
          - new
          - Activator.GetObject
          - Activator.CreateInstance
Channel and RemotingServices - where's the 'connection'?11 Aug 2003 09:47 GMT3
I'm just starting out with Remoting and have come across a number of 'host'
examples that each register a channel and then 'publish' the remote
object,like so:
.
Identifying user10 Aug 2003 03:40 GMT1
VB.NET, SQL 2k, win2k server, and xp client
using server activated objects tcp/binary, using COM+
I want within server code running within COM+ to identify the AD user who called the code
How should I do this with remoting
Running a listener console app outside of VS.Net09 Aug 2003 18:38 GMT1
I have a strange incident happening when I'm doing development for .Net
remoting.
To implement the listener, I have a console project that just calls
RemotingConfiguration.Configure and then GetRegisteredWellKnownServiceTypes.
RegisterChannel Within a SingleCall SAO08 Aug 2003 17:56 GMT3
I have a SingleCall SAO that I'm hosting using IIS.  This SingleCall SAO
makes a call to a Singleton SAO (which provides access to shared resources)
that is also hosted by IIS.  My test application is working with the objects
hosted either on the same machine or on two different ...
Server sink problems  - configuration file <> hardcoded configuration08 Aug 2003 11:47 GMT1
I've used a server sink to find out who the client is, this works fine when
I use a configuration file on my server, but if I try to hardcode the
details, my client can't access the server.
Can anyone help me out
Crystal Report Remoting Issue08 Aug 2003 10:32 GMT1
I am trying to expose a remote reference to a Crystal Report (version 9.2.2)
from a server.  I'm able to gain the Transparent Proxy on the client without
issue, however, when I attach the object to my
CrystalReportViewer.ReportSource, I receive an "Unable to load 'clr:
Remote DataSet not reflecting DataGrid changes08 Aug 2003 07:03 GMT1
I have a remoteable class running in a windows service that handles
access to a database.
I also have a windows application that uses the remoteable class to
populate a datagrid control. i.e. the datasource of the datagrid is
Remoting with a delegate07 Aug 2003 23:29 GMT1
If I have a remotable type with a method that takes a delegate as a
parameter and that delegate points to a method on a serializable type
that was local to the client.  If the remotable type on the server
invokes the delegate will it run within context of the remoted object
Problem returning array of COMTI structures from remoting server to client07 Aug 2003 09:01 GMT2
Computer gods,
My direct problem is that I'm getting this error message back from my
remoting client, indicating the an error on the remoting server:
-----
Public Shared method does allow debugging06 Aug 2003 01:52 GMT1
I have a Serialized object that I have placed a Public Shared method in.
What I want to do, from the client side is something like:
Dim p as Person
p = Person.CreateMyPerson()
No Touch Deployment and Remoting in default Configuration05 Aug 2003 22:42 GMT1
I'm trying to develop a Windows Forms application that connects to a server
using .NET Remoting.
In order to minimize Administration effort, I want to use "No Touch
Deployment"(NTD).
SecurityException with .NET Framework 1.1 Again05 Aug 2003 19:00 GMT1
Alright, I have read a ton on this and I still haven't
had much luck getting this to work.  I have a web service
that calls a SingleCall .NET Remote Object over TCP
hosted by a Windows Service.  This has worked fine on
Pages: 1 2 3 4 5 July, 2003
 
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.