[Mono-dev] Mono and dotConnect

2011-07-26 Thread APS
Hi there, looking at http://www.mono-project.com/Oracle we can read that dotConnect for Oracle is an alternative to System.Data.OracleClient but, as stated here http://www.devart.com/forums/viewtopic.php?t=20012sid=6a67c8ca2658431f2a36e9cf23f62217 dotConnect for Oracle supports Mono only in

[Mono-dev] ORA-01406: fetched column value was truncated

2011-07-26 Thread APS
Hi, reading BLOB data from an Oracle DB I obtain the following error: ORA-01406: fetched column value was truncated at System.Data.OracleClient.Oci.OciStatementHandle.Fetch () [0x0] at System.Data.OracleClient.OracleDataReader.Read () I searched and I found this bugreport

[Mono-dev] Compiler crashes

2011-07-26 Thread keks-n
$ gmcs lol.cs Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at Mono.CSharp.TypeParameterInflator.Inflate (Mono.CSharp.TypeSpec type) [0x0] in filename unknown:0 at Mono.CSharp.InflatedTypeSpec.InitializeMemberCache (Boolean

Re: [Mono-dev] Compiler crashes

2011-07-26 Thread Alex
Hi, You probably should include information about which version you're using and under what environment. Regards, Alex On Tue, Jul 26, 2011 at 12:50 PM, keks-n kek...@gmail.com wrote: $ gmcs lol.cs Unhandled Exception: System.NullReferenceException: Object reference not set to an instance

Re: [Mono-dev] Compiler crashes

2011-07-26 Thread keks-n
Sorry, I've forgotten about it. $ mono --version Mono JIT compiler version 2.10.2 (tarball Thu June 30 20:35:21 UTC 2011) Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll

Re: [Mono-dev] Remote debugging a Mono application

2011-07-26 Thread Alex
Hi, Check the arguments to --debug. They allow running the debugger agent on a socket. Regards, Alex On Tue, Jul 26, 2011 at 3:37 PM, Thomas Müller tho...@m-tom.de wrote: Hello, is there a way to debug a Mono application running on a different machine? In may special case, this would be on

Re: [Mono-dev] Compiler crashes

2011-07-26 Thread Marek Safar
Hi, Could you please fill C# compiler bug report Thanks Marek $ mono --version Mono JIT compiler version 2.10.2 (tarball Thu June 30 20:35:21 UTC 2011) Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV:

Re: [Mono-dev] Mono and dotConnect

2011-07-26 Thread Daniel Morgan
Have you considered using ODBC? From: APS dev.ma...@apsystems.it To: mono-devel-list@lists.ximian.com Sent: Tuesday, July 26, 2011 4:55 AM Subject: [Mono-dev] Mono and dotConnect Hi there, looking at http://www.mono-project.com/Oracle we can read that