Re: [Mono-list] TypeLoadException with ASP.NET

2015-01-15 Thread Peter Hagen
Hi Igor, I was reading through your messages, and noticed one small thing: > On 13 Jan 2015, at 08:01, Martin Thwaites wrote: > > Debugging is enabled in web.config, so I get the stack trace. It is > not useful for my purposes, all line numbers are missing, i.e.: > at System.Web.UI.WebControls.

Re: [Mono-list] TypeLoadException with ASP.NET

2015-01-15 Thread Martin Thwaites
You want at least 3.10, or build from source (not hard). Alternatively, you vacancies use the link I sent to simply add the package for Ubuntu that were created by the mono team. they should be more current than 3.8. Main thing is don't give up, it's not even close to a lost cause. Thanks Marti

Re: [Mono-list] compiling mono x64 on windows

2015-01-15 Thread MikeH
Although I only have VS2012 I was able to get mono running by putting the msvcr120d.dll file into the bin folder along side mono. Hopefully a corrected version of the installer is released soon! -- View this message in context: http://mono.1490590.n4.nabble.com/compiling-mono-x64-on-windows-tp

Re: [Mono-list] Sandbox

2015-01-15 Thread Michael McGlothlin
Might look at the csharp tool as it lets you run in more of a scripting style. You could probably add to it to build in special security and error handling. Thanks, Michael McGlothlin Sent from my iPhone > On Jan 15, 2015, at 2:55 PM, Ollhax wrote: > > Sounds like a good plan, but the problem

Re: [Mono-list] Sandbox

2015-01-15 Thread Ollhax
Sounds like a good plan, but the problem is that I can't do step # 3 - /create a new AppDomain with low security permissions/. Just to be sure the documentation is not old, I installed Ubuntu and ran the example in the end of this article: http://msdn.microsoft.com/en-us/library/bb763046%28v=vs.11

Re: [Mono-list] known to work Apache2+ASP.NET configurations

2015-01-15 Thread Marco Ridoni
2015-01-15 12:55 GMT+01:00 Edward Ned Harvey (mono) < edward.harvey.m...@clevertrove.com>: > > From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > > boun...@lists.ximian.com] On Behalf Of Igor Shmukler > > > > After spending much time trying to figure out how to get apache2 > > properly

Re: [Mono-list] known to work Apache2+ASP.NET configurations

2015-01-15 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Igor Shmukler > > After spending much time trying to figure out how to get apache2 > properly host my ASP.NET "project," I decided to slightly change > hunting grounds. This might or might not b

Re: [Mono-list] known to work Apache2+ASP.NET configurations

2015-01-15 Thread Igor Shmukler
Hello Timotheus, Thank you for your email and links. Tried running fastcgi [fastcgi-mono-server4] with both nginx and lighttpd, now. Did not spend too much time on either. Say, one hour or perhaps two, on each. Neither worked, yet. XSP4 gives us enough room to be able to use what we got, for the t