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 / March 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Remoting Connection Terminating31 Mar 2005 20:38 GMT1
I have a .net remoting application that I am having problems with and
aren't quite sure why.
I have a server application that exposes a wellknown object in
singleton mode.  Clients connect and they access remote objects fine
Changing Client.exe.config does not refresh in application behavior31 Mar 2005 03:56 GMT2
I have a simple test scenario that I can get to work on my local
machine.  An ASP.NET application calling a remote object hosted in IIS
all on localhost.  When I tried to move the remote object to be hosted
in IIS on a different machine and then change my client.exe.config to
Problem with client30 Mar 2005 05:48 GMT1
I have problem with client of Sinleton remote object.
When I restart windows service which hosts server, client app stops respondind when trying to call remote  object. I have tried everything I found in helps, but only thing which works is  to restart client app and then it start ...
impersonation from IIS to a Windows Service29 Mar 2005 21:29 GMT2
I'm not sure if this is the best newsgroup to be posting on, so please
be patient with me.
I have an existing Windows Forms application that uses remoting to talk
to the server via a custom Windows Service that acts as the remoting
GetObject and configuration29 Mar 2005 21:11 GMT2
I have a client that is using an Interface Assembly as I don't want to
distribute my implementation to all my clients.  Because of this I can't use
the new keyword in order to create a new object on the remote server, so have
to use GetObject().
singleton remote object and thread-safe29 Mar 2005 19:51 GMT4
All,
I am wrinting a c# remote object using the singleton pattern.  I will have
multiple client calling my remote object thus it will have to be thread-safe.
Can someone tell me how I can go about making my object thread-safe?
Proxying a delegate28 Mar 2005 14:22 GMT4
I'm having a hard time trying to get RealProxy/TransparentProxy to work
with delegates. My code needs to intercept events going through a
delegate.
I thought that, since RealProxy doesn't work with delegate types but
Singleton Objects Dying28 Mar 2005 14:12 GMT24
I have an application that calls singleton objects on a remote server
using IIS. Requests are made by about 50 clients every 10 seconds,
everything just stops working at one point until i just replace the DLL
on the server doing the work.
Asyncronous Call From asp.net27 Mar 2005 15:35 GMT1
I need to make an asyncronous call from an asp.net page and then pick up the
response once the call has completed.  Is there anyway that I can do this.
Cheers for any help,
Eldon
.Net Remoting, Config. Files and Interfaces26 Mar 2005 14:58 GMT2
I have a Windows Service with the following configuration in the app.config:
<configuration>
<system.runtime.remoting>
 <application name="RemoteHostService">
registering to Event26 Mar 2005 00:37 GMT3
It seems to be a question that is asked about 2000 times a day : "How
to register to event?". But I could not find any working solution yet.
The client and the server are in my case on the same machine.
On the server side, if I do this
IIS-hosted remoting object and Http context26 Mar 2005 00:13 GMT1
Is there a way for a Remoting object hosted in IIS to access the Http context
of an ASP.NET application hosted on the same machine? For example, is there a
way to access the HttpApplication object from a Remoting object hosted in the
same machine and possibly deployed in the same ...
Get System.Net.Sockets.SocketException only when using configuration file with TCP channel.26 Mar 2005 00:07 GMT2
When I configure tcp channel in the code my app. works fine:
SERVER:
TcpChannel chanTcp = new TcpChannel(65106);
ChannelServices.RegisterChannel(chanTcp);
BeginInvoke doesn't execute asynchronously?!25 Mar 2005 23:55 GMT3
Hi guys,
I'm pulling my hair out on this, maybe one of you can jump in here. I'm
using the BeginInvoke method of a delegate to call a method of a remote
(SAO/PO) object in client code, but for some weird reason this does NOT
Loading assembly from GAC on remoting Client machine25 Mar 2005 10:33 GMT2
I have gone through the problems when you try to load the assembly from
GAC on a remoting client...i.e remoting not letting you use the version
number on the client.
solution was use 'qualifyAssembly'...I tried it but it still does not
Pages: 1 2 3 4 5 6 7 February, 2005
 
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.