[Mono-list] vbnet and mono

2004-01-29 Thread Nahashon
Am trying to grasp this concept of mono. I develop my software in vb.net on a windows 2000 platform. My client might move to linux platform as their os. How can I benefit from mono? will I be writing my code is vbnet in vs.net or will I be writing code in vbnet then compile in mono?

[Mono-list] FileInfo.Exists() returns false after calling FileInfo.Create()

2004-01-29 Thread Rathna N
Hi, FileInfo.Exists() returns false in the below scenario. 1.FileInfo info = new FileInfo (path);2. AssertEquals ("test#01", false, info.Exists); //-- returns "false"3. info.Create();4.AssertEquals ("Exits - test#02", true, info.Exists); //-- returns "false" is this the expected behavior ?

[Mono-list] Re: [Mono-list] Which C# libraries are ISO standards?

2004-01-29 Thread Jakub Hegenbart
Which libraries commonly employed with C# are ISO standards? I have tried reading the ECMA standards docs, but they are ponderous and unclear. I want a simple list of all the namespaces that are ISO standard, as distinct from Microsoft proprietary libraries. I am particularly concerned

RE: [Mono-list] Re: [Mono-list] Which C# libraries are ISO standards?

2004-01-29 Thread Brandon J. Van Every
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335-xm l.zip The only thing a curious .NET platform user needs to do is to write a simple XSLT stylesheet that extracts exactly those thing he needs :) I do not know how to do that. Has someone done it already? Cheers,

RE: [Mono-list] Re: [Mono-list] Which C# libraries are ISO standards?

2004-01-29 Thread Brandon J. Van Every
The only thing a curious .NET platform user needs to do is to write a simple XSLT stylesheet that extracts exactly those thing he needs :) I do not know how to do that. Has someone done it already? It turns out to be unnecessary for my purposes. One can simply Find the name of whatever

Re: [Mono-list] C#/Mono/CookComputing xmlrpc2

2004-01-29 Thread Helge Hess
On 29.01.2004, at 03:04, Adam Williams wrote: I've been running back and forth trying to call OpenGroupware's xmlrpcd from mono: http://lists.ximian.com/archives/public/mono-list/2003-November/ 016697.html - and I'm curious if anyone has been able to get this to work? Or is there still a bug in

Re: [Mono-list] NullRefException compiling with mcs

2004-01-29 Thread Gustavo Ramos
Hi there, It is hard to tell from the stack trace that you provided, and that version of the compiler is fairly old, we have fixed roughly a hundred bugs since that release. It would be useful if you could try with a new compiler, or isolate a sample test case. The

[Mono-list] Printing in Mono via GnomePrint#

2004-01-29 Thread Daniel Morgan
What is the status of GnomePrint#? I really would love to print stuff via Mono and gtk#, such as, documents, reports, images, spreadsheets, etc... Especially, I would love to generate reports from Mono. Does GnomePrint# work? If not, why not? Are there any alternatives? I understand that

Re: [Mono-list] NullRefException compiling with mcs

2004-01-29 Thread Miguel de Icaza
Hello, Okay, I found it in the latest CVS source code. The problem happens in approximately line 760 of interface.cs[1]. The variable builder is null at that point. This means precisely nothing to me, but hopefully it will help you to help me :) I see where the program is crashing,

[Mono-list] Status

2004-01-29 Thread tum
Mail transaction failed. Partial message is available. attachment: ylf.zip