Re: [Mono-dev] Supported OS X versions for Mono 3.0

2013-06-26 Thread Martin Potter
Per the commit message on https://github.com/mono/mono/commit/0542f8af71656fd318a83dac376576ff8ccab41d all of the build bots are now running Lion or Mountain Lion. As a result of being built on 10.7+ using the 10.7 (or 10.8) SDK, Mono will crash on Snow Leopard due to the lack of strndup. I

Re: [Mono-dev] Compiling on Windows

2013-06-26 Thread Rodrigo Kumpera
Update your git submodules. On Tue, Jun 25, 2013 at 10:05 PM, Greg Najda gregna...@gmail.com wrote: I'm running into some trouble compiling Mono on Windows. Here are the steps I followed: 1. Do a git clone (using 1b5ef4d3df262c66f58596bda152db5f4c34741c, Add a GSHAREDVT_REG_IREG return

Re: [Mono-dev] Supported OS X versions for Mono 3.0

2013-06-26 Thread Rodrigo Kumpera
It was fixed in 10bcb9cf6975ec228e802587eb83df3e911f87a1 as iOS is always one step behind OSX when it comes to basic OS functionality. On Wed, Jun 26, 2013 at 10:28 AM, Martin Potter martin.pot...@logos.comwrote: Per the commit message on

[Mono-dev] Server.Transfer problem with relative path

2013-06-26 Thread APS
Hi, I'm experiencing a weird behavior of Server.Transfer if used with virtual path like ../directory. If I'm inside a page with this path /myapp/directory1/mypage1.aspx and I launch a Server.Transfer(../directory2/mypage2.aspx) I receive an error saying that

Re: [Mono-dev] Server.Transfer problem with relative path

2013-06-26 Thread APS
I investigated better in the problem. The error is not inside Server.Transfer but in the action attribute of the form. The transfer correctly displays the content of mypage2.aspx but showing in site the url /myapp/directory1/mypage1.aspx. Inside the form tag there is the attribute

[Mono-dev] Trace.axd is not enabled

2013-06-26 Thread APS
Hi, I configured my app to enable global tracing features but when I acces trace.axd I always get the error: Trace.axd is not enabled in the configuration file for this application. My configuration is correct because I'm using it in a windows application. I also tried to load configuration as