Re: [Mono-docs-list] monodoc compilation: assembler.exe on ecma334 fails

2003-10-04 Thread Miguel de Icaza
Hello, compiling the latest version of monodoc results in a strange error when the makefile runs the assembler.exe on the ecma specs: = mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334 ** (../browser/assembler.exe:3770): WARNING **: Missing method .ctor in

Re: [Mono-docs-list] monodoc compilation: assembler.exe on ecma334 fails

2003-10-04 Thread Kris Luyten
On Sat, 2003-10-04 at 22:11, Miguel de Icaza wrote: snip mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334 ** (../browser/assembler.exe:3770): WARNING **: Missing method .ctor in assembly ../browser/assembler.exe typeref index 11 Unhandled Exception:

Re: [Mono-list] Mono 0.28 - Still fails under windows 2000 Professional

2003-10-04 Thread lsmithmier
Hello, I was able to install mono-0.28-win32-1.exe on Windows 2000 Professional and compile and execute the example program found: http://www.nullenvoid.com/mono/wiki/index.php/The%20Panel%20Control. Perhaps it is some localization setting causing the problem? Larry Quoting Miguel de Icaza

[Mono-list] XSP web server (0.6)

2003-10-04 Thread Andrew M. Perkins
I am attempting to set up Apache version 1.3 to run .NET c# pages. According to all the newsgroups I have located thus far, the indication is that I should use the mono_mod to Apache. I downloaded the source of the Mono Runtime and attempted to ./configure. I receive an error message that

Re: [Mono-list] TripleDES differences between Mono 0.28 .NET

2003-10-04 Thread Carlos Guzman Alvarez
Hello: This should work correctly on both Mono and MS framework. Yes it works :) thanks. I'll update bugzilla and, hopefully, correct CryptoStream this weekend. Ok i will wait for the fix for make better test against PostgreSQL 7.4 using TLS ;), thanks very much :) -- Best regards Carlos

Re: [Mono-list] XSP web server (0.6)

2003-10-04 Thread yoros
On Fri, Oct 03, 2003 at 03:23:04PM -0400, Andrew M. Perkins wrote: I am attempting to set up Apache version 1.3 to run .NET c# pages. According to all the newsgroups I have located thus far, the indication is that I should use the mono_mod to Apache. I downloaded the source of the Mono

Re: [Mono-list] Mono 0.28 - Still fails under windows 2000 P

2003-10-04 Thread Varga Zoltan
Hi, It looks like the issue is not entirely fixed, so I reopened the relevant bug to track it: http://bugzilla.ximian.com/show_bug.cgi?id=48376 Zoltan Paul Paximadis [EMAIL PROTECTED] rta: I have just installed

Re: [Mono-list] XSP web server (0.6)

2003-10-04 Thread Gonzalo Paniagua Javier
El sáb, 04-10-2003 a las 12:24, [EMAIL PROTECTED] escribió: On Fri, Oct 03, 2003 at 03:23:04PM -0400, Andrew M. Perkins wrote: I am attempting to set up Apache version 1.3 to run .NET c# pages. According to all the newsgroups I have located thus far, the indication is that I should use the

[Mono-list] gnunit 0.2 released

2003-10-04 Thread Gonzalo Paniagua Javier
Hi there! Here's the first public source code release of gnunit (formerly known as nunit-gtk). gnunit is a Gtk# frontend for running NUnit2 tests. If you are willing to start contributing to mono, one of the first things to do is writing tests for those classes that don't have one already or

Re: [Mono-list] gnunit 0.2 released

2003-10-04 Thread Gonzalo Paniagua Javier
El dom, 05-10-2003 a las 06:18, Ian MacLean escribió: Gonzalo, Does this bind to a specific NUnit version ? I'm guessing nunit 2.0 Hi Ian! Short answer: no. Long answer: I just downloaded 2.1.4 and started playing a bit. I'll send a separate patch to mono-devel with the changes needed to