[Mono-list] First Anniversary of the Mono Brasil Project

2004-08-26 Thread Rafael Teixeira
We have a "Letter to the Free Software Community" (http://monobrasil.softwarelivre.org/twiki/bin/view/Main/MonoReportEN), to report our progress, and present our plans. Celebrate with us, and help us in creating better-and-better free software around the Mono technology. Thank you all, -- Rafa

[Mono-list] Installing unsigned code in the GAC

2004-08-26 Thread Max Metral
In attempting to compile NAnt on MacOS, I need to install some unsigned assemblies in the gac.  On Windows, in a pinch, I would ildasm, sign, and ilasm them.  This doesn’t seem possible on mono.  How can I get an unsigned assembly into the gac?   Max Metral One Appleton Street, 3rd Flo

Re: [Mono-list] Bug in OdbcDataAdapter or DataSet ???

2004-08-26 Thread T Sureshkumar
Fix is posted on bugzilla. CVS is also updated. regards, suresh. >>> <[EMAIL PROTECTED]> 8/26/2004 3:46:22 PM >>> Ok, I've done that. bug #64103. Valentina. >Scrive T Sureshkumar <[EMAIL PROTECTED]>: > Please file a bug in bugzilla at http://bugzilla.ximian.com under > System.Data to tra

Re: [Mono-list] popt

2004-08-26 Thread Peter Williams
On Thu, 2004-08-26 at 23:36, Marcus wrote: > I'm not sure if Mono.GetOptions is compiled by default. If you're building > from source, you can do a "make" in Mono.GetOptions directory. The resulting > assembly to be installed is Mono.GetOptions.dll. Yes, it is, there's probably just a problem wi

Re: [Mono-list] Re: Installation On linux

2004-08-26 Thread Rohit K Gupta
hi Sanjay, Thanks for your response Installation is ok but any reasons can be there for application poting on linux/mono.net combination rather than windows/vs.net if any kind of presentation is there then please let me know Thanks & Regards Rohit - Original Message - From: "Sanjay Gu

Re: [Mono-list] popt

2004-08-26 Thread Marcus
I'm not sure if Mono.GetOptions is compiled by default. If you're building from source, you can do a "make" in Mono.GetOptions directory. The resulting assembly to be installed is Mono.GetOptions.dll. On Thursday 26 August 2004 10:18 pm, Rob Brown-Bayliss wrote: > But I cant find any mention of

Re: [Mono-list] popt

2004-08-26 Thread Rob Brown-Bayliss
On Thu, 2004-08-26 at 20:57, Marcus wrote: > I'm not sure about popt. There is a somewhat different package for handling > options in the Mono.GetOptions namespace. It handles parsing options by > attaching attributes to fields/properties that correspond to options and > using reflection at runt

RE: [Mono-list] Beginner C# Book

2004-08-26 Thread Paul
Hi, > I picked up and started Sams "C# Primer". It dates from 2001, but it > seems to be taking a nice, slow, make-no-assumptions approach. And if it's anything like the other SAMS books I've had the misfortune to read, full of errors! > Wrox books are full of obvious typoes, even in second edit

RE: [Mono-list] Beginner C# Book

2004-08-26 Thread billg
On Thu, 26 Aug 2004 21:50:24 +0100, "Paul" <[EMAIL PROTECTED]> said: > On Tue, 2004-08-24 at 22:31 -0500, Carl Olsen wrote: > > I have two recommendations, Mono Kickstart (Sams) > > NO. It's way out of date now and really isn't a very good book. (what a > suprise, a Sams book which isn't very go

RE: [Mono-list] Beginner C# Book

2004-08-26 Thread billg
On Thu, 26 Aug 2004 21:50:24 +0100, "Paul" <[EMAIL PROTECTED]> said: > On Tue, 2004-08-24 at 22:31 -0500, Carl Olsen wrote: > > I have two recommendations, Mono Kickstart (Sams) > > NO. It's way out of date now and really isn't a very good book. (what a > suprise, a Sams book which isn't very go

Re: [Mono-list] Setting up mod_mono/Apache2

2004-08-26 Thread Gonzalo Paniagua Javier
On Thu, 2004-08-26 at 12:47, Simon Ask Ulsnes wrote: > Hi there! > I've been battling mod_mono for a few days now, and I'm close to giving up. > I really miss _thorough_ instructions on how to set up mod_mono for > Apache 2 on Linux! For instance, where are .webapp files supposed to be > placed?

RE: [Mono-list] Beginner C# Book

2004-08-26 Thread Paul
On Tue, 2004-08-24 at 22:31 -0500, Carl Olsen wrote: > I have two recommendations, Mono Kickstart (Sams) NO. It's way out of date now and really isn't a very good book. (what a suprise, a Sams book which isn't very good) > Beginning Visual C# (Wrox). Another not amazing book. I have both and o

[Mono-list] Setting up mod_mono/Apache2

2004-08-26 Thread Simon Ask Ulsnes
Hi there! I've been battling mod_mono for a few days now, and I'm close to giving up. I really miss _thorough_ instructions on how to set up mod_mono for Apache 2 on Linux! For instance, where are .webapp files supposed to be placed? Where is xsp.exe.config supposed to be? What the hell is going

[Mono-list] Re: .Net v/s Java - From Enterprise Perspective

2004-08-26 Thread Miguel de Icaza
Hello, > Well, ok - I do know the benefits of the framework and the blah-blah > stuff. What I am more interested in some case studies that prove that > people are "migrating" to .Net/Mono in enterprise domain. Well, am not sure if people are directly migrating from Java to .NET/Mono, but folks

Re: [Mono-list] wsdl

2004-08-26 Thread Biju Arjunan
You have to give a wsdl file to WSDL tool for generating Proxy classes. try the below command wsdl http://localhost:99/BroadcastMessage.asmx?WSDL Thanks, Biju A - Original Message - From: lamyae Benabdeljalil <[EMAIL PROTECTED]> Date: Thu, 26 Aug 2004 13:11:25 + To: [EMAIL PROTECTE

[Mono-list] wsdl

2004-08-26 Thread lamyae Benabdeljalil
I am trying to create a client proxy for a web service, locally using xsp. i get the following lamia:/home/lamia# wsdl "http://localhost:99/BroadcastMessage.asmx"; /out:BroadcastProxy.cs Mono Web Services Description Language Utility Error: The remote server returned an error: (500) Internal Serv

Re: [Mono-list] Bug in OdbcDataAdapter or DataSet ???

2004-08-26 Thread beniniva
Ok, I've done that. bug #64103. Valentina. >Scrive T Sureshkumar <[EMAIL PROTECTED]>: > Please file a bug in bugzilla at http://bugzilla.ximian.com under > System.Data to track the bug, if you have not done yet. > > And, please attach all the code & dump you sent to mailing list. > > than

[Mono-list] where to find examples of portable VS.NET?

2004-08-26 Thread albert vilella
I would like to know where can I find examples of Windows-world applications that can be directly executed under Linux with Mono. I'm preparing a talk for my local LUG and I'm looking for some examples of desktop useful apps... ... and any other funny app, like a "Barbie(tm?) Dress Up Game", whic

Re: [Mono-list] popt

2004-08-26 Thread Marcus
I'm not sure about popt. There is a somewhat different package for handling options in the Mono.GetOptions namespace. It handles parsing options by attaching attributes to fields/properties that correspond to options and using reflection at runtime to set them. On Thursday 26 August 2004 3:50

[Mono-list] popt

2004-08-26 Thread Rob Brown-Bayliss
Hi, is there a c# version of popt for handling command line options? -- Rob Brown-Bayliss ___ Mono-list m

[Mono-list] Re: [Mono-devel-list] How hard is it to install Mono?

2004-08-26 Thread Stacey Abshire
Jo, > > > If they have their own package management system they control, isn't it > Linspire's job then to package mono? I would agree However, I was thinking that the mono team might approach Linspire about it. It was just a thought. If one of the intents of the mono project is make deve

Re: [Mono-list] Re: [Mono-devel-list] How hard is it to install Mono?

2004-08-26 Thread wgerrard
On Wed, 25 Aug 2004 07:28:12 -0400, "Jonathan Pryor" <[EMAIL PROTECTED]> said: > The easiest way to add Debian Unstable to Linspire is to edit (IIRC) > /etc/apt/apt.conf. Google should help here. > Can't speak for Linspire, but I have used Xandros, another Debian-based commercial distribution.

[Mono-list] Re: [Mono-devel-list] How hard is it to install Mono?

2004-08-26 Thread Jo Vermeulen
Stacey Abshire wrote: I would venture this will never happen since so many in the open-source community despise linspire, but it would be nice. If they have their own package management system they control, isn't it Linspire's job then to package mono? Just my two cents... Kind regards, -- Jo

[Mono-list] Re: [Mono-devel-list] How hard is it to install Mono?

2004-08-26 Thread Stacey Abshire
Iian... Thanks for the info.. But instead of a text telling you this.. why not just add a install file to the mono-all.zip, that simply does that. Someone then downloads it, uncompresses it, and runs the install. They don't have to think about it. Just a suggestion. > Stacey, rpm -Uvh *.rpm i

[Mono-list] Re: [Mono-devel-list] How hard is it to install Mono?

2004-08-26 Thread Stacey Abshire
> > Linspire is a repackaged Debian. > Jonathan, I realize that... Of course doing that ensures that you truly screw up your Linspire install... I know, I have tried those sorts of things. What I was saying was this Linspire has a means to provide them a built package that follows their

Re: [Mono-devel-list] RE: [Mono-list] How hard is it to install Mono?

2004-08-26 Thread Jo Vermeulen
Max Metral wrote: For those of us doing porting and checking out mono after coming from VS, it doesn't look so great to end up with a compiler with no tools to figure out what's going wrong... Hopefully MonoDevelop combined with mono-debugger can turn out to be just as productive as Visual Stud

Re: [Mono-list] Bug in OdbcDataAdapter or DataSet ???

2004-08-26 Thread T Sureshkumar
Please file a bug in bugzilla at http://bugzilla.ximian.com under System.Data to track the bug, if you have not done yet. And, please attach all the code & dump you sent to mailing list. thanks, suresh. >>> <[EMAIL PROTECTED]> 8/25/2004 6:46:10 PM >>> Hi, I've an asp.net web application that sh

[Mono-list] Re: Installation On linux

2004-08-26 Thread Sanjay Gupta
Rohit, what kind of installation you are looking at. If you are familiar with rpm, then packages are already available on www.mono-project.com If you are interested in building and installing mono from source code, the README in mono directory gives you complete step by step procedure. Also proc

RE: [Mono-list] Xsp error

2004-08-26 Thread Reeve, Matthew
> Can you give me a hint where I could start looking for the problem? My > *nix debugging skills aren't great, but at least I can have a look. The best thing to do is to file a bug report in bugzilla.ximian.com and let the runtime guys take care of it. -Gonzalo Ok, I've done that #63862 Thanks