Re: [Mono-dev] Mono 3 insert quotation marks instead of special chars in SQL Server

2014-01-10 Thread APS
While mailing-list system was offline I've done some further investigation. The problem is during creation of RPC Call. It use tdsParameter.GetBytes method that make an Encoding.Default.GetBytes. As the default Encoding is US ASCII avery special char is converted into a quotation mark. I've

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
What version of mono, and what architecture are you running this on? On 07/01/14 16:20, Greg Young wrote: Interesting issue came up today. All code works fine when run with mono regularly. However when we statically link mono and put the system under pressure we end up getting a SIGABRT on a

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
This 64bits-only bug could be the culprit: https://bugzilla.xamarin.com/show_bug.cgi?id=14834 It's fixed already in master branch. Try master. On 10/01/14 11:34, Andrés G. Aragoneses wrote: What version of mono, and what architecture are you running this on? On 07/01/14 16:20, Greg Young

Re: [Mono-dev] (no subject)

2014-01-10 Thread James Nugent
Thanks, I'll try this today. Cheers, James On 10 Jan 2014, at 10:42, Andrés G. Aragoneses kno...@gmail.com wrote: This 64bits-only bug could be the culprit: https://bugzilla.xamarin.com/show_bug.cgi?id=14834 It's fixed already in master branch. Try master. On 10/01/14 11:34,

Re: [Mono-dev] (no subject)

2014-01-10 Thread James Nugent
It's mono 3.2.4, running on an x64 Intel NUC - the errors occur on the same machine as it was compiled on. (I'm working on the same project) Cheers, James On 10 Jan 2014, at 10:34, Andrés G. Aragoneses kno...@gmail.com wrote: What version of mono, and what architecture are you running

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
If it still crashes with master, run it with gdb and obtain a backtrace, and attach it to a bug report. On 10/01/14 11:43, James Nugent wrote: Thanks, I'll try this today. Cheers, James On 10 Jan 2014, at 10:42, Andrés G. Aragoneses kno...@gmail.com wrote: This 64bits-only bug could

Re: [Mono-dev] DllImport(__Internal) and libMonoPosixHelper static build

2014-01-10 Thread mobin.seven
Robert Jordan wrote Your custom loader is supposed to support dlopen(NULL) and your linker must be able to export public symbols. See ld's --export-dynamic option. Thanks Robert In my case loader is not custom and supports dlopen(NULL) and I'm using mkbundle. -- View this message in

[Mono-dev] WIF support for Mono

2014-01-10 Thread Vijay
Hi all, Thank you for the mono support. There is a need for me use WIF for authentication in my project I am doing. I understand currently it's not supported. Is there any plan for it's support in near future? Anytime you are planning to bring it out? Cheers, Vijay

[Mono-dev] Access Windows share as my C# application runs on Linux under mono

2014-01-10 Thread shoeb.shaikh
I am writing an application to transfer files over the network. I hit a roadblock when my application runs on Linux (under mono and normal user) I try to access a file on the network (present on a windows file share) I keep getting a FileNotFoundException coz the shared path \\hostname\dir\file