| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have read in one place that assemblies with multiple class definitions
cannot be used with SoapSuds to create clients for a CAO...
JMZ
|
04-30-2007 01:42 PM
JMZ | 0 | 34 |
|  | I am using CAOs and shared assemblies with the Factory pattern as
discussed in Rammer's book.
My application essentially runs as a plug-in inside a...
Josh C.
|
04-30-2007 01:33 PM
Josh C. | 0 | 35 |
|  | I have a very basic remoting app, as soon as I try to call a method
on a remote object, I get the following error:
"An attempt was made to access a...
consolejoker@yahoo.com
|
04-28-2007 12:46 PM
consolejoker@yahoo.com | 0 | 37 |
|  | I am having some difficulty in deciphering the different approaches to
remoting. We need to call methods on remote objects hosted in IIS on...
JMZ
|
04-27-2007 11:22 AM
JMZ | 0 | 34 |
|  | I traced this all the to the domain boundary. I also but a breakpoint
in the server. That was never hit. It happens after it leaves the
client but...
Dan Holmes
|
04-27-2007 09:51 AM
Dan Holmes | 0 | 36 |
|  | Given this simplified stack trace, does anyone know what would cause
the CPU to be permenantly maxed at 100% CPU utilization -- why
doesn't .NET's...
David
|
04-26-2007 04:59 PM
David | 0 | 33 |
|  | Hi,
I have a client and server that uses remoting to test the differences
between the different combinations of channels and formatters (well, at...
Tallies
|
04-25-2007 04:28 AM
Tallies | 2 | 30 |
|  | Does anyone know if a product exists that contains a remoting channel
that would do AMF3 communication between a local windows service
in .NET and a...
sean.j.gage@gmail.com
|
04-24-2007 10:34 PM
Samuel R. Neff | 1 | 27 |
|  | hi,
i'm getting error WSAEADDRINUSE (10048) when doing the following:
1) create a new server tcp channel
2) register the channel...
Markus Stoeger
|
04-24-2007 04:17 PM
Markus Stoeger | 0 | 17 |
|  | Hi,
i'm getting a SocketException (No connection could be made because the target machine actively refused it) when
executing the callback in the...
Anton
|
04-23-2007 02:31 PM
Anton | 0 | 19 |
|  | What type of objects can be remoted? I have a mapping application that uses
a third party SDK to build drawing layers base on vector data stored in...
Frank Smith
|
04-23-2007 10:48 AM
Frank Smith | 2 | 22 |
|  | Hi there. I'm getting a deserialization error on my app. It was
originally created as a 1.1 app and was upgraded to framework 2.0.
One of our users...
mikebrengartner@gmail.com
|
04-23-2007 09:18 AM
mikebrengartner@gmail.com | 1 | 18 |
|  | I have a problem with a client/server remoting application that I have
created. When the client is shut down and restarted within a few
seconds, the...
oskar@musiker.nu
|
04-23-2007 04:12 AM
oskar@musiker.nu | 0 | 23 |
|  | I haven't used remoting before in .net only DCOM and COM+ with vb6.
I was wondering if the Server/listerner process will start
automatically when...
Erick
|
04-21-2007 03:08 PM
Spam Catcher | 1 | 16 |
|  | Hi all
I have a .NET 1.1 app like this
01: Virtual folder name = RemotePersistenceServerWeb
02: The following class......
namespace...
Peter Morris
|
04-21-2007 04:30 AM
Peter Morris | 1 | 22 |
|  | I wish to convert a VB6 app that uses two activex EXEs, two DLLs and
one client standard EXE. I understand the only way to do this in .NET
2.0 is via...
billsahiker@yahoo.com
|
04-20-2007 06:50 PM
Spam Catcher | 1 | 20 |
|  | Hi
I have a C# component that needs to be used from NET as well as unmanged
code (C++ and vbscript).
Currently I am using COM+ component services to...
jas
|
04-19-2007 03:41 PM
jas | 0 | 18 |
|  | Is it possible to use remoting from a usercontrol hosted in internet
explorer?
I am using a service in web.config to host the object, and I can...
andrew9697@hotmail.com
|
04-19-2007 10:18 AM
andrew9697@hotmail.com | 0 | 16 |
|  | Hi all,
can anybody give me a simple steps to run a java RMI application. The
application is simple a client and server. The client invoke a...
Ghada Ayed via DotNetMonster.com
|
04-17-2007 09:01 AM
Peter Bradley | 4 | 45 |
|  | Has anybody run into problems with making a VB.net single instance
application and using remoting? We have narrowed the problem down to
that.
We...
CodeHulk
|
04-17-2007 08:43 AM
CodeHulk | 0 | 21 |
|  | hello,
i have a remote object in a windows service (local system) that client
computers connect to (or create? do clients create a server object...
simonsp69-orkut@yahoo.de
|
04-14-2007 03:27 PM
simonsp69-orkut@yahoo.de | 0 | 39 |
|  | I'm running a windows service as a server. Installing the service
succeeds the service is up and running. The client gets the old
"target machine...
CodeHulk
|
04-12-2007 10:28 AM
CodeHulk | 0 | 21 |
|  | Hi,
I want to use a remote Custom Control in a winform application. The thing
is, I have a service to which I connect by remoting. This service...
ThunderMusic
|
04-12-2007 08:15 AM
ThunderMusic | 0 | 16 |
|  | I'm working with a .NET application that uses remoting to communicate
between the web layer and an application layer, and one method returns
a byte...
Nanker
|
04-10-2007 09:29 PM
Bryan Phillips | 1 | 21 |
|  | Hi,
I have a strange problem with remoting on a project I am working on
currently.
There's 2 problems really, not sure if they are...
driesie
|
04-10-2007 11:34 AM
driesie | 1 | 22 |
|  | Dear all,
I am building a 3 tiers application under .NET 2.0. This application is
based on different library ore compoenent which ahve there own...
calderara
|
04-09-2007 10:42 PM
--k3l--- | 1 | 28 |
|  | I am attempting to host a well known object in IIE 6, with a single method
GetOtherObject(), which returns a MarshalByRefObject descendent. I create...
Jerome Haltom
|
04-09-2007 07:46 PM
Jerome Haltom | 0 | 32 |
|  | Hello im trying to reach a named pipe (IPCChannel) from IIS.
Info:
- IIS Site running with a computer administrator - just for the test.
A special...
yonido@gmail.com
|
04-09-2007 05:40 PM
yonido@gmail.com | 0 | 34 |
|  | Hi all,
I expect using C# to serialize a Bitmap would be straight forward, but
it turns out that I am wrong. I tried with the code below but I...
Tony Cheung
|
04-09-2007 04:44 PM
Oliver Sturm [MVP C#] | 1 | 29 |
|  | Hi.
I have developed an application for WM 5.0. Now i want
to know the memory usage at runtime.I have got the
Remote Performance Mnitor tool which...
Pulkit
|
04-04-2007 11:34 PM
Pulkit | 0 | 51 |
|  | I published a remot object using TcpChannel with WellKnownServiceTypeEntry.
How i can view who users are conected to my object?.
thanks.
Augusto Arias
|
04-04-2007 07:57 AM
Mehdi | 4 | 39 |
|  | Hello,
I currently have a windows service which handles multiple threads and a
shared queue object in which I had jobs to process.
Now I would like...
Faessler Gilles
|
04-03-2007 08:38 AM
Faessler Gilles | 1 | 18 |
|  | hello,
i have a windows sevice running on our server that has a server object
clients can connect to (it is a concurrent user licensing...
simonjarita
|
04-02-2007 03:13 PM
simonjarita | 0 | 19 |
|  | Hi,
Why can't i run multiple instances of the following application at the same
time? I was hoping that setting exclusiveAddressUse to false would...
Orlando
|
04-01-2007 02:40 PM
Chris Taylor | 1 | 25 |
|  | My code is below and the platform is Win2K3 R2:
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace...
greenxiar
|
04-01-2007 12:09 AM
greenxiar | 1 | 41 |
|  | We currently have a windows-service remoting server that is in single-call
mode, and a web-based client application that connects via a TCP...
DaveT
|
03-29-2007 10:22 AM
DaveT | 0 | 34 |
|  | My Computer is Win2K3 R2, Code is:
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace TechUDPBroadcast...
greenxiar
|
03-24-2007 03:02 PM
Peter Duniho | 3 | 27 |
|  | I am trying to allow other users to access my XP pro PC and the RDP fails.
I have dropped the firewall. I have checked the enable remote access. I...
M. Cooke
|
03-22-2007 12:22 PM
M. Cooke | 2 | 23 |
|  | Hello,
I know very little about .net remoting but it sounds like a potential fit
for the architecture of a system I am setting out to build.
The...
Jesse Aufiero
|
03-22-2007 02:15 AM
Spam Catcher | 1 | 31 |
|  | Hi,
I am looking to build a solution whereas I load a large dataset via a
Windows Service and then make that dataset available to my...
Greg
|
03-21-2007 12:56 AM
Rowen | 1 | 25 |
|  | hello,
i've read in a french book on .NET that you can handle on the client an
exception that was thrown on the server.
i'm only doing Ã* "Throw...
Ark
|
03-20-2007 08:15 AM
Ark | 0 | 25 |
|  | how can I send a word document over remoting from a client to a server?
i think, i have to stream the file, but i don't know how, and
how to put this...
lil J
|
03-20-2007 07:25 AM
Mahesh Deo | 1 | 21 |
|  | Hi all,
My .Net 1.1 Client Server project just converted to .Net 2.0. But when the
client disconnect to server, the server always throw unhandle...
Teddy
|
03-19-2007 10:45 PM
Teddy | 0 | 30 |
|  | it shold be posible to see the xml schema for a remote object in internet
explorer right ??
am getting this error when trying to call...
gusse.net
|
03-19-2007 07:02 AM
gusse.net | 0 | 30 |
|  | Hello everyone,
Is there a way to know the state of the called server method.
For example: I am sending from the client a large data to the remote...
Dragomir Gerov
|
03-18-2007 10:58 AM
Dragomir Gerov | 0 | 28 |
|  | using .net 2.0 I have a remoting ( tcp ) situation which involves a remoting
server in a windows service and a remoting client within a asp.net...
gerry
|
03-16-2007 01:30 PM
gerry | 0 | 36 |
|  | Can this be done? I know that using marshalling you can send objects between
processes and/or AppDomains but what about sending file descriptors? ...
Steve Jones
|
03-16-2007 08:34 AM
Goran Sliskovic | 1 | 29 |
|  | Hi,
I am aware that DateTimes within a DataSet are altered to the locale
of the remoting client's machine by the XMLSerializer. However,...
banners
|
03-15-2007 02:43 PM
banners | 0 | 30 |
|  | An application is extended by two different plugins. Both plugins run
as in-process COM objects and both publish objects for .NET remoting
via TCP...
aronsspam@gmail.com
|
03-15-2007 10:40 AM
aronsspam@gmail.com | 0 | 18 |
|  | I have a thread that is making a remoting call. Another thread calls to
abort this thread, which is supposed to fire a ThreadAbortException on...
Howard Swope
|
03-14-2007 06:51 PM
Goran Sliskovic | 3 | 29 |