[Mono-dev] what about Mono on large app

2012-10-16 Thread karim
I want to ask if mono support large applications because i know from some one that it is not more powerful in such that case -- View this message in context: http://mono.1490590.n4.nabble.com/what-about-Mono-on-large-app-tp4656954.html Sent from the Mono - Dev mailing list archive at

Re: [Mono-list] Problem with LLVM + AOT

2012-10-16 Thread mridoni
2012/10/15 Rodrigo Kumpera [via Mono] ml-node+s1490590n4656970...@n4.nabble.com Hey, Can you try it with --aot=asmwriter? Same result: debian:~/test# mono --llvm --aot=asmwriter test.exe Mono Ahead of Time compiler - compiling assembly /root/test/test.exe * Assertion at

Re: [Mono-list] MVC3 project on Mono 2.11.4 - problems

2012-10-16 Thread Nicklas Overgaard
Hi Rhys, Thanks for the response, I was hoping it was a bit simpler, but I'll dive into it when I get some time :) BR --- Nicklas Overgaard On Tue, Oct 16, 2012 at 7:26 AM, ick...@bigpond.com wrote: I see that the source code lives in the external/aspnetwebstack folder,but there is no

[Mono-list] Mono x64 issue

2012-10-16 Thread Francois Schelling
Hi, I'm currently trying to make mono works with an x64 application under Windows. My app works perfectly in Win32/x86, but when switching to x64, I've got the following error when launching my app: The application was unable to start correctly (0xc07b). Click ok to close the

Re: [Mono-list] Mono x64 issue

2012-10-16 Thread Robert Jordan
On 16.10.2012 16:14, Francois Schelling wrote: I've created a 64 bits version of my mono.lib in order to make my program links correctly with mono using the following command: lib /nologo /def:mono.def /out:mono64.lib /machine:x64. The official Mono for Windows is 32-bit only, so creating a

[Mono-list] monologue blogs

2012-10-16 Thread Ian Norton
Hello all I was wondering, how do blog feeds get added to http://www.go-mono.com/monologue/ ? My blog posts about debian packages might be useful to more people. Cheers, Ian ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] monologue blogs

2012-10-16 Thread Simon Lindgren
2012/10/16 Ian Norton ian.norton-bad...@thales-esecurity.com Hello all I was wondering, how do blog feeds get added to http://www.go-mono.com/monologue/ ? My blog posts about debian packages might be useful to more people. There is a git repository here: https://github.com/mono/monologue

Re: [Mono-list] monologue blogs

2012-10-16 Thread Jonathan Pryor
On Oct 16, 2012, at 11:40 AM, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: Hello all I was wondering, how do blog feeds get added to http://www.go-mono.com/monologue/ ? My blog posts about debian packages might be useful to more people. If you have permission to commit to the

Re: [Mono-list] NuGet struggles

2012-10-16 Thread Andres G. Aragoneses
On 16/10/12 11:55, Weeble wrote: I'm having trouble with NuGet on recent development versions of Mono. It works fine on 2.11.1, but on 2.11.2 and 2.11.4 (I haven't tried .3), when it tries to download several packages at once it will get some of them, but then hang for about two minutes before

Re: [Mono-list] NuGet struggles

2012-10-16 Thread Weeble
On Tue, Oct 16, 2012 at 8:54 PM, Andres G. Aragoneses kno...@gmail.com wrote: On 16/10/12 11:55, Weeble wrote: I built NuGet from source (using Visual Studio - I had problems with its build files in Mono) and got it to print out the exception stack trace that's causing it to fail. I'm not

Re: [Mono-list] MVC3 project on Mono 2.11.4 - problems

2012-10-16 Thread Daniel Lo Nigro
As an alternative to the above I've seen it suggested (on the monodevelop-list) that you can download prebuilt assemblies from http://aspnetwebstack.codeplex.com. Haven't tried this myself though - they appear to be built for Microsoft's .NET implementation, not sure how the absent