all groups > dotnet remoting > september 2006 > threads for september 15 - 21, 2006
Filter by week: 1 2 3 4 5
Using remoting features inside a .NET applet loaded in a tag object
Posted by Lambuz at 9/21/2006 6:41:16 AM
First of all, is it possible usign .NET remoting feature inside a .NET
applet loaded into a tag object inside an HTML page ?
<OBJECT id="myID" height="150" width="300"
classid="http:applet.dll#test.applet"> </OBJECT>
If not please can anyone explain why ?
I think yes and so I'd written a ... more >>
Use .Net remoting between two app on same machine whit no net card
Posted by RF at 9/21/2006 4:54:02 AM
Hi,
We built two application that communicate with each other using .Net
remoting on the same machine, essentially replicating what we used to be able
to do with DCOM when one application controls another on the same workstation.
Everything works fine until the Network card is not active a... more >>
Requested Service Not Found
Posted by jon.porter NO[at]SPAM gmail.com at 9/19/2006 7:41:50 PM
Losing my mind with this. I had a project that I had started and was
working fine - now, that I have time to continue I have resurrected it
(started in .NET 1.1 - now .NET 2.0) and I continually get this. When
I cut and paste into some new code, I am not sure if it is something I
changed or no... more >>
File permissions and dynamic assembly loading
Posted by slylos at 9/18/2006 8:41:01 PM
Hey all,
I've got a .NET Remoting application that dynamically loads assemblies
from a specified path at run time. I have a class factory that contains the
logic to do this, and it works perfectly in a unit test, without connecting
to the remoted component. As soon as I move over to a r... more >>
Remoting:Authentication differences - 1.1 and 2.0 - how 2 upgrade
Posted by Flemming at 9/18/2006 2:10:02 PM
Scenario:
1. Web server (internet): IIS + ASP.NET (version 1.1 + 2.0)
running as a stand-alone-server.
2. Application server (Component services)
3. SQL server
Web server is an internet-connected server and runs inside a DMZ
Application server + SQL server runs inside a local dom... more >>
.NET Remoting CAO - NAT
Posted by Leonardo Bruno Lima at 9/18/2006 1:53:04 PM
Hi all,
Is there a way to use .net remoting CAO, where a client or server or both,
are using NAT? I need do it this way, because I need keep my instance alive
between calls.
... more >>
Possible to handle event from singleton server?
Posted by treeman at 9/15/2006 1:02:02 PM
I have created a singleton server in the host and want to connect an event
handler to it. My remote client simply sends some data to the server. I
want my host application to be notified when new data has been sent.
It is unclear to me if this is possible.
How can I obtain the server obje... more >>
|