[Mono-aspnet-list] XSP build is broken. Enum.TryParse in .Net 2.0 only code

2013-06-11 Thread Jordan Earls
It would appear that this commit: https://github.com/mono/xsp/commit/50fc16b9644263e08164164abec2c74ed6d672a3broke the XSP build on my system, using Mono 3.0.7-1 on Arch Linux. Upon doing `make`, I get GMCS /out:fastcgi-mono-server2.exe ./main.cs(416,13): error CS0117: `System.Enum' does not

Re: [Mono-dev] sub-process invocation on posix

2013-06-11 Thread Ian Norton
Excellent Thanks! On 11 June 2013 01:59, Greg Najda gregna...@gmail.com wrote: The Windows CreateProcesshttp://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspxfunction takes command line arguments as a single string. This detail leaked into the .NET Process

[Mono-list] problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

2013-06-11 Thread meab_mike
Hi I'm trying to run a windows executable on ubuntu 12/04 with mono 2.10.8.1 and am getting an exception. I'll only post the top of the stacktrace so as not to add too much clutter: X11 Error encountered: Error: BadRequest (invalid request code or no such operation) Request: 153 (19)

Re: [Mono-list] mkbundle and cross compiling for ARM

2013-06-11 Thread markcoburnwa
Thanks, that is helpful to know about. However, according to the mkbundle.cs source file, it defaults to using the linux style and that style matches what is being generated when I run mkbundle. So it seems that mkbundle is not supported in my scenario. -- View this message in context:

[Mono-list] Building Mono 3 on SLES11

2013-06-11 Thread Mat Arge
Hello! Has anyone succeeded in building the mono-core-3.0.4-0.src.rpm from http://download.mono-project.com/archive/ on SLES11? I always get the strange configure error configure: error: Cross compiling is not supported for target i586-suse-linux- gnu regards Mat

Re: [Mono-list] mkbundle and cross compiling for ARM

2013-06-11 Thread Jonathan Pryor
On Jun 11, 2013, at 10:00 AM, markcoburnwa mcob...@globalscape.com wrote: Thanks, that is helpful to know about. However, according to the mkbundle.cs source file, it defaults to using the linux style and that style matches what is being generated when I run mkbundle. Indeed; I should have

Re: [Mono-list] how to run applications using mono framework instead of .NET framework on windows

2013-06-11 Thread Jonathan Pryor
On Jun 11, 2013, at 5:16 AM, ishmeet ishmeet.bha...@jci.com wrote: Now I want to ensure that when I debug my dll's they run using mono framework and not .NET framework. Is there a way to do that. Use Mono's embedding API to execute your .dll's: