On Tue, May 25, 2010 at 10:31 AM, xplicit <s...@ngs.ru> wrote:
>
> For me it does not matter, which debbuger to use. I just want to have the
> ablity to debug my applications in monodevelop with the latest mono. I tried
> to debug mono 2.7 application in monodevelop 2.2 without compiling and
> installing debugger, but I got the error:
>
> System.Runtime.Remoting.RemotingException: Tcp transport error.
>
> Server stack trace:
>  at System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
> (System.IO.Stream networkStream, System.Byte[] buffer) [0x00000]
>  at
> System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage
> (IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
> requestStream, ITransportHeaders& responseHeaders, System.IO.Stream&
> responseStream) [0x00000]
>  at
> System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage
> (IMessage msg) [0x00000]
>
> Exception rethrown at [0]:
>  ---> System.Runtime.Remoting.RemotingException: Connection closed
>  at System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.StreamRead
> (System.IO.Stream networkStream, System.Byte[] buffer, Int32 count)
> [0x00000]
>  at System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
> (System.IO.Stream networkStream, System.Byte[] buffer) [0x00000]
>  --- End of inner exception stack trace ---
>  at System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
> (System.IO.Stream networkStream, System.Byte[] buffer) [0x00000]
>  at
> System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage
> (IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
> requestStream, ITransportHeaders& responseHeaders, System.IO.Stream&
> responseStream) [0x00000]
>  at
> System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage
> (IMessage msg) [0x00000]
>
> this is was the reason why I try to compile debugger with mono 2.7

You got this message from running the debugger?

I can see how something like that could happen if you used an old
version of MDB with MD... but it shouldn't happen with the soft
debugger. Do you have the menu option "Run->Run with->Mono Soft
Debugger"?

-- 
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to