Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75447 --- shadow/75447 2005-07-02 20:59:28.000000000 -0400 +++ shadow/75447.tmp.5686 2005-07-02 20:59:28.000000000 -0400 @@ -0,0 +1,59 @@ +Bug#: 75447 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: Suse 9.2 +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: remoting +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: Client cannot attach to remote method + +Description of Problem: + +Given a simple remoting server, that marshalls an object, and a client to +consume it, the client will throw an error when attempting to attach to a +remote method. This code works flawlessly in Windows XP and Windows +2000. + +The code is described here in this article. I saved and compiled it in +Linux/Suse 9.2, as is, from the command line: + +http://support.microsoft.com/default.aspx?scid=kb;en-us;312114 + +I have also sent a copy of the code, as attachments, to the mono-dev +mailing list. + +Steps to reproduce the problem: +1. Compile the server; compile the client. +2. You can run the server and client from different subdirectories, but +you must have a copy of the remoted object (dll) in both. +3. At the command line, start the server. +4. In another terminal session, start the client. + +Actual Results: + +The client throws this error: + +"Couldn't bind to method..." + +Expected Results: + +I should be able to start several clients, which can then communicate via +the server as 'chat clients'. Any message from one client should be +broadcast and appear on all the others. + +How often does this happen? + +Always. + +Additional Information: + +I would attach the code here if I could...why isn't there a link to upload +files in conjunction with this bug report? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
