all groups > dotnet remoting > december 2005 > threads for december 15 - 21, 2005
Filter by week: 1 2 3 4 5
SAO lifetimes. I don't get it.
Posted by Darren Mart via DotNetMonster.com at 12/21/2005 7:56:44 PM
I'm still trying to wrap my mind around CAOs versus SAOs in terms of object
lifetime. The scary part is I already developed a Remoting-enabled app while
having only a tenuous understanding of it. That's what tight deadlines will
do, I guess.
The background: I have a remotable SingleCall busin... more >>
Remoting not working with network adapter unplugged (and SSPI)
Posted by s_schutte NO[at]SPAM yahoo.com at 12/20/2005 11:48:27 AM
My company is using .NET remoting to do communication between processes
on a machine. We are using the SSPI library provided by the
Microsoft.samples library to do some impersonation as a user within our
windows service (in order to access that user's personal file
directory). Everything has b... more >>
Remoting Configuration Issue
Posted by Robert Reineri at 12/19/2005 5:23:00 PM
We have a service where we configure remoting via the configuration file. My
problem is this. This service has, until now, only provided services to
client applications. Now, the service is going to be a client itself (it
needs to remote to yet another service). I am trying to define two tcp
... more >>
VB.NET 2005 Remoting and Single Instance Application Bug?
Posted by Eric Guthmann at 12/16/2005 5:56:30 PM
Has anyone else seen an issue with .NET remoting over a TCP channel when
using the VB.NET 2005 application framework in single instance application
mode? I get a "an existing connection was forcibly closed by the remote
host" error every time.
It seems like an odd combination, so maybe thi... more >>
Remoting between 1.1 and 2.0
Posted by Hugo Vale at 12/15/2005 4:31:54 PM
Hi everybody,
I have a 3rd party 1.1 framework dll that I want to use in a .net 2.0
application. Alvin Bruney already told me in another newsgroup that I can't
use it as a reference in my 2.0 app because it will be run in 2.0. So, I'm
wondering if it's possible to make a little 1.1 app that... more >>
Remoting through a WebProxy problem, help!
Posted by Iroel Perez at 12/15/2005 10:55:24 AM
Hi there,
I have a distributed C# application that connect to the server using
Remoting with a HTTP channel. My application works ok with firewalls but it
doesn't work when the Client is using a WebProxy with a configuration
script. Any idea how can I resolve that?
Thanks in advance,
... more >>
AAAGGGHHH!!! Why is updating DLL's so frustrating?
Posted by Tim Greenwood at 12/15/2005 6:12:23 AM
I've got our .NET remoting server all up and running well. But unlike a
WebService we cannot overwrite those dll's because they are in use! They
don't seem to be released without STOPPING the server app(host) and then we
get "Forcibly disconnected" exceptions on the website!
Isn't there s... more >>
|