[Mono-list] [ANN] nUML 0.4 released

2007-07-01 Thread Rodolfo Campero
Hello everybody, After eight months since our last release, we are pleased to announce a new version of nUML. nUML is a library for manipulating UML 2.0 (and MOF) models. It works with Microsoft(R) .NET Framework, Mono::, and DotGNU. Serialization to and from XMI 2.1 is supported. In this releas

Re: [Mono-list] Recursive XML serialization? XML serialization of cyclic objects?

2007-01-13 Thread Rodolfo Campero
Hi, 2007/1/13, "Andrés G. Aragoneses [ knocte ]" <[EMAIL PROTECTED]>: [...] > implement custom serialization for each of my classes. In fact, what I > want to be able to do is to XMLserialize my cyclic objects without > writing more code. If the only thing you need is to serialize cyclic objects

Re: [Mono-list] What is the correct way to install onlytheMonoRuntime on a Windows PC?

2006-04-28 Thread Rodolfo Campero
Hello, On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What do you mean by "Invoke the GPL"? Let me preface this by saying that I'm not a lawyer or a legal expert, however I believe that if you mention that the source is available on www.mono-project.org you should be covered if you wan

[Mono-list] About bug #77127

2006-02-18 Thread Rodolfo Campero
Hello, I would like to know what will happen to bug #77127 (Interface re-implementations lost in inheritance, http://bugzilla.ximian.com/show_bug.cgi?id=77127). I verified it today (svn revision 57031) and the bug is still present. This bug affects the UML libraries provided by ExpertCoder and,

Re: [Mono-list] Assembly.Load doubts

2005-07-28 Thread Rodolfo Campero
Hi, On 7/28/05, Mario Sopena <[EMAIL PROTECTED]> wrote: > I have the following scenario: > > -- TestBase.cs --- > public interface TestBase { > void Print(); > } > > > --Test.cs--- > public class Test : TestBase > { > public Test () {} >

Re: [Mono-list] [Problem] Unhandled Exception

2005-07-15 Thread Rodolfo Campero
Hi, On 7/15/05, 頌凱 <[EMAIL PROTECTED]> wrote: > when i remove image1.Pixbuf that line > can't see errors > please help me > > my code: > /* > * date: 2005/07/15 > * author:huki (SongKai Huang) > * mail:[EMAIL PROTECTED] > * filename:test1.cs > */ > using Gtk; > using

Re: [Mono-list] Netron

2005-05-28 Thread Rodolfo Campero
Hello, On 5/28/05, caner Sahan <[EMAIL PROTECTED]> wrote: > Hi everybody; > > i have just learnt a tool written with mono. But it isn't on go-mono page in > action. When Mr.Icaza was in Istanbul for a conference ,we had an interview > with him and he said he didn't like uml and he didn't liked

Re: [Mono-list] window

2005-05-26 Thread Rodolfo Campero
Hi, C# is case sensitive, try to rename your handler in the glade file to "Calculer" instead of "calculer" (or do the opposite change in the code). On 5/26/05, sabri safaa <[EMAIL PROTECTED]> wrote: > > > sabri safaa <[EMAIL PROTECTED]> a écrit: > > hello > when I start the application like

Re: [Mono-list] Problems with updater.exe

2005-04-28 Thread Rodolfo Campero
Hello, I think the preferred way to generate and mantain documentation is using monodocer. IIRC it's place somewhere within the directory "monodoc" in the sources. I'm not at home so I don't have my GNU/Linux box at hand in order to give you more precise info. On 4/28/05, Giuseppe Greco <[EMAIL

Re: [Mono-list] Problem with monodevelop

2005-04-04 Thread Rodolfo Campero
Hi, On Apr 4, 2005 4:04 AM, Hubert FONGARNAND <[EMAIL PROTECTED]> wrote: > When I try to load a cs file, nothing appear unless this exception... > Is there a problem with MIME? > > Error while loading System.InvalidCastException: Cannot cast from source type > to destination type. > in <0x00058>

Re: [Mono-list] automake errors with mono from svn

2005-02-26 Thread Rodolfo Campero
Hello, On Feb 26 2005, John Bytheway wrote: > I'm trying to compile mono from svn of Debian testing, but when I run > autogen.sh I get vast numbers of warnings as well as a few errors from > automake, including the following: Which version of automake are you using? I think that it should work if

Re: [Mono-list] Problem with monodevelop

2005-02-24 Thread Rodolfo Campero
Hello, On Thu, 24 Feb 2005 10:49:45 +0100, Hubert FONGARNAND <[EMAIL PROTECTED]> wrote: > I've update (svn update) my mono 1.1.4 this morning and since that I can't run > monodevelop without this strange error : > > ** ERROR **: Unmanaged code called delegate of type > GLib.Idle/IdleProxy.Handler

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Rodolfo Campero
> with regard to the resource referenced here, (and just to keep the > information updated): > "http://lists.ximian.com/archives/public/mono-list/2003-September/015760.html"; > it points to -> > "http://groups.yahoo.com/group/monoar/"; > but is not available anymore :( > "Yahoo! Groups There is no

[Mono-list] [ANN] Expert Coder version 20050115 released

2005-01-15 Thread Rodolfo Campero
r our site. Please check the contact info at the project's home page. Best regards, Rodolfo Campero [1] http://www.omg.org/mda/ _ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm0

Re: [Mono-list] how to compile a java

2004-10-06 Thread Rodolfo Campero
From: Juan Cristóbal Olivares <[EMAIL PROTECTED]> To: "Rodolfo Campero" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: [Mono-list] how to compile a java Date: Wed, 6 Oct 2004 10:33:10 -0400 1.- The entry point is Main, not main [M is uppercase] 2.- You can

RE: [Mono-list] how to compile a java

2004-10-06 Thread Rodolfo Campero
From: "miKeL a.k.a.mc2" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] how to compile a java Date: Wed, 06 Oct 2004 16:04:23 +0200 hello, I can't compile source like // created on 06/10/2004 at 00:48 class HolaMon{ public static void main(String [] args){ Sys

RE: [Mono-list] foreach and GetEnumerator (with fixed test case)

2004-10-06 Thread Rodolfo Campero
From: "RoBiK" <[EMAIL PROTECTED]> To: "'Rodolfo Campero'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [Mono-list] foreach and GetEnumerator (with fixed test case) Date: Wed, 6 Oct 2004 13:23:29 +0200 Hi, I think this is a mono c# com

[Mono-list] foreach and GetEnumerator (with fixed test case)

2004-10-05 Thread Rodolfo Campero
IMixedEnumerable c = new TestCollection(); foreach(object o in c) {} } } } 8<-------- El lun, 04-10-2004 a las 20:04, Rodolfo Campero escribió: Hello, I've run into a situation with foreachs and the GetEnumerator m

[Mono-list] please ignore message "foreach and GetEnumerator"

2004-10-05 Thread Rodolfo Campero
Hello, Please ignore my previous message, subject: "foreach and GetEnumerator" I just tested the code at work, and in fact it works. I will investigate further my original (bigger) code. Sorry for the noise. Rodolfo _ MSN 8 with e-mail

[Mono-list] foreach and GetEnumerator

2004-10-04 Thread Rodolfo Campero
Hello, I've run into a situation with foreachs and the GetEnumerator method. The issue is reproduced with this small piece of code: 8<--- using System; using System.Collections; public interface IMyEnumerable { IEnumerator GetEnumerator(); } pu

Re: [Mono-list] Using Custom Namespaces

2004-10-03 Thread Rodolfo Campero
El dom, 03-10-2004 a las 19:40, Joshua Tauberer escribió: > tracy Anne wrote: > > I don't like MonoDevelop all that much, it barely > > handles forms based projects, and I can't write Web > > Applications with it (my big need for developing on > > Linux). But that aside. > > I like MonoDevelop a l

[Mono-list] [ANN] Expert Coder 0.4 released

2004-07-31 Thread Rodolfo Campero
Hello everybody, I'm glad to announce that Expert Coder version 0.4 has been released. Expert Coder is a framework for writing code generators. This is the first announcement in mono-list, because I was holding until a key piece of the system were ready: a library for handling UML 2.0 models. Th

RE: [Mono-list] MonoDevelop?

2004-07-08 Thread Rodolfo Campero
From: Kent Loobey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] MonoDevelop? Date: Thu, 8 Jul 2004 10:40:12 -0700 What is the correct procedure for adding a file to an existing project. I Right-click with the mouse over the project on the "solution" view. Choose the option "Add fi

RE: [Mono-list] MonoDevelop->Help?

2004-07-08 Thread Rodolfo Campero
From: Kent Loobey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] MonoDevelop->Help? Date: Wed, 7 Jul 2004 20:03:14 -0700 I managed to get my "Help Index" separated from my base MonoDevelop window so that now it floats separately on my desktop. Is there a way for me to get it dock

Re: [Mono-list] Weird problem with pkg-config and monodoc

2004-07-03 Thread Rodolfo Campero
Hello, Sorry for the noise, turns out that I was so sleepy yesterday that I didn't realized that "echo `pkg-config monodoc --version`" gives me pkgconfig's version... so stupid! So everything is OK. Cheers, Rodolfo El vie, 02-07-2004 a las 23:35, Rodolfo Campero escribió: &

[Mono-list] Weird problem with pkg-config and monodoc

2004-07-02 Thread Rodolfo Campero
Hello, I'm having this weird problem with pkg-config and monodoc. I discovered it when I tried to build monodevelop 0.5. When I do: $ echo `pkg-config monodoc --version` I get: 0.15.0 However, $ locate monodoc.pc gives me: /usr/lib/pkgconfig/monodoc.pc /home/

Re: [Mono-list] Casting and Plugin Issue

2004-06-27 Thread Rodolfo Campero
thodInfo my_method; > > > > a = Assembly.LoadFrom("BloggerPlugin.dll"); > > t = a.GetType("MBloggy.Plugins.IPlugin"); > > Console.WriteLine(t); > > > > As I said, I'm testing what you suggested, but with Reflections the > > plugins are working great! My

Re: [Mono-list] Casting and Plugin Issue

2004-06-27 Thread Rodolfo Campero
El dom, 27-06-2004 a las 20:17, Pablo Fischer escribió: > Hi! > > > Maybe you're compiling the source file where PostStruct is defined in > > both assemblies, caller and callee. What you should do is to compile it > > only in the caller, and then compile the plugin with a reference to the > > call

Re: [Mono-list] Casting and Plugin Issue

2004-06-27 Thread Rodolfo Campero
Hello Pablo, (inline) El dom, 27-06-2004 a las 17:43, Pablo Fischer escribió: > Hi! > > I'll explain what I'm doing and what I'm looking for: > > I've three plugins to post/get data from different Blogs (supporting > XMLRPC and SOAP). In order to standardize these plugins I'm using > Interfaces

Re: [Mono-list] Embedding mono

2004-06-19 Thread Rodolfo Campero
. > > How does monodevelop handle this? I mean when you change a single file in > one project does monodevelop recompile every single .cs file that makes up > the exe? > > Joachim Ante > www.otee.dk > > _______ &

RE: [Mono-list] building mono from source

2004-06-17 Thread Rodolfo Campero
From: "Rodolfo Campero" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [Mono-list] building mono from source Date: Thu, 17 Jun 2004 12:58:04 + Below... From: Milan Konecny <[EMAIL PROTECTED]> Reply-To: Milan Konecny <[EMAIL PROTECT

RE: [Mono-list] building mono from source

2004-06-17 Thread Rodolfo Campero
Below... From: Milan Konecny <[EMAIL PROTECTED]> Reply-To: Milan Konecny <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] building mono from source Date: Thu, 17 Jun 2004 09:44:57 +0200 Hi, I try to install mono-0.96(Beta 3)! I use Mandrake 10.0! I didn't use linux before, but I want

Re: [Mono-list] POSGRESQL / NPGSQL / MONO / DATASET

2004-06-08 Thread Rodolfo Campero
Hello Kiorky, I know others in the list already told you this, but please, PLEASE, stop sending duplicated messages to the list and asking all the time the same question. Think about the forum as a live repository of problems and solutions: (most) other people only care about the problem and th

RE: [Mono-list] usage of the mailing list

2004-05-19 Thread Rodolfo Campero
From: Mathieu PASQUET <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] usage of the mailing list Date: Wed, 19 May 2004 11:14:28 +0200 (CEST) nobody take care about me, how do i answer to one subject instead of creating new idont like flooding but i

RE: [Mono-list] Installing mono from cvs

2004-05-17 Thread Rodolfo Campero
Inline... From: "Pablo Chacin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Mono-list] Installing mono from cvs Date: Sun, 16 May 2004 21:18:25 -0600 Hi all I downloaded the mono source following the instrucciones for non cvs download. The, I followed the instructions in the monkeyguide t

RE: [Mono-list] Problem installing mono

2004-05-12 Thread Rodolfo Campero
Inline... From: Werner Kratochwil <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] Problem installing mono Date: Tue, 11 May 2004 10:24:17 +0200 Hi! I tried to install mono on my Linux 9.0 system today. But I got the following dependency error: Failed dependencies: mono-posi

Re: [Mono-list] building gecko-sharp 0.3 from tarball fails

2004-05-07 Thread Rodolfo Campero
dolfo From: "Rodolfo Campero" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] building gecko-sharp 0.3 from tarball fails Date: Sat, 08 May 2004 00:17:45 + Thanks a lot John, I'll try to install both (gtk-sharp and gecko-sharp) from

Re: [Mono-list] building gecko-sharp 0.3 from tarball fails

2004-05-07 Thread Rodolfo Campero
Thanks a lot John, I'll try to install both (gtk-sharp and gecko-sharp) from the same snapshot (cvs or tarball). From: John Luke <[EMAIL PROTECTED]> To: Rodolfo Campero <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] building gecko-sharp 0.3 from tarball fa

[Mono-list] building gecko-sharp 0.3 from tarball fails

2004-05-07 Thread Rodolfo Campero
Hello, I'm not able to compile gecko-sharp-0.3 from tarball. I need it in order to run monodevelop. This is the output I get: # make Making all in sources make[1]: Entering directory `/home/rodolfo/software/mono/gecko-sharp-0.3/sources' make[1]: No se hace nada para `all'. make[1]: Leaving dire

[Mono-list] Buiding from CVS requires existing gacutil.exe

2004-05-02 Thread Rodolfo Campero
Hello, I'm trying to build mono from CVS, but the compilation fails while making all in runtime: Making all in runtime make[2]: Entering directory `/home/rodolfo/anoncvs/mono/runtime' Making all in . make[3]: Entering directory `/home/rodolfo/anoncvs/mono/runtime' cp -f /usr/local/bin/gacutil.exe

Re: [Mono-list] CVS compile errors :(

2004-05-02 Thread Rodolfo Campero
Thanks a lot Pablo, it worked! From: Pablo Baena <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Mono-list] CVS compile errors :( Date: Sun, 2 May 2004 07:30:39 + Try automake1.7. Worked for me- On Friday 30 April 2004 23:29, Rodolfo Campero wrote: > I tried to

RE: [Mono-list] CVS compile errors :(

2004-04-30 Thread Rodolfo Campero
shot). How can I get a binary of the latest runtime? How can I compile it with a broken compiler? Sorry for the newbie'ish questions. -Original Message- From: Rodolfo Campero [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 1:30 PM To: Andrew Arnott; [EMAIL PROTECTED]; [EMAIL PROT

RE: [Mono-list] CVS compile errors :(

2004-04-30 Thread Rodolfo Campero
You can pick a binary snapshot from http://www.go-mono.com/daily/ In your case, maybe a monolite will do, but if it's not enaugh download a monocharge. From: "Andrew Arnott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: [Mono-list] CVS compile errors :( Date: Fri,

Re: [Mono-list] Question about attributes

2004-04-29 Thread Rodolfo Campero
I get something usable, in order to make it part of mono or monodoc. Best regards, Rodolfo From: Joshua Tauberer <[EMAIL PROTECTED]> To: Rodolfo Campero <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Mono-list] Question about attributes

Re: [Mono-list] Question about attributes

2004-04-29 Thread Rodolfo Campero
I know that you can document your apps with monodoc related tools; there is a tool that can generate a set of XML files from your code, then you can fill this files with your documentation. Later you can keep the file structure updated with your code using another tool. Monodoc understands and

RE: [Mono-list] Question on core test support in Mono

2004-03-29 Thread Rodolfo Campero
IIRC there is a module called "monocov" in CVS. I took a look at it some time ago, but I can't remember right now who made it. Check it out and see if it fulfill your needs. Cheers, Rodolfo From: "David P. Bowler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: [Mono-list] Question on c

Re: [Mono-list] problems while building

2004-03-12 Thread Rodolfo Campero
I do it this way: 1. build mono. 2. build corlib (do "make" in mcs/class/corlib) 3. as root, "make install" in mono and then in mcs/class/corlib 4. build (as regular user) and install (as root) the rest of mcs. 5. build and install gtk-sharp, monodoc and everything else. This works for me always.

RE: [Mono-list] Platform comparison

2004-03-08 Thread Rodolfo Campero
Hi Jochen, Instead of hard-coding the separator char, you can use System.IO.Path.DirectorySeparatorChar. I don't know any guideline, but in general if you are about to do something that you think is not platform-independent, search a bit because is almost sure that there is a platform-independen

RE: [Mono-list] mod_mono and DasBlog difficulties / stack trace with line numbers

2004-03-02 Thread Rodolfo Campero
Hi, How do I get line numbers in the stack trace? I already modified the makefile to include the -g and --debug switches, but still nothing.. You should add the "--debug" switch when launching mono at runtime (for xsp I think), besides compiling with the "-g" switch. ___

RE: [Mono-list] [off-topic] mailman anti-spam

2004-02-28 Thread Rodolfo Campero
I'm sorry for this off-topic, but I would suggest to configure the mailman of these lists with "Show member addrs so they're not directly recognisable as email addrs?" (Privacy Options) set to Yes. I totally agree. In the last few days, I found that someone was using my email address in the "From"

Re: [Mono-list] Bug related to operator += and instance fields

2004-02-21 Thread Rodolfo Campero
Thanks Marcus! El sáb, 21 de 02 de 2004 a las 22:09, Marcus escribió: > It appears to be a mono runtime bug. Note that it disappears with -O=all or > using the Mono interpreter (mint) instead. I filed a bug report: > > > http://bugs.ximian.com/show_bug.cgi?id=54710 > _

[Mono-list] Bug related to operator += and instance fields

2004-02-21 Thread Rodolfo Campero
Hello everybody, I've found a bug, but I'm not sure about how to report it (I mean I can't find a suitable subject and other info): The following source code compiles but its execution results in incorrect behavior: using System; namespace Test { public class A { public static void Main (

RE: [Mono-list] Maths

2004-02-09 Thread Rodolfo Campero
I get the same results with csc from MS .NET 1.0. From: "Jochen Wezel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Mono-list] Maths Date: Mon, 9 Feb 2004 19:14:20 +0100 Hi! Has anybody seen that behaviour yet which is produced by MS .Net? When rounding doubles to integer, there is a r

Re: [Mono-list] A question about interfaces

2004-02-07 Thread Rodolfo Campero
When I was going to file a bug report, I found out this bug was already reported: bug #53255. Thanks Peter for checking it on csc. El sáb, 07 de 02 de 2004 a las 04:20, Peter Wu escribió: > On Sat, Feb 07, 2004 at 02:44:48AM +0000, Rodolfo Campero wrote: > > > Hello all, >

[Mono-list] A question about interfaces

2004-02-06 Thread Rodolfo Campero
arently the property Count in my example shouldn't be hidden in the interface IBottom, yet I'm getting an error. Is this a bug in mcs or am I missing something? TIA, Rodolfo Campero PS: BTW, is this the right list to ask this kind of questi

[Mono-list] XmlConvert: Possible bug & fix - ToSingle, ToDouble using current system culture

2004-02-03 Thread Rodolfo Campero
Hi all, I've found what I think is a bug in System.Xml.XmlConvert. The methods "ToSingle" and "ToDouble" are currently parsing string values using the current system culture, and according to the documentation, this methods should be locale independent. I prepared a patch, which solves the pro

RE: [Mono-list] Mono Runtime 0.30 compile error

2004-02-03 Thread Rodolfo Campero
I had a similar problem in the past, after I reinstalled my OS, and was because I forgot to add /usr/local/lib to the load library path. Are you sure that libicui18n can be found in the paths declared in LD_LIBRARY_PATH or /etc/ld.config? I hope this helps. Greetings, Rodolfo From: "Luke Stephe

RE: [Mono-list] Convert VS Projekt to Mono

2003-12-12 Thread Rodolfo Campero
Hi all, hi! Is ist possible to convert MS VS.NET Projekt files to Makefiles for Mono ? To compile project with mcs than. You may find this useful: http://www.mail-archive.com/[EMAIL PROTECTED]/msg03772/slntomake.cs cheers, Rodolfo _ H

Re: [Mono-list] Differences between Gtk#and System.Windows.Forms

2003-11-26 Thread Rodolfo Campero
Check this out: http://lists.ximian.com/archives/public/mono-winforms-list/2003-September/000481.html From: Alejandro Ospina <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Mono-list] Differences between Gtk#and System.Windows.Forms Date: Wed, 26 Nov 2003 13:15:53 -0500 Hi!. I was wondering

Re: [Mono-list] Possible mcs bug: CS0019 detected for comparable instances

2003-10-19 Thread Rodolfo Campero
Hello Miguel, From: Miguel de Icaza <[EMAIL PROTECTED]> To: Rodolfo Campero <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] Possible mcs bug: CS0019 detected for comparableinstances Date: 19 Oct 2003 16:11:33 -0400 Hello, > I'm trying to port an applicati

RE: [Mono-list] Possible mcs bug: CS0019 detected for comparable instances

2003-10-18 Thread Rodolfo Campero
Hello, Thanks Dave and Rahul for validate this problem. I already filed a bug report. I think the problem may be related to this snippet taken from ECMA-334, section 14.9.6: "It is a compile-time error to use the predefined reference type equality "operators to compare two references that are known

RE: [Mono-list] Possible mcs bug: CS0019 detected for comparable instances

2003-10-18 Thread Rodolfo Campero
Hello, Thanks Dave and Rahul for validate this problem. I already filed a bug report. I think the problem may be related to this snippet taken from ECMA-334, section 14.9.6: "It is a compile-time error to use the predefined reference type equality "operators to compare two references that are known

RE: [Mono-list] Possible mcs bug: CS0019 detected for comparable instances

2003-10-18 Thread Rodolfo Campero
Hello, Thanks Dave and Rahul for validate this problem. I already filed a bug report. I think the problem may be related to this snippet taken from ECMA-334, section 14.9.6: "It is a compile-time error to use the predefined reference type equality "operators to compare two references that are known

[Mono-list] Possible mcs bug: CS0019 detected for comparable instances

2003-10-17 Thread Rodolfo Campero
Hello, I'm trying to port an application I'm developing at work. Over there we use Microsoft .Net SDK. When I tried to compile it in mono I got: error CS0019: Operator != cannot be applied to operands of type `xxx' and `yyy' I've narrowed down the problem and the smallest program which reproduce

Re: [Mono-list] String.Join NullReferenceException

2003-10-09 Thread Rodolfo Campero
ardo\prog\mono\c#\test>csc test.cs > > Versin del compilador de Microsoft (R) Visual C# > > .NET7.10.3052.4 > > para Microsoft (R) .NET Framework versin 1.1.4322 > > (C) Microsoft Microsoft Corporation 2001-2002. > > Reservados todos los derechos. > > > &g

[Mono-list] String.Join NullReferenceException

2003-10-09 Thread Rodolfo Campero
Hi, I've found something that maybe is a bug. When I run the following program: using System; namespace Test { public class TestJoin { public static void Main(string[] args) { string[] array = new string[] {"hello ", null, "world!"};

[Mono-list] SLNToMake - embedded resources

2003-10-06 Thread Rodolfo Campero
Hi all, Here is a modified version of Jarek's SLNToMake. Now it can handle embedded resources. I've also fixed a small bug, see the usage of System.IO.Path.Combine instead of xxx + slash + yyy. I hope you will find this helpful. Cheers, Rodolfo ___

Re: [Mono-list] monodoc - NullReferenceException when itemchoosedin topics tree

2003-07-26 Thread Rodolfo Campero
portunity to start. If you could give a hint, I'll try to fix this bug myself (maybe isn't a bug at all, just a misconfigured system). From: Ben Maurer <[EMAIL PROTECTED]> To: Rodolfo Campero <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] monodoc - NullRef

Re: [Mono-list] monodoc - NullReferenceException when item choosedin topics tree

2003-07-26 Thread Rodolfo Campero
in the meantime, but I'm sure I did several CVS updates and builds. From: Ben Maurer <[EMAIL PROTECTED]> To: Rodolfo Campero <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] monodoc - NullReferenceException when item choosedin topics tree Date: 26 Jul 2003 14:1

[Mono-list] monodoc - NullReferenceException when item choosed in topics tree

2003-07-26 Thread Rodolfo Campero
Hello, I get the following exception when I try to see the documentation of a topic in monodoc: Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required in (unmanaged) 06 System.Xml.Xsl.XslTransform:xmlXPathNewNodeSet (intptr) in <0x4>