Re: [Mono-dev] XmlException : DocumentType cannot be imported.

2011-05-19 Thread Vincent DARON
Hi Not even time to create the bug report ! Thanks a lot Vincent Le 19/05/11 06:18, Atsushi Eno a écrit : Hello, importNode() on DocumentType is invalid in DOM Level 2 Core specification[*1], that's why it had been rejected. It can be now imported in git (master and mono-2-10). [*1]

Re: [Mono-dev] compiling (2.10.2) on a beagleboard-xm running Ubuntu

2011-05-19 Thread FlorianWagner
Hello Dennis, this week, I tried to compile the mono runtime 2.10.2 for a proprietary linux platform. The runtime itself was running (at least I could run mono --help), but, I have not been able to run .NET programs. The program crashed before reaching the actual .NET code. I also tried mono

Re: [Mono-dev] Platform independence of mono assemblies

2011-05-19 Thread Jonathan Pryor
The perfect is the enemy of the good - Voltaire On May 18, 2011, at 5:53 PM, Christian Krause wrote: In Fedora, the assemblies are treated as architecture-dependent and so they (including the GAC) are put into %{_libdir} which is /usr/lib64 on x86_64 systems. However, it seems to be

Re: [Mono-dev] Using SslStream

2011-05-19 Thread jpros
Sorry for revive this thread, but I'm having the same problem. I'm using CentOS with mono 2.10.2 as server and Windows XP as client. My Code Socket socket = tcp.AcceptSocket(); X509Certificate certificado = X509Certificate.CreateFromCertFile(dg1.cer); ns = new SslStream(new

Re: [Mono-dev] Using SslStream

2011-05-19 Thread Sebastien Pouliot
On Thu, 2011-05-19 at 07:12 -0700, jpros wrote: Sorry for revive this thread, but I'm having the same problem. I'm using CentOS with mono 2.10.2 as server and Windows XP as client. My Code Socket socket = tcp.AcceptSocket(); X509Certificate certificado =

Re: [Mono-dev] compiling (2.10.2) on a beagleboard-xm running Ubuntu

2011-05-19 Thread Dennis White
Maybe I will try 2.8.2 again... I was running into compile issues (think it was my sandbox config) and gave up on it and instead moved to 2.10.2 where I was having better luck getting it at least compiled and built. My problem is identical to yours... I can run mono (mono --help) with no help

Re: [Mono-dev] Platform independence of mono assemblies

2011-05-19 Thread Christian Krause
Hi Jonathan, thank you very much for the answer! Here are a couple of follow-up questions: On 05/19/2011 03:46 PM, Jonathan Pryor wrote: On May 18, 2011, at 5:53 PM, Christian Krause wrote: As far as I know this decision was based on a statement from the mono developers ([1]), that although

Re: [Mono-dev] WebConnectionStream.Read() timeout downloading large files with Mono 2.10.1

2011-05-19 Thread Tom Philpot
One other note: I was also able to reproduce this on using the latest tarball of Mono 2.10.2 on a quad-core Xeon running Windows 7, but only 1 out of 4 attempts. From: Tom Philpot tom.phil...@logos.commailto:tom.phil...@logos.com Date: Thu, 19 May 2011 08:50:27 -0700 To: