[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

[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 Glade;

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 who

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] 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 group called

Re: [Mono-docs-list] [PATCH] generator/updater.cs - questions

2005-01-19 Thread Rodolfo Campero
From: Joshua Tauberer [EMAIL PROTECTED] The patch fixes the file generator/updater in monodoc. I had to do this because I was getting a NullReferenceException. Monodocer in /monodoc/tools should be used. It's more stable, more complete, and generates proper doc files. 'monodoc --update' runs

Re: [Mono-docs-list] [PATCH] generator/updater.cs - questions

2005-01-19 Thread Rodolfo Campero
From: Joshua Tauberer [EMAIL PROTECTED] If I use monodocer, will I be able to edit the XML files with monodoc and then merge the changes as explained in the tutorial? Monodocer does the exact same thing that updater does, only it does it correctly. So yes. Thanks Joshua! I'll try monodocer.

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

2005-01-15 Thread Rodolfo Campero
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/onm00200415ave

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# compiler error. Because there are two GetEnumerator() methods

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){

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 use String, but you'll need either using

[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 (with fixed test case)

2004-10-05 Thread Rodolfo Campero
El lun, 04-10-2004 a las 20:04, Rodolfo Campero escribió: Hello, I've run into a situation with foreachs and the GetEnumerator method. The issue is reproduced with this small piece of code: the wrong example was removed/ This program can

[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(); }

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 lot.

Re: [Mono-docs-list] MonoDoc item schema

2004-08-16 Thread Rodolfo Campero
://lists.ximian.com/mailman/listinfo/mono-docs-list -- Rodolfo Campero http://expertcoder.sourceforge.net/ ___ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list

[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.

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 docked

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

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ó: Hello, I'm having

[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

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 and

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 caller

Re: [Mono-list] Casting and Plugin Issue

2004-06-27 Thread Rodolfo Campero
-list -- Rodolfo Campero http://expertcoder.sourceforge.net/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Embedding mono

2004-06-19 Thread Rodolfo Campero
the exe? Joachim Ante www.otee.dk ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list -- Rodolfo Campero http://expertcoder.sourceforge.net/ ___ Mono-list

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 to

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 PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono

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

Re: [Mono-docs-list] HTML docs

2004-05-25 Thread Rodolfo Campero
El lun, 24-05-2004 a las 15:43, Joshua Tauberer escribió: Miguel de Icaza wrote: It means that by using HTML we are not using our own tools on a daily basis (like Gtk#, Monodoc, Mono's JIT) ;-) Shouldn't we also test the documentation tools? :) A chapter on `Documentation Tools' for

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 to

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-posix

[Mono-docs-list] Problems with monodocer

2004-05-08 Thread Rodolfo Campero
Hello, I'm having some trouble with monodocer.exe. When I try to generate documentation stubs for my library, I get this: $ mono --debug /usr/bin/monodocer.exe --stub --assembly my.dll --dest `pwd` ** (/usr/bin/monodocer.exe:14826): WARNING **: Symbol file /usr/lib/mscorlib.dll is not a mono

[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

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 fails Date: Fri, 07 May

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

2004-05-07 Thread Rodolfo Campero
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 the same snapshot (cvs

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 update my installation

[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

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, 30 Apr

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

2004-04-30 Thread Rodolfo Campero
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 PROTECTED] Subject: RE: [Mono-list] CVS compile errors :( You can pick a binary snapshot from http://www.go

[Mono-docs-list] Translator from monodoc XML format to Microsoft XML format

2004-04-29 Thread Rodolfo Campero
FYI From: Rodolfo Campero [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Mono-list] Question about attributes Date: Thu, 29 Apr 2004 13:37:28 + Hi Joshua, I already know XSLT, so I will give it a shot

Re: [Mono-docs-list] Translator from monodoc XML format to Microsoft XML format

2004-04-29 Thread Rodolfo Campero
Driesen [EMAIL PROTECTED] To: Rodolfo Campero [EMAIL PROTECTED],[EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Mono-docs-list] Translator from monodoc XML format to Microsoft XML format Date: Thu, 29 Apr 2004 15:57:16 +0200 Hi, Kevin Downs (NDoc team) has already started working on an NDoc

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 about attributes

2004-04-29 Thread Rodolfo Campero
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 Date: Thu, 29 Apr 2004

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 core

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

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

[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: code using System; namespace Test { public class A { public static void

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

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

[Mono-list] A question about interfaces

2004-02-06 Thread Rodolfo Campero
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 questions, or would mono-devel-list be more appropriate

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

[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

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 _

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 application I'm developing at work

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] 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!};

Re: [Mono-list] String.Join NullReferenceException

2003-10-09 Thread Rodolfo Campero
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. E:\eduardo\prog\mono\c#\testtest hello world! --- Rodolfo Campero [EMAIL PROTECTED] wrote: Hi, I've found

[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

[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

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

2003-07-26 Thread Rodolfo Campero
[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:10:32 -0400 On Sat, 2003-07-26 at 14:04, Rodolfo Campero wrote: Hello, I get the following exception when I

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

2003-07-26 Thread Rodolfo Campero
Maurer [EMAIL PROTECTED] To: Rodolfo Campero [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] monodoc - NullReferenceException when itemchoosedin topics tree Date: 26 Jul 2003 14:42:49 -0400 On Sat, 2003-07-26 at 14:33, Rodolfo Campero wrote: Thanks you for your interest Ben. I