all groups > dotnet remoting > august 2003 > threads for august 29 - 31, 2003
Filter by week: 1 2 3 4 5
Copy file from server to client
Posted by Shayer at 8/31/2003 3:05:23 PM
Hi ,
I want to copy a file from Server to Client . I am using .net remoting. I
want to copy a .mdb file from server machine to local client machine. How
can it possible .
Thanks .
Shayer
... more >>
Creating a TcpChannel throws exception
Posted by Bernhard.Keil NO[at]SPAM soft4science.com at 8/31/2003 12:03:45 PM
Creating a TcpChannel throws the following error:
"TypeInizializer for System.Net.IPAddress threw an exception."
Code snippet:
// Exception occurs at this line
channel = new System.Runtime.Remoting.Channels.Tcp.TcpChannel(3000);
This exception occurs only on a mashine ... more >>
MS CRM or in house .NET Remoting
Posted by Roger R. Smith at 8/30/2003 10:39:48 PM
Hi everyone, I have been contacted to do some work to allow a small retail
company to be able enter products in for customers as the salesperson is
helping the customer along with some install information for this customer.
Then if the customer would like a quote, the salesperson can generate a
... more >>
Does Remotable assembly is loaded in both Client & Server sides?
Posted by jean_stax NO[at]SPAM hotmail.com at 8/30/2003 7:31:04 AM
Hi !
There is something basic in .NET Remoting that I am missing:
I have created some simple Remoted type (MarshalByRefObject ,with
custom Host), which was referenced by simple client application.
During the development all the modules were locally and when I
referenced my Remoted assembly ... more >>
Need an Example
Posted by Mark at 8/29/2003 2:09:10 PM
All-
I've found a few .net remoting examples online (and in msdn), but they all
use console apps as their example where they start the server part on the
server in a console and then run the client.
I just want to create a test win forms app that accesses an object using
Remoting (without sta... more >>
Remoting errors: "(405) Method Not Allowed", and "Requested service not found"
Posted by ejstembler NO[at]SPAM hotmail.com at 8/29/2003 10:57:52 AM
I cannot get any remoting examples to work across a network (LAN
intranet). If I use TCP, I keep getting "Requested service not found"
error whenever accessing a method or property on the remote object.
When I switch it to a HTTP on an IIS virtual directory, I keep getting
"(405) Method Not Al... more >>
how to deal with an interrupted connection when remoting
Posted by Scott Bonds at 8/29/2003 10:37:52 AM
I have created a server that has an object that can be referenced via
remoting. When I reference the object from the client, everything works
just fine until I shut down the server. Once the server is shut down, and
at the exact moment it stops listening on its port, the client generates a
"Ob... more >>
CAO Hosted by IIS works on localhost but not ouside server?
Posted by Levi Wilson at 8/29/2003 10:34:52 AM
Alright, I was able to get a CAO in IIS to function properly, but it only
works when the object is hosted by IIS on my local machine. If I put the
CAOTest object on one of our outside servers, I get a WebException with a
404 Not found. Does this make any sense? Here is my test code. Btw, I
c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Where is my object executing?
Posted by Kenny Thomason at 8/29/2003 7:47:39 AM
Problem:
I am serializing an object to the client, no problems
there. However, during parts of the object's execution
the object needs to know if it is running on the client or
server. My first thought was to try and determine this by
looking at one of my member variables and determine ... more >>
Remoting Help
Posted by Nick Bunton at 8/29/2003 3:28:51 AM
I have an application I want to install and the user will
attempt to install it on several machines, but only pay
for one or two licenses. Each install will have it's own
serial number and this is stored in the registry. Can I
use Remoting to install a small utility with the
application wh... more >>
|