HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss in the Dotnet Framework (Remoting) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Remoting) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello I am working on .Net Remoting application with three project in the solution as below. I am getting "Specified cast is not valid." on the UI...
John Lee
05-10-2004 10:46 AM
Allen Anderson Go to last post
2 23
Changing the Hashtable to pass a primitive like int, string, etc. works but the struct doesn't want to work. What is wrong? Error...
A. Burch
05-10-2004 10:25 AM
Allen Anderson Go to last post
2 18
Hi, how can I verify wether the TransparentProxy object returned by someVariable = RemotingServices.Connect( typeof( Interface ), anyServerURI ) as...
Tobias
05-08-2004 12:38 AM
Lostinet[MS DOTNET MVP] Go to last post
1 12
Hi, how can I verify wether the TransparentProxy object returned by someVariable = RemotingServices.Connect( typeof( Interface ), anyServerURI ) as...
Tobias
05-07-2004 04:50 PM
Tobias Go to last post
5 14
Hi, I'm kind of new in remoting. Can a remoting object interact with host application? For example: I want to use C# windows form application...
Michael Bachar
05-07-2004 02:36 PM
Roman Kiss [MVP] Go to last post
4 12
We're using .NET remoting hosted under IIS but we're running into problems with the server shutting down the ASP.NET worker process unexpectedly....
Ken Kolda
05-07-2004 01:56 PM
Ken Kolda Go to last post
2 15
I'm trying to remote a Hashtable (object key, object value). If I make the object value another Hashtable which has a key and a Struct which is made...
A. Burch
05-07-2004 11:37 AM
Sunny Go to last post
3 19
Thanks for your reply. I am already doing the very same thing, where I monitor all threads, regardless of who created them, as they cross context...
Mr071
05-07-2004 09:43 AM
Sunny Go to last post
2 19
Hello everyone, i can't understand why this doesn't work. I get the following exception, after in try to connect to the server. "The underlying...
juergen doubrawa
05-07-2004 08:25 AM
juergen doubrawa Go to last post
2 16
Hi there, I am trying to create shortcuts to a desktop and to a Start->Programs menu from a C# client talking to a server (using .NET Remoting) that...
Natalia DeBow
05-06-2004 02:31 PM
Natalia DeBow Go to last post
0 18
I have a method of a class that derives from ServicedComponent which takes a Type as a parameter. When I call the method I get the following...
Richard Bell
05-06-2004 10:40 AM
Sunny Go to last post
3 13
I am currently having problems to implement the overriden method ProxyAttribute.CreateInstance. How can I instanciate directly an object decorated...
Joannes Vermorel
05-06-2004 12:15 AM
Lostinet[MS DOTNET MVP] Go to last post
2 12
Hi, I need send UDP or TCP package from PC1 to PC2 without configure proxy 2. It is posible ?? PC1 -------> Proxy1 -------> Interent ------> Proxy 2...
Fabian Brussa
05-05-2004 11:53 PM
John Edwards Go to last post
3 19
Hi Anna, Yes you can. Method #1 You would want to use HTTP Channel more then likely on your server machine(The one thats behind the firewall)(...
John Edwards
05-05-2004 11:49 PM
John Edwards Go to last post
0 12
I have two .NET processes, RemotingHost and RemotingClient. RemotingHost exposes a server activated live forever object called RemoteClass which is...
Andrew Roberts
05-05-2004 02:07 PM
Sunny Go to last post
5 8
Hi , Is this a bug ? If not , can any one tell me how to resolve it please ? namespace Test { using System; using System.Runtime.Remoting; using...
Lostinet[MS DOTNET MVP]
05-05-2004 05:32 AM
Lostinet[MS DOTNET MVP] Go to last post
2 13
Hi, I have found a way (in Don Box's book) to Intercept all calls to method of a class using Proxies.ProxyAttribute, actually class which derives...
almir
05-04-2004 04:21 PM
Roman Kiss [MVP] Go to last post
1 25
First release of NGrid (called "NGrid.Mock v0.0") Please have a look the project page: http://ngrid.sourceforge.net/ Summary: NGrid is a C# open...
Joannes Vermorel
05-04-2004 02:40 PM
George Economos Go to last post
2 14
All: I know that the XmlSerializer will not, by default, serialize private fields in a class. Is there an attribute that can be applied to private...
Bill Davidson
05-04-2004 01:14 PM
Matt Berther Go to last post
4 9
Hi We're working on a couple of EXEs (one of them built in .NET, the other one is unmanaged) and we need to enable cross-process communication...
Javeriano
05-04-2004 12:36 PM
Javeriano Go to last post
3 18
I implemented a bi-directional socket channel, it works great on Frame 1.0. I recompiled all the assambies with VS .net 2003 and run on Frame...
msnews.microsoft.com
05-04-2004 11:58 AM
Allen Anderson Go to last post
1 11
Hello everybody, I want to ask what is the best way to tansfer DataSets (or any object ) in a local network ? Webservice or remoting ? Or any...
Stefan Rosi
05-04-2004 11:43 AM
Sunny Go to last post
7 15
I have a business objects dll (VB.Net Project) on my server containing multiple classes. I want to share these to multiple clients using remoting. I...
AT
05-04-2004 10:00 AM
Sunny Go to last post
1 10
I have a little unusual application. It consists of two well known objects (in projects of .dll "class library" type) shared between three .exe...
Eugene Lerner
05-04-2004 09:06 AM
Eugene Lerner Go to last post
0 17
Hi, I have a windows service hosting my remote object. This is object of my scheduler class and it creates threads for the tasks to perform. When...
mirek
05-04-2004 09:00 AM
Yuancai \(Charlie\) Ye Go to last post
4 18
Hi, I'm glad you have fixed the problem But I'm still curious why do you have 2 formatters. Sunny In article...
Jevelson
05-03-2004 06:36 PM
Jevelson Go to last post
6 13
Hi group, I am a remoting newbie. What I would like to have and cannot find is a very simple, very basic "Hello World" type of sample/tutorial...
Jan Roelof de Pijper
05-03-2004 11:48 AM
Allen Anderson Go to last post
4 16
Hello I need to interop with a TCP socket based java program that is expecting the EndOfStream signal from my TcpClient (.NET client). I don't see...
javatpoia
05-03-2004 10:25 AM
William Stacey [MVP] Go to last post
1 9
Hi, I?m trying to run a .Net server application from a client.Installing and running the application on the client machine itworks just fine but...
Sivan Rosner via .NET 247
05-02-2004 11:01 PM
Allen Anderson Go to last post
1 22
Hi, I have a customer object that has a collection of users ie <code> public class Customer { private ArrayList _User = new ArrayList(); public...
AT
05-02-2004 10:46 PM
Allen Anderson Go to last post
3 16
Hi, I am trying to call a .Net remote object from my web service. I am used to the following...
AT
05-02-2004 11:31 AM
Roman Kiss [MVP] Go to last post
3 8
Say I have a singleton object and 5 clients connected to it. If I make a procedure call at the exact same time by all 5 clients, and barring any...
Chris payne
05-01-2004 02:11 PM
Chris Payne Go to last post
9 12
Further to my mail last week I've been playing a bit more with Singletons and remoting and IIS I still can't find a satisfactory way to remove a...
Gwyn
05-01-2004 10:35 AM
Sunny Go to last post
7 8
Hi, Is there any way I can unregister a RemotingServices.RegisterActivatedClientType call? Tales Normando
Tales Normando
04-30-2004 07:02 PM
Sunny Go to last post
3 5
I am trying to use TcpChannel class in my app, but the line using System.Runtime.Remoting.Channels.Tcp is causing the following error The type or...
alex
04-30-2004 03:50 PM
Sunny Go to last post
4 12
I have a typical class factory framework scenerio working using remoting with the class factory hosted inside the IIS process. I now want my...
Richard Bell
04-30-2004 03:48 PM
Sunny Go to last post
1 13
When I run create a windows application in C# and run the below code Remotingconfiguration.config("appname.exe.config") my application runs fine and...
Priya
04-30-2004 02:32 PM
Sunny Go to last post
1 10
Hi, I have read somewhere that there is a registry setting for the timeout. It is not related to .net or remoting. It's windows thing. Sunny gwyn...
Sunny
04-30-2004 02:07 PM
Sunny Go to last post
0 6
Hi I am new to .net remoting. I don't know COM/DOM, RMI, CORBA either I would like to know, how to run an exe file that is located on a remote...
cnu
04-30-2004 01:08 PM
Allen Anderson Go to last post
1 16
Hi I have an application with which works on remoting. The client is built on 1.1 and server on 1.0. When I try to pass a custom collection object...
MMK
04-30-2004 01:02 PM
Allen Anderson Go to last post
1 8
this is likely the famous typefilterlevel exception. When you try to pass anything other than basic .net types you need to up the typefilterlevel to...
Allen Anderson
04-30-2004 12:54 PM
Allen Anderson Go to last post
3 10
During search I found a channel configuration property (look at the...
Mustafa Ahmad Malik
04-30-2004 09:16 AM
AT Go to last post
1 16
I am new to remoting and even after reading Ingo Rammers Advanced.Net Remoting book seem to be struggling. The dll that I am trying to create a...
AT
04-30-2004 03:46 AM
Dan Kelley Go to last post
3 13
Hello, where do I get the name of DLL that contains class implementing ITaskScheduler interface - I would like to import it into my C#. The class's...
Sean Z
04-29-2004 10:46 PM
Sean Z Go to last post
0 19
correct! I think that one of the problems with remoting was that they decided to change it even before finishing it. Their heads switched to...
Brian
04-29-2004 06:48 PM
Manuel Costa Go to last post
9 16
Hi, I try to access remote Server Activated Objects. On the host side , I have 2 services called for instance RemoteSrv1 and RemoteSrv2. Those 2...
Nico
04-29-2004 05:23 PM
Nico Go to last post
8 9
I need to run code like this in javascript from a html page. If Not Lifetime.LeaseState.Active Then Dim http As New...
Chris
04-29-2004 01:34 PM
Chris Go to last post
0 16
if you put the object on the server and make it an MBR object, then all the clients can see that object and modify it at will. This would probably...
Matt Danna
04-29-2004 11:04 AM
Allen Anderson Go to last post
6 8
Ok, I came up with a new strategy. Still I have 3 projects. A windows application for the client, a console app for the server, and a class library...
Matt Danna
04-29-2004 10:57 AM
Allen Anderson Go to last post
2 12
I have a remoting application set up where one of my single callserver activated objects returns a dataset. When I run thismethod on the client I...
Jeff Eynon via .NET 247
04-29-2004 09:18 AM
Jeff Eynon via .NET 247 Go to last post
0 11
Post New Thread

Display Options
Showing threads 2851 to 2900 of 4522
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.