Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet remoting > february 2004 > threads for february 22 - 28, 2004

Filter by week: 1 2 3 4

Bi-directional ServerObj <--> ClientObj with SAO on same computer
Posted by RJ at 2/28/2004 8:40:25 AM
I have been struggling with a remoting implementation, where I want bi-directional communication between one server object and one remoting client. I have a SAO, whose methods are working properly when called from the remoting client application, which runs on the same computer. I add an eve...more >>


Re: Attempting to remote a usercontrol
Posted by Chris Ellis at 2/27/2004 2:41:31 PM
Hi all, Thank you kindly, Sunny. That was an angle that didn't even cross my mind. Ok, so I re-designed my entire project (luckily it's just a proof-of-concept test project, so that wasn't too terribly hard). I re-fitted the thing to have a UserControl in a dll that has no code to cont...more >>

Passing SqlTransaction by ref to remoting server
Posted by Philip Martin at 2/27/2004 2:26:06 PM
I have a remoted object which supports the following interface PostReport(Report rp, SqlTransaction xa My client gets a connection to our database, gets a transaction and performs several operations It then makes the call to our remoting server on another machine and passes is the Report rp, whi...more >>

Activating a SAO in IIS without any client access
Posted by dinesh336 NO[at]SPAM hotmail.com at 2/27/2004 1:29:50 PM
Hi! I have a Singleton SAO that needs to be up and running all the time. The problem is SAOs are not activated until the first client makes contact. How do I get around this issue? If I host it in a windows service I could probably have the onStart() call a dummy method in SAO, but I would ...more >>

A zombie remote object ?
Posted by Monica at 2/27/2004 12:03:42 PM
A zombie remote object? I have a console application that hosts a remote object. Case a) When I Ctrl-C this host and the client request something from this remote object, the client wait forever or until a Ctrl-C. example: ... ObjMgr = (IObjManager) Activator.GetObject(typeof(IObjMan...more >>

how can I know which remote objects are running on a host ?
Posted by Monica at 2/27/2004 11:21:36 AM
Thanks in advance. ...more >>

Client Activated .Net Remoting
Posted by Chew at 2/27/2004 10:39:21 AM
Hi, I'm aware that there are two methods to create a remote object, either server activated or client activated. I managed to get the server activated method to work but couldn't figure out how to code the client activated method. Can anyone post the client and server code (C# or VB) for the c...more >>

Unregister channel registered using configuration file
Posted by cjohns NO[at]SPAM telkomsa.net at 2/26/2004 11:24:15 PM
I'm trying to unregister a channel which was registered using a configuration file (using RemotingConfiguration.Configure). I can't use ChannelServices.Unregister(mychannel), because I do not have a channel object because I did not register it manually. I could use: IChannel this_channel = ...more >>



.NET Remoting or COM+ ??
Posted by Grzegorz Sakowski at 2/26/2004 3:32:28 PM
HI Preliminary conditions: Three-tier application Database: MS SQL Server 2000 Business tier (application) works on MS Windows Server 2000 User interface: windows forms and/or internet browser Used tools: VS.NET 2003 Prof (C# preferred) Visual FoxPro 8.0 Access 2002...more >>

i need people to join my new workspace at gotdotnet.com
Posted by Paul Fi at 2/26/2004 2:24:22 PM
any one who has very good background or have worked with .Net Sockets, building TCP Servers and is familiar with .NET remoting and ASP.NET Web services can reply to this message or email me so we can discuss about a new workspace at gotdotnet.com for the project that im planning *** Se...more >>

.NET and McAfee
Posted by Chris Koiak at 2/26/2004 9:03:03 AM
Are there any known issues with .NET and McAfee. Currently I have a windows service (which access a lot of files) written in .NET which uses Remoting. However I am seeing errors while its running on machines with McAfee installed. e.g. System.NullReferenceException: Object reference no...more >>

Dumb beginners questions
Posted by bodzaxx NO[at]SPAM hotmail.com at 2/26/2004 5:39:51 AM
I guess I just don't get all of the concepts yet: I've come from a VB/COM/MTS background where you write a class library type application, compile it and drop it into MTS, where you export a type library (proxy definition) which is used so the client can connect to the remote class library hoste...more >>

XML and schema
Posted by Chris Wagner at 2/25/2004 7:58:42 PM
how do i validate a xml file with a schema using VB.net or C#? thanks ...more >>

Delegates, Client-side Events and Remoting
Posted by ecsmith NO[at]SPAM spu.edu at 2/25/2004 3:20:52 PM
Hi, I have an architecture issue. If someone could tell me if Remoting supports this and what the best approach would be, it'd be a tremendous help. Ideally, I need a layer of delegation between the proxy class instance on the client and the server. I'd like to be able to raise events on t...more >>

Throwing exceptions in constructors using .NET remoting
Posted by Kurt Haas at 2/25/2004 2:11:05 PM
I have a problem with .NET remoting. I am using client activated objects. If the constructor for such an object throws an exception, the exception doesn't get back to the client. Instead, I get "Exception has been thrown by the target of an invocation." If I throw the same exception in any other met...more >>

Whats the difference?
Posted by Stephen Barrett at 2/25/2004 12:19:56 PM
Lets say I have a remoted business logic object with a method called RestoreSettings. The RestoreSettings method takes 3 args; an int to specify a key id, and 2 different custom serializable objects. The purpose of the method is to do a few queries on a database and build the 2 custom seria...more >>

ces_?
Posted by ya1000 at 2/25/2004 7:36:05 AM

whats wrong here?
Posted by Edward at 2/25/2004 12:45:45 AM
Wanted to learn a bit of remoting. Thought I'd start with something really simple but I cannot get even the basics to work. 'Remoted Object namespace ServerApp { public class Interface : MarshalByRefObject { public Interface() { Console.WriteLine("created"); } ...more >>

Newb to remoting
Posted by Walter Draffin at 2/24/2004 9:27:38 PM
Hi all, I need some direction in a project that I'm working. First off I need to know if remoting is what I need to be using and secondly if it is, can somebody point me in the right direction. My goal: Send encrypted information over the Internet to a server or servers. The server(s) th...more >>

WSE or Remoting?
Posted by Reason at 2/24/2004 6:26:09 PM
What direction is Microsoft taking - should I be building applications using WSE or remoting. There is a lot of talk of moving towards a services orientated architecture. Does this mean the end of remoting HELP!...more >>

Remoting calls problem!
Posted by Mats-Erik Grundh at 2/24/2004 4:14:45 PM
Remoting calls problem! I have problem with remoting calls, sometimes the application "locks" about 2 minutes when i call the server before it releases the remoting call and everything is normal again. Sometimes the application just ends without any exception. Problem code: Client remoti...more >>

"Requested service not found" from singleton in new AppDomain...
Posted by James R Carroll at 2/24/2004 11:45:18 AM
I am trying to improve RPC performance by creating mutiple server instances for my clients to connect to on demand. I do this by creating a new server on a new port in a new application domain once the current server has reached a certain client limit and give the client a new URI. The new se...more >>

Remote on remote
Posted by ItsSnowingOutside at 2/24/2004 4:26:06 AM
I am trying to host a remote object that consumes another remoted object I am using the RemotingConfiguration.Configure method to setup both configurations and while the first remoting setup succeeds the second one fails. I get no entries from the WellKnownClientTypeEntry method so it seems that t...more >>

Remoting CAOs - Permission Problems
Posted by George Jordanov Ivanov at 2/24/2004 12:03:55 AM
Hi, I have permission problems instantiating CAOs. I am running .NET Framework 1.1 (Visual Studio .NET 2003). The server registers a TCP channel, where it exposes a CAO. The client on the other side tries to activate the CAO. An exception occurs on the following line: m_Server = (MyByRefOb...more >>

WSE 2.0
Posted by REason at 2/24/2004 12:01:08 AM
Does anyone know what the future strategy is for remoting given the push WSE is getting? Should I be looking at focusing on services rather than remoting Any thoughts welcome...more >>

Socket Exception in Remoting Application
Posted by deepalk NO[at]SPAM sabretch.com at 2/23/2004 11:00:11 PM
Hi , I have developped a Simple Remoting Example. Now my problem is I'm hosting a Remote Object in a Console Application.When I run that application it starts and hosts the Remote Object and clients also can connect to the Remote Object and Commiunicate. But after disconnecting the Clie...more >>

Cleanup issue
Posted by Johan Karlsson at 2/23/2004 4:13:40 PM
Hi! I'm sure this have been discussed before but I could find any simular issue here. I have a remote object called "Site". This objects overrides GetLifetimeService() and returns null to make sure it lives forever. (almost). But on rare occations I would like to unload this object and l...more >>

Attempting to remote a usercontrol
Posted by Chris Ellis at 2/23/2004 3:47:09 PM
Hi all, I'm beginning to think I already know the answer to this question, but I'm not giving up hope yet :o) I'm trying to remote a user control. It seemed like it ought to be easy enough since it derives from MarshalByRefObject. The idea was to export the usercontrol from a server a...more >>

Performance question
Posted by Harry at 2/23/2004 3:01:09 PM
I'd like to know what those who have tested the following think performance wise - remotin - serializing the object and sending it directly to the serve Which one is faster if there's one I understand that things will be very different depending on the object passed - so let's say for an obje...more >>

Problem in the DMZ
Posted by Goncalo at 2/23/2004 1:11:08 PM
Hi I'm having problem with .Net Remoting when I invocate an Remote Object from the DMZ On the Intranet it works fine, but when I put the client on the DMZ, it doesn't work Is it the firewall that is blocking I get a HTTP 401 Error - UnAuthorized Acces Thank's in advance Goncalo...more >>

proxying an object for intersept methods call
Posted by yamil at 2/23/2004 11:16:08 AM
I´m just using my proxy implementation using .Net Remoting ,but for proxy an object I must declare an interface(s) with all the method that I want to intercept calls an the target object must implement it. I try to do it without implement the interface(s) with attributes in all methods that I want ...more >>

Remoting Serialization Problems
Posted by Steve Severance at 2/22/2004 8:36:06 PM
i have a class that is serializable. When I serialize and deserialize manually it works fine but when remoting does it, it bombs. I have not been able to find anything about this error yet "Parse Error, no type associated with Xml key a2 .Patient MedWizardBaseClassLibrary, Version=1.0.1513.41847, ...more >>

Workflow in ASP.NET ?
Posted by Paul at 2/22/2004 9:52:38 AM
Hi. I asked this one before without any response, but I'll give it ago. In Commerce Server they have a pipeline editor which runs a series of components, the main drawback is that it doesnt support strong names or any web-interface programming, so changes need to be made from the admin uti...more >>


DevelopmentNow Blog