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
remote object being locally instanced instead (behavioral error)21 Aug 2003 10:54 GMT2
the app config for the service process has:
<activated type="DAL.Query.Data.Remote, DAL.Query" />
A client application is creating an instance of this
object using either one of the following:
clinet 1.0 <-> server 1.121 Aug 2003 03:11 GMT3
I'm trying to use .net framework 1.1 server with framer 1.0 clients and have
some problems. Need to change server to 1.1 (because of some memory problems
in 1.0), but changing clients to 1.0 is not an option for a few months at
least (too many clients on many locations ~200).
newbie: Is is possible to implement Remoting through ASP.NET21 Aug 2003 03:02 GMT1
Is it possible to implement Remoting through ASP.NET, in particular I
would like a remote object to be available to another client (not a
web page) when a web page is downloaded. Thus when page.aspx is
downloaded I want a remote server object to be created as well as the
Error whit Remoting Events and delegate21 Aug 2003 02:12 GMT1
       I have some strange error (use remote events) when register the
event:
An unhandled exception of type
'System.Runtime.Serialization.SerializationException' occurred in
Using remoting on a single machine20 Aug 2003 05:16 GMT2
I wish to expose an interface that multiple processes can call to
massage some data into a database. For performance reasons, I wish to
preserve LDAP and DB connections across multiple client processes. All
calling processes will be running on the same machine as the callee.
How to build a simple "push" technology19 Aug 2003 09:40 GMT4
I am struggling to get a couple patches out to some PCs
on my network.
Basically, this is what I want to do:
1. Push the 2 patches to the machines from my PC
Windows Service with GUI Config/Monitor Tool via Remoting19 Aug 2003 00:34 GMT7
I have been searching for a solid example of using a GUI app to control and
monitor a windows service via .net remoting but unfortunately I cannot find
anything that is relevant. I will have a windows service that will be
performing various tasks throughout the day on a schedule, I ...
about security problem18 Aug 2003 20:03 GMT1
I would like to ask a question about security problem of Remoting object.
To solve the security problem, i have changed to the following codes:
At server:
Dim props As IDictionary = New Hashtable
How can i force a remote object to be destroyed before its lease has expired ?18 Aug 2003 15:30 GMT2
does anybody knows how i could destroy an object, exposed as singleton via
.NET Remoting, without waiting the end of its lease ? I've tried the
RemotingServices.Disconnect method but it doesn't work at all : my object is
unreachable by the client by still there.
Channel problem with framework 1.117 Aug 2003 00:27 GMT1
I wrote a remoting channel that worked perfectly with framework 1.0. When I
switched to framework 1.1, I started to have the following problem. During a
remote call when the server throws an exception, no matter what exception it
is, on the client side "RemotingException: Server ...
Two objectUri's sharing one port15 Aug 2003 18:32 GMT1
I have a .config file that looks like the following:
    <system.runtime.remoting>
        <application>
            <channels>
Passing User Types to Remote Calls15 Aug 2003 16:04 GMT4
I am trying to pass a user defined struct to a method of a remote class. The
struct is defined in a separate assembly accessible to both client and
server. However, calls to the method are refused with the message 'Because
of security restrictions, the type MyType cannot be accessed ...
Plan B14 Aug 2003 17:36 GMT1
I'm using VB.net 1.1 to build a Web based server and a Windows based client.
Having read through two books and various articles I'm beggining to wonder
if this is simply beyond my mental capacity.   Sorry this goes on a bit, but
any help would be greatly appreciated.
Can I restrict windows service hosted server is only used by local client?14 Aug 2003 16:05 GMT4
As the title, I don't want any client on other machines to use my remote
object, except the local client. Can I do that?
Thx
Hosting remoting server in WinForms app14 Aug 2003 02:25 GMT1
Hi I am looking for an example how to use a remoting server inside WinForms
app. My scenario is simple: When app starts it listens to incoming messages
and modifies GUI based on that.
Any help is appreciated.
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.