| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello everyone,
when I try to connect to the server in my application the first method call is
very slow.
it takes about 10 seconds to connect if...
juergen doubrawa
|
05-18-2004 06:22 PM
juergen doubrawa | 15 | 18 |
|  | Hi,
I'm having trouble using .NET remoting with SharePoint.
I have created a Windows Service and succesfully installed it on my remote
SharePoint...
JBMC
|
05-18-2004 05:50 PM
JBMC | 0 | 15 |
|  | Hi,
How can I register specific channels in my new created AppDomain ?
Dirk Declercq
|
05-18-2004 05:47 PM
Dirk Declercq | 2 | 15 |
|  | How can i know what port was chosen when i create a channel with the value 0?
SoapServerFormatterSinkProvider provider = new...
AT
|
05-18-2004 05:35 PM
Sunny | 1 | 18 |
|  | Hi all
I need help for solving the following problem:
There are 2 executables located on the same computer and
interact by .Net remoting mechanism...
leonid
|
05-18-2004 05:03 PM
Sunny | 1 | 9 |
|  | Hi All,
I am currently learning things about remoting and I am using the "Events
Enhanced" sample from Ingo Rammers book, just for the case, it...
Manfred Braun
|
05-18-2004 04:56 PM
Manfred Braun | 6 | 16 |
|  | I have a program that copies an object to the clipboard which potentially
has references to other objects. Is there any built-in way to have...
Tim
|
05-18-2004 11:36 AM
Eliahu Baker | 1 | 14 |
|  | There are some approaches. But generakky, it's logical problem. Having different server, I expect clients to know how to connect to needed server.
Eliahu Baker
|
05-18-2004 11:31 AM
Eliahu Baker | 0 | 14 |
|  | I'm having trouble with this line:
ChannelServices.RegisterChannel( new HttpServerChannel(8978) );
It generates an error of
"The type or namespace...
Richard Lewis Haggard
|
05-18-2004 10:11 AM
Sunny | 3 | 11 |
|  | I am having a problem with dates and storing them to SQL server.
This problem does not seem to occur when I have disabled remoting and...
Mike Kearl
|
05-18-2004 10:10 AM
Sunny | 5 | 7 |
|  | Dear group,
I'm new to remoting, so I think my questions might be easy.
How can I be informed in the hosting-application that a remoting object was...
Tobias Gansen
|
05-18-2004 10:04 AM
Sunny | 7 | 16 |
|  | Hi all
I am trying to build a distributed caching mechanism using .NET Remoting. I want to be able to cache infrequently changing data at the...
Matt Daley
|
05-18-2004 07:58 AM
Yuancai \(Charlie\) Ye | 1 | 11 |
|  | Hi Gwin,
About GC:
I use them explicitly for their solution for http channels thru proxies
and firewall. I haven't tried their tcp channels.
Also,...
Gwyn
|
05-17-2004 04:09 PM
Sunny | 2 | 13 |
|  | Hey. I have class like this:
Public Class testClass
Inherits MarshalByRefObject
<Serializable()> Public Class Data
Public data1 As String
Public...
Ville Pirhonen
|
05-17-2004 03:54 PM
Chuck | 4 | 12 |
|  | Servername and port ?
Web server?
Look if it can be listed as resource in Active Directory - probably yes -
I've tried similar with SQL...
Bojidar Alexandrov
|
05-17-2004 03:48 PM
Bojidar Alexandrov | 0 | 17 |
|  | hi,
i wrote a tcplistener, who should listen to port 80 as an windows service.
but after i start the service, the service will stop...
Andre
|
05-17-2004 10:58 AM
Sunny | 1 | 14 |
|  | Hi all
I am a newbie to the .Net Remoting programming I have encountered a problem in the ASP.NET app as a remoting client. I know that the server...
Chung
|
05-17-2004 01:10 AM
Sunny | 1 | 17 |
|  | Hi,
I'm new to remoting. I'm trying some remoting with callback. In the server
side for registering the channel I use.
Case...
GobinathP
|
05-16-2004 11:32 AM
GobinathP | 4 | 15 |
|  | I just started playing with .NET remoting.
I read the Microsoft Knowledge Base Article - 312107 (HOW TO: Host a
Remote Object in Microsoft Internet...
AT
|
05-16-2004 09:47 AM
Sunny | 3 | 11 |
|  | Hi everybody
I want to control the serialization process of a certain type of object. I particularly need to know if there is a way to register a...
Houssam Zeina
|
05-15-2004 12:10 PM
Sahil Malik | 6 | 26 |
|  | Hi,
I have an applicaction that user .Net Remoting, Serialization and Reflection. I have been using v1.0.3705 and
the application works fine but I...
Metxtli
|
05-15-2004 11:18 AM
Sunny | 1 | 14 |
|  | Has anybody had a problem with passing strong typed datasets over
remoting? I can pass antyhing to the server object except a strong
typed dataset. ...
AT
|
05-15-2004 11:14 AM
Sunny | 6 | 18 |
|  | I am trying to learn more about .NET Enterprise Services.
1) I have heard and read conflicting accounts as to which is more efficient,
Remoting with...
MR
|
05-15-2004 03:35 AM
Sahil Malik | 1 | 13 |
|  | I am using Remoting to communicate between a Web Service and aRemoting Server. I have two Tcp channels setup forcommunications in each direction. ...
Jim Hamilton via .NET 247
|
05-14-2004 11:47 PM
Marek | 1 | 18 |
|  | I have a console app that host two of my dll's remotely and runs fine,
but doesn't work when I use a Windows service, even if I use the same
config...
AT
|
05-14-2004 04:21 PM
mb | 3 | 14 |
|  | I get the error "No message was deserialized prior to calling the DispatchChannelSink" when I try to...
Roy Chastain
|
05-14-2004 12:23 PM
Roy Chastain | 0 | 50 |
|  | After many woes, I finally managed to get a stack dump of my System
Service (written in C#) that insists on crashing when launched at system
boot...
Per Bergland
|
05-14-2004 05:31 AM
Per Bergland | 0 | 16 |
|  | I have written two windows Apps, one client (to send tasks) and one server
(to execute those tasks). In both apps there is a text box to which I...
WildHare
|
05-13-2004 04:42 PM
Sunny | 3 | 15 |
|  | Hi
I have the application running in three different
boxes(APP,Data,GUI).I should be able to handle the Exceptions in
all(APP,Data,GUI)runs in a same...
AT
|
05-13-2004 03:09 PM
Arjun periannan | 2 | 12 |
|  | Despite everything that has been written about how LifetimeServiceManager on
the remote server eventually "release" the reference to the object so...
Mr071
|
05-13-2004 11:14 AM
Orlin Popov | 5 | 15 |
|  | Hi,
I'm trying to get event callback from a remote object.
I'm able to get the callback. But in the callback if I try to access the
server again...
GobinathP
|
05-13-2004 11:14 AM
Allen Anderson | 1 | 17 |
|  | Hi,
Currently I'm developing a client server application. The serverapplication is running with IIS as activation agent. The clientis a windows...
aart aarsjes via .NET 247
|
05-13-2004 11:04 AM
Allen Anderson | 3 | 16 |
|  | Hi
For several weeks i've been trying to implement a client serverapp. The server app will be executed behind a NAT router, aswell as the client app...
aart aarsjes via .NET 247
|
05-13-2004 11:03 AM
Allen Anderson | 2 | 15 |
|  | Hi,
I am getting this exception,when I run the client part of my simple remoting application written in C#.
Unhandled Exception:...
Rehman Adil via .NET 247
|
05-13-2004 02:37 AM
Marek | 1 | 27 |
|  | Hi,
Is there something like WSE for .NET Remoting?
Ruslan
|
05-12-2004 06:38 PM
Lucien | 7 | 21 |
|  | I need access to the actual formatter used when serializing. Is there
anyway I can obtain this? Specifically I need to modify the...
Greg Dean
|
05-12-2004 11:56 AM
Sunny | 4 | 18 |
|  | Hi,
I have a problem and I need to know if there are solutions. I want to
use in a server/client application some objects from the server assembly....
Stefan
|
05-12-2004 11:03 AM
Allen Anderson | 5 | 19 |
|  | I have a ASp.NET application which performs a http request to another
web site on the same server but different virtual directory. when i
set...
AT
|
05-12-2004 06:26 AM
Jakob Christensen | 1 | 14 |
|  | Hi,
I need the help on how to implement the Service Component on a separate com+
Server and how to call the component from the Client using...
K. Vijay Anand
|
05-12-2004 02:03 AM
K. Vijay Anand | 0 | 18 |
|  | I am currently doing some CS research that requires to collect some "web
page retrieval latency" statistical data. Basically I have a list of...
Joannes Vermorel
|
05-11-2004 12:57 PM
Joannes Vermorel | 1 | 18 |
|  | hi there,
i marshal a remote object like that:
RemotingServices.Marshal(obj);
then i use and when i want to disconect i do the...
juergen doubrawa
|
05-11-2004 12:06 PM
juergen doubrawa | 2 | 18 |
|  | Hi All,
I expose some methods of AAA.dll via remoting. AAA.dll has internal
references to BBB.dll and CCC.dll.
My client connects to AAA.dll via...
Kris
|
05-11-2004 11:29 AM
Allen Anderson | 2 | 15 |
|  | how can i debug a remote object that runs under a custom host (i.e. not
IIS/Http). is it possible to attach a debugger to it? or at least output...
MR
|
05-11-2004 04:49 AM
AT | 3 | 11 |
|  | I have a remoting service that exposes functionality of a COM object that is
not thread-safe. Therefore I am using a WaitHandle class...
Jon Lipp
|
05-10-2004 04:47 PM
Allen Anderson | 9 | 19 |
|  | Is there a way to get to the internals of LeaseManager and inspect the table
to remoted MarshalByRefObject references? I need to know when there...
Mr071
|
05-10-2004 02:03 PM
Sunny | 3 | 13 |
|  | I'm trying to get a basic NTP Time Sync program working (http://www.codeproject.com/csharp/ntpclient.asp?df=100&forumid=2012&exp=0&select=644865). I...
sandman
|
05-10-2004 12:47 PM
Allen Anderson | 2 | 13 |
|  | hi everyone,
i'd like to show my problem with a like example.
my client gets a reference for example like...
juergen doubrawa
|
05-10-2004 12:45 PM
Allen Anderson | 5 | 7 |
|  | namespace Test
{
using System;
using R=System.Runtime.Remoting;
class GlobalEntryPoint
{
static void Main(string args)
{
ICloneable
Lostinet[MS DOTNET MVP]
|
05-10-2004 12:04 PM
Sunny | 3 | 13 |
|  | I would like to restrict the access (from the server side) of MyRemoteObject
: MarshalByRef to a specific list of clients (i.e. a whitelist of...
Joannes Vermorel
|
05-10-2004 10:56 AM
Allen Anderson | 9 | 15 |
|  | Hi,
I'm using a .exe to (C# windows form application) to host a remote object
(via TcpChannel). When trying to call the remote object from a...
Michael Bachar
|
05-10-2004 10:50 AM
Allen Anderson | 2 | 23 |