[Mono-dev] Bug in System.Web.UI.Control.ResolveClientUrl

2006-12-31 Thread Vladimir Krasnov
Hello, There is a bug in ResolveClientUrl method when control that calls this method and the page are in different folders. Please review attached patch that fixes it. Vladimir Control.cs.patch Description: Control.cs.patch ___ Mono-devel-list

[Mono-dev] Build is stuck?

2006-12-31 Thread Thomas Strecker
Hello, I'm not sure who to contact, so I'll try this way. The debian-31-arm build (http://mono.ximian.com/monobuild/python/monobuild.py) is stuck for a long time now, it seems (Still building rev. 1.2.69237, while the others are almost a thousand revisions ahead). It's build log didn't change in

Re: [Mono-dev] Embedding Mono and HandleRef...

2006-12-31 Thread Robert Jordan
Thomas Wiest wrote: Robert Jordan wrote: You don't need HandleRefs when using icalls and the embedded API. Just declare the icalls as non-static and they will automatically get the MonoObject* pointer of the managed object: Ah, very interesting. I assume this increases the ref count which

[Mono-dev] __arglist and P/Invoke

2006-12-31 Thread Argiris Kirtzidis
Hi, Mono isn't able to handle __arglist in a P/Invoke signature. For example, the following program (which calls 'printf' of the the standard C library) is working fine with MS.NET. using System.Runtime.InteropServices; class Program { [DllImport(msvcrt.dll)] public static extern void

Re: [Mono-dev] __arglist and P/Invoke

2006-12-31 Thread Robert Jordan
Argiris Kirtzidis wrote: If I try to use Mono, I encounter two problems: 1) The Mono C# compiler doesn't add 'vararg' to the method definition for printf. 2) If I try to execute the sample (compiled with MS.NET's C# compiler) a internal exception is thrown: Unhandled Exception:

Re: [Mono-dev] TagLib docs generation?

2006-12-31 Thread Robert Jordan
Andrés G. Aragoneses [ knocte ] wrote: I've noticed the following type of files: http://svn.myrealbox.com/source/trunk/taglib-sharp/docs/en/TagLib/SupportedMimeType+%3c%3ec__CompilerGenerated1+%3c%3ec__CompilerGenerated3.xml

Re: [Mono-dev] A patch for mod_mono

2006-12-31 Thread Gonzalo Paniagua Javier
On Thu, 2006-12-28 at 16:24 +, Eduardo Novo wrote: [...] Mod_mono does not provide a simple nor effective mechanism to enable dynamic root directory path for mod-mono-server. Instead, mod_mono has root path directory hardcoded. This patch allows mod_mono to change root path directory via

Re: [Mono-dev] [Patch] mod_mono/xsp and virtual hosts

2006-12-31 Thread Gonzalo Paniagua Javier
On Thu, 2006-12-28 at 19:52 +0100, Juraj Skripsky wrote: Hi, Mod_mono/xsp do not support virtual hosts with ServerAlias correctly: VirtualHost *:80 DocumentRoot /var/www/html/somesite ServerName www.somesite.com ServerAlias www.somesite.org /VirtualHost (AutoConfiguration enabled)

Re: [Mono-dev] Bug in System.Web.UI.Control.ResolveClientUrl

2006-12-31 Thread Gonzalo Paniagua Javier
On Sun, 2006-12-31 at 01:52 -0800, Vladimir Krasnov wrote: Hello, There is a bug in ResolveClientUrl method when control that calls this method and the page are in different folders. Please review attached patch that fixes it. Please, commit. Thanks! -Gonzalo

[Mono-dev] monodocer and compier generated types.

2006-12-31 Thread Miguel de Icaza
Hello, http://svn.myrealbox.com/source/trunk/taglib-sharp/docs/en/TagLib/SupportedMimeType+%3c%3ec__CompilerGenerated1+%3c%3ec__CompilerGenerated3.xml

[Mono-dev] NotSupportedException

2006-12-31 Thread boscorillium
Greetings, I am trying to get a project to build and I keep turning up with: Unhandled Exception: System.NotSupportedException: The invoked member is not sup ported in a dynamic module. at System.Reflection.Emit.TypeBuilder.check_created () [0x0] at