Re: [Mono-dev] [PATCH] Correction to the r65131 in System.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-08 Thread Gonzalo Paniagua Javier
On Sun, 2006-10-08 at 06:58 -0700, Konstantin Triger wrote: > Hello all, > The r65131 changed the implementation to iterate over the currently > loaded assemblies and try to load the type from there. This operation > is relatively heavy and especially very untrivial for Java profile. > The attach

[Mono-dev] BLOB

2006-10-08 Thread Jorge Landrián Garcia
How can I pass a BLOB to an stored procedure in oracle?? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Mono-devel-list] Initial ARM JIT port in svn

2006-10-08 Thread Rafael Teixeira
AFAIK, the JIT , including AOT, is already ported to ARM. What was holding things a bit is supportting specific ABIs depending on the OS type and version running on that cpu (Nokia's changes on the second iteration of their compact computer, for instance). :) On 10/7/06, Tim Nichols <[EMAIL PROTE

[Mono-dev] [PATCH] Minor XML serialization fixes

2006-10-08 Thread Gert Driesen
Hi, The attached patch fixes some XML serialization issues concerning default values, and a few other minor issues. All changes are covered by unit tests and pass using both the reflection-based and the code-based serializer, and on .NET. Let me know if its ok to commit. Gert Index: ChangeLog

Re: [Mono-dev] FW: Bug System.Web.Services

2006-10-08 Thread Konstantin Triger
Hi Lluis, Did you have a chance to think about this one? The XmlSchema class can easily hold more than one definition for the same type (mono and .Net). So the filtering should be made at a higher level, the XmlSchemaExporter.ExportXXX look like a good candidate. Regards, Konstantin Triger ---

[Mono-dev] [PATCH] Correction to the r65131 in System.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-08 Thread Konstantin Triger
Hello all,   The r65131 changed the implementation to iterate over the currently loaded assemblies and try to load the type from there. This operation is relatively heavy and especially very untrivial for Java profile.   The attached patch uses Type.GetType() for the s

Re: [Mono-dev] Creating a help system

2006-10-08 Thread Jonathan Pryor
On Sun, 2006-10-08 at 12:28 +0100, Michael Hutchinson wrote: > Personally I'd use Monodoc, and write an XSLT to convert the XML into > a form that could be used by Sandcastle/NDoc/VS.NET SDK to generate > help for Windows. Monodoc also includes a tool to convert from the ECMA documentation format

[Mono-dev] System.Web.UI.CssStyleCollection

2006-10-08 Thread Igor Zalmanovich
Hello Gonzalo,   r66332 made ~60 regressions in tests for profile 2.0   attached is a simple test for CssStyleCollection class, which illustrates the problem.   Igor. CssStyleCollectionTest.patch Description: CssStyleCollectionTest.patch ___

Re: [Mono-dev] Creating a help system

2006-10-08 Thread Michael Hutchinson
On 10/8/06, pablosantosluac <[EMAIL PROTECTED]> wrote: > Hi all, > > What do you use to create the online documentation? > > We need to format our help documentation for both Windows and Linux systems. > What do you think is better: chm, web based help, something else? Depends on how you're distri

[Mono-dev] Creating a help system

2006-10-08 Thread pablosantosluac
Hi all, What do you use to create the online documentation? We need to format our help documentation for both Windows and Linux systems. What do you think is better: chm, web based help, something else? Tools we can use? Thanks, pablo ___ Mono-dev