Re: [Mono-list] mono and .net remoting

2007-04-21 Thread Andreas Färber
Is there a known issue with Bugzilla currently? I've been unable to post a new bug for the last few days. There is always a timeout when submitting the bug form to post_bug.cgi, while querying etc. works fine. It seems to work: http://bugzilla.ximian.com/show_bug.cgi?id=80718 Last time

[Mono-list] mono and .net remoting again

2007-02-06 Thread mirek
hello few days ago i wrote about my problem with .net remoting in mono. one of the advice was to report a bug, but it seems, it's not a bug. so. i'll try to describe the problem. i am trying to create an application, that will have server side and it will communicate with other nodes in the

Re: [Mono-list] mono and .net remoting again

2007-02-06 Thread Robert Jordan
mirek wrote: Unhandled Exception: System.Runtime.Remoting.RemotingException: Cannot cast from client type 'sender.Test, sender, Version=1.0.2593.26378, === Culture=neutral, PublicKeyToken=null' to server type 'remoting.Test'

Re: [Mono-list] mono and .net remoting

2007-02-04 Thread Robert Jordan
Mirek Binas wrote: i created the channel and registered it in the Main() method - one channel for tcp communication for application. no problem, but its not working in the timer. so - i try to create another one in the timer, but also - its not working. all te examples i found on the internet

Re: [Mono-list] mono and .net remoting

2007-02-04 Thread Andreas Färber
Am 04.02.2007 um 18:49 schrieb Robert Jordan: Please file a bug together with a test case at http://mono-project.com/Bugs Is there a known issue with Bugzilla currently? I've been unable to post a new bug for the last few days. There is always a timeout when submitting the bug

Re: [Mono-list] mono and .net remoting

2007-02-04 Thread Robert Jordan
Hi Andreas, Andreas Färber wrote: Am 04.02.2007 um 18:49 schrieb Robert Jordan: Please file a bug together with a test case at http://mono-project.com/Bugs Is there a known issue with Bugzilla currently? I've been unable to post a new bug for the last few days. There is always a

Re: [Mono-list] mono and .net remoting

2007-02-04 Thread Andreas Färber
Hi Robert, Is there a known issue with Bugzilla currently? I've been unable to post a new bug for the last few days. There is always a timeout when submitting the bug form to post_bug.cgi, while querying etc. works fine. It seems to work: http://bugzilla.ximian.com/show_bug.cgi?id=80718

[Mono-list] mono and .net remoting

2007-02-03 Thread Mirek Binas
hello i am trying to create a distributed application and for communication between the nodes i found .net remoting should be very useful. so - i started to learn something, trying and - it's working. but - the examples in the tutorials of course ;) so - whats the problem: the nodes will be