all groups > dotnet remoting > april 2006 > threads for april 22 - 28, 2006
Filter by week: 1 2 3 4 5
Problem using Remoting with 2 NICs
Posted by KidO at 4/27/2006 9:49:01 AM
I have a remoting server (Class Factory) running on a PC with 2 NICs. NIC 1
is DHCP, NIC 2 is fixed IP Address.
I have clients connecting successfully on NIC 1, but clients connecting to
NIC 2 fail when accessing the methods of the inner classes of the Class
Factory.
For each NIC (IP ... more >>
remote web service error, please help !!
Posted by Mr. Ali Hasan at 4/27/2006 9:31:02 AM
There's a problem in my application that calls a remote web service's method,
when it tries to connect to the webservice it displays this error:
"The request failed with HTTP status 407: Proxy Authentication Required (
The ISA Server requires authorization to fulfill the request. Access to the... more >>
Cannot load type: RemotingType, RemotingType
Posted by machcoder at 4/26/2006 8:46:02 PM
I am sure this is just a configuration problem but I can seem to get my very
simple remoting sample to work. The error is occuring on the server side when
my remoting type is first access by a client. I have exhausted all my
patients and resources on this one. Can anybody help?
I am using ... more >>
Memory Leak/Problem with Remoting
Posted by HeatherS at 4/26/2006 12:36:02 PM
We are hosting our remoting through windows services. The remote class is
basically a data access component. So, in the client application will call
the remoting object passing in a stored procedure and its parameters and the
function passes back a dataset. The problem is that if you watch... more >>
Windows login to remote server
Posted by Dorte at 4/25/2006 3:56:01 AM
Hi,
I have an ASP.NET application where the user can enter an IP address,
windows login and password information for remote servers (connected to the
same network). The information is stored in a SQL server for different
purposes.
Before saving the windows login and password information i... more >>
Remoting Question
Posted by Demetri at 4/24/2006 5:01:02 PM
The only way I can ask the question I have is to present an example.
Lets say I have a server application (server.exe),that runs unattended of
course, and goes out every 20 minutes and gets stock information and holds
the info it finds.
I have a client app that provides a button that a use... more >>
WinForm in IE - Slow Load Times w/ Interface
Posted by Spam Catcher at 4/24/2006 12:13:53 PM
Hi all,
I've added a shared remoting interface to WinForm in IE control. Since
adding the DLL, load times have double - it takes ~2 minutes to load. The
DLL is 16K and only contains shared interfaces.
I checked the Fusion binding log (as well as my own custom logging),
initial load takes... more >>
Will This Remoting and Load Balancing Scenario Work?
Posted by Stephen Barrett at 4/24/2006 9:46:50 AM
We currently have an application where we the web application uses .net
remoting over the TCP channel with binary formater to contact our BL tier
that is hosted in a windows service application.
We now have a need for our app to be load balanced. We will have multiple
web servers and multi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to Pass Object to Server?
Posted by Quin at 4/24/2006 6:41:40 AM
Hi,
I'm trying to create a client object and pass it to the
server, but this fails on the client side at the point of
passing the object, with the following:
++
Because of security restrictions, the type
System.Runtime.Remoting.ObjRef cannot be accessed.
++
Both projects reference each ot... more >>
Passing Object to Server
Posted by Quin at 4/22/2006 2:01:27 PM
I have a client that creates a remoteable server object,
"serverobject", and can pass strings. The client creates
a "clientobject" to pass to the server, as:
serverobject.pass(clientobject)
This fails with the following:
Because of security restrictions, the type
System.Runtime.Remoting... more >>
RealProxy RemotingException Object has been disconnected or does not exist at the server
Posted by Dave Sexton at 4/22/2006 11:57:11 AM
Hi everyone,
Using a custom RealProxy implementation the following RemotingException is
thrown in Invoke:
"Object 'tcp://computername:50/TestServer' has been disconnected or does not
exist at the server."
or
"Object '/{guid}/TestServer' has been disconnected or does not exist at the
se... more >>
|