RE: [Mono-list] Beginner C# Book

2004-08-24 Thread Carl Olsen
I have two recommendations, Mono Kickstart (Sams) and Beginning Visual C# (Wrox). I know the second book is written for Windows and Visual Studio, but it really covers the C# language and syntax well. I tried learning ASP.NET first and had to go back and learn C# before it made any sense. I just

Re: [Mono-list] Beginner C# Book

2004-08-24 Thread Tom McLaughlin
Thanks to everyone who responded, I got a lot of great suggestions. I ended up grabbing "Learning C#" from O'Reilly. It's starting me off with the basics and it's not overly long so I can decide what direction I want to go once I'm done with it. Thanks a bunch. Tom On Sun, 2004-08-22 at 18:3

[Mono-list] (no subject)

2004-08-24 Thread billg
On Tue, 24 Aug 2004 14:31:42 -0400, "Joshua Tauberer" <[EMAIL PROTECTED]> said: > The existing packaging system with dozens of RPMs may be complicated > but not difficult. I like it a lot. > > > How do you install Mono right now? What do you do to upgrade? > > Yum > On Tue, 24 Aug 2004 14:31:42 -0

RE: [Mono-list] SqlConnection in Mac OS X

2004-08-24 Thread Daniel Morgan
If your patch to SqlClient works on Mac OS X, and it does not break anything on Windows nor Linux. Then please go ahead and commit it. Unless, Tim has any objections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Satori Sent: Tuesday, August 24, 2

[Mono-list] Cannot "make install" mono-1.0.1 on OSX because of libicui18n.dylib.28

2004-08-24 Thread Boyd Timothy
I am trying to get mono-1.0.1 + gtk# installed on OSX and hitting all kinds of problems. I didn't realize that I *could* have probably gotten this to work by just installing the mono-1.0.1 binary for OSX, but now when I try to do that, I hit conflicts with libraries that I haven't been able to

Re: [Mono-list] mod_mono package available soon

2004-08-24 Thread Jim Erwin
And the thunderous applause could be heard planet-wide! Thanks Duncan, the mod_mono team, and the ENTIRE mono team. I just wanted to take a moment to publicly thank you all for all of your efforts. regards, Jim Erwin On Tue, 2004-08-24 at 13:52, Duncan Mak wrote: > Hello all, > > Since everyon

Re: [Mono-list] SqlConnection in Mac OS X

2004-08-24 Thread Jonel Rienton
Thanks Andy, btw, the System.Data namespace works great with the beta 2 of MS SQL 2005 :-), just to let you guys know... regards, --j On Tue, 24 Aug 2004 15:05:08 -0400, Andy Satori <[EMAIL PROTECTED]> wrote: > There is, as well as a proposed patch to Mono.Tds (which underlies > this). There is

Re: [Mono-list] mono 1.0.1 release releted

2004-08-24 Thread Duncan Mak
On Tue, 2004-08-24 at 14:51, Zakaria Lodi wrote: > I have mono 1.0 running in my all Linux servers ( Redhat 9 ). Today I > loaded 1.0.1 in one of the servers and having trouble installing > following packages: > > [EMAIL PROTECTED] ver_1.0.1]# rpm -ihv mono-web-forms-1.0.1-1.ximian.6.1.i386.rpm >

Re: [Mono-list] SqlConnection in Mac OS X

2004-08-24 Thread Andy Satori
There is, as well as a proposed patch to Mono.Tds (which underlies this). There is a ByteOrder problem with the SqlConnection. Andy bugzilla bugid= 62948 - [EMAIL PROTECTED] - druware software designs http://www.druware.com On Aug 24, 2004, at

[Mono-list] mod_mono package available soon

2004-08-24 Thread Duncan Mak
Hello all, Since everyone is bring up the fact that mod_mono is not packaged, I think this is the perfect time to announce that we finally got mod_mono packaged. Depending on time, I may release mod_mono package before the next release, but if not, it'll definitely be included in the next release.

[Mono-list] mono 1.0.1 release releted

2004-08-24 Thread Zakaria Lodi
I have mono 1.0 running in my all Linux servers ( Redhat 9 ). Today I loaded 1.0.1 in one of the servers and having trouble installing following packages: [EMAIL PROTECTED] ver_1.0.1]# rpm -ihv mono-web-forms-1.0.1-1.ximian.6.1.i386.rpm error: Failed dependencies: mono-remoting is needed b

[Mono-list] SqlConnection in Mac OS X

2004-08-24 Thread Jonel Rienton
hi guys, I was doing some testing in the System.Data namespace in my mac and I got stuck to something. whenever i call the Open method of a SqlConnection object, the cpu goes up high and the application just sits there with no messages. the same code compiled in my linux box works beautifully (tha

Re: [Mono-list] Xsp error

2004-08-24 Thread Gonzalo Paniagua Javier
On Tue, 2004-08-24 at 11:38, Reeve, Matthew wrote: > If this is shown to be a bug, I will happily raise a report in bugzilla, but > I think it is more likely that I have a problem with configuration. I am > installing mono on a SPARC running solaris 8. The version being installed is > the full set

Re: [Mono-list] File(s) not found?

2004-08-24 Thread Gonzalo Paniagua Javier
On Tue, 2004-08-24 at 11:03, David P. Donahue wrote: > I have Apache 1.3.31 running the latest mono module and I'm finding some > strange behavior. When the module is not loaded. Apache behaves as > expected. However, when I restart httpd with the following in > httpd.conf: > > # > LoadModul

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

2004-08-24 Thread Duncan Mak
Hey, Thanks for the all the replies! Unless there's some particular reason, please reply to the list as well. I'd like to keep all the feedback in a public archive. Duncan. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/lis

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

2004-08-24 Thread Tizio Incognito
Duncan Mak said the following on 24/08/2004 19.58: Hello all, Hello Duncan, Is Mono too difficult to install for people new to Linux? For people with Linux experience? I'm new to Linux and, yes, it is hard. It was hard installing a clean SuSE box, it's still hard work with the new environmen

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

2004-08-24 Thread Joshua Tauberer
The existing packaging system with dozens of RPMs may be complicated but not difficult. I like it a lot. > How do you install Mono right now? What do you do to upgrade? Yum > Is Mono too difficult to install for people new to Linux? For people > with Linux experience? Not if they use yum. > Do

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

2004-08-24 Thread Weiqi Gao
Duncan Mak wrote: How do you install Mono right now? What do you do to upgrade? I use the yum repositories for Fedora Core 1 and Fedora Core 2. Is Mono too difficult to install for people new to Linux? For people with Linux experience? When everything works, the yum repositories approach is v

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

2004-08-24 Thread Duncan Mak
Hello all, We are in the process of re-evaluating the way we package Mono, in doing so, I'd like to get some feedback from you all. When we entered the 1.0 beta cycle, we split the previous setup of two packages (mono, mono-devel) into smaller packages, believing that it will provide greater flex

RE: SPAM: RE: [Mono-list] Mod_Mono Help

2004-08-24 Thread Antonio Santana
What I meant is maybe Robert can paste the lines that he added to his httpd.conf file from his mono-server-hosts.conf file into this list so we can see what he has. Then we can compare what we have with what he has and see if it works for us. Thanks! Antonio From: "Brown, Robert" <[EMAIL PROT

[Mono-list] Xsp error

2004-08-24 Thread Reeve, Matthew
If this is shown to be a bug, I will happily raise a report in bugzilla, but I think it is more likely that I have a problem with configuration. I am installing mono on a SPARC running solaris 8. The version being installed is the full set downloaded as mono reached version 1. I have got round a n

[Mono-list] File(s) not found?

2004-08-24 Thread David P. Donahue
I have Apache 1.3.31 running the latest mono module and I'm finding some strange behavior. When the module is not loaded. Apache behaves as expected. However, when I restart httpd with the following in httpd.conf: # LoadModule mono_module libexec/apache/libmod_mono.so AddModule

RE: SPAM: RE: [Mono-list] Mod_Mono Help

2004-08-24 Thread Antonio Santana
I can't seem to find this file anywhere. Can you paste the lines that this file should include in the .conf? Antonio From: "Brown, Robert" <[EMAIL PROTECTED]> To: André Ricardo <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: SPAM: RE: [Mono-list] Mod_Mono Help Date: Fri, 20 Aug 2004 13:46:

[Mono-list] Mirrors...

2004-08-24 Thread Stephan Eberle
Btw... I could provide a FTP mirror for (at least the official) mono files in germany. At no cost. :) Oh wait... What's the expected transfer volume? *g* I have a 100GB/month and one 500GB/month server available. Regards, Stevie ___ Mono-list maillist

[Mono-list] go-mono.org/com down again?

2004-08-24 Thread Stephan Eberle
Hi. Again, it's not possible to reach the FC2 repository on go-mono.com ! Does anybody of you have the same problem? Regards, Stevie ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] Beginner C# Book

2004-08-24 Thread Kenneth Benson
Title: RE: [Mono-list] Beginner C# Book You should also take a look at www.deitel.com, they have a lot of good books. Not just on C#, but also on Perl, Python, C++, Visual Basic... even good old C. > -Original Message- > From: Tom McLaughlin [mailto:[EMAIL PROTECTED]] > Sent: Sunday,

Re: [Mono-list] Problem with a web serivce method.

2004-08-24 Thread Jonathan Stowe
On Tue, 2004-08-24 at 08:28, [EMAIL PROTECTED] wrote: > Sorry... > > This is a c# example: TdMio.cs. > It works well: > > [EMAIL PROTECTED] Desktop]# mcs ProvaTD.cs -r:System.Data.dll > Compilation succeeded > [EMAIL PROTECTED] Desktop]# mono ProvaTD.exe > esiste una sessione attiva > CodiceSessi

Re: [Mono-list] Problem with asp.net OdbcDataAdapter or DataSet.

2004-08-24 Thread Sanjay Gupta
Hi There, Can you send the schema of the data table for which you are not getting proper information returned. Thanx, Sanjay >>> <[EMAIL PROTECTED]> 8/24/2004 2:31:51 PM >>> Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table c

[Mono-list] Problem with asp.net OdbcDataAdapter or DataSet.

2004-08-24 Thread beniniva
Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table chosen from a DropDownList. The code go well on windows but on linux with mono 1.01 not all the tables are shown correctly. I've also tried to run a c# example that makes the s

[Mono-list] wsdl file containg a schemalocation

2004-08-24 Thread Biju Arjunan
Hi, Does anybody know how to compile a wsdl file which is having a schema location reference. eg : http://schemas.xmlsoap.org/rp/"; schemaLocation="http://abc.com/ws-r.xsd"/> http://abc.com/xns/Core.xsd"/> Thanks, Biju A --

[Mono-list] Re: Problem using p/invoke on mono 1.0.1

2004-08-24 Thread DI Mag. Rainer Burgstaller
> The work-around for this is to have your method return an > IntPtr and then > convert the IntPtr to a string manually. For example, use the > following in > the place of your WriteLine() statement: > > string encrypted = Marshal.PtrToStringAnsi(UnixCrypt(arg,arg)); > Console.Wri

Re: [Mono-list] threads and Async Socket methods

2004-08-24 Thread Scott Manley
So has there been any progress on this issue? I'm running mono on Fedora core (2.6.x kernel) and I find that after 25 or more connections that my BeginRecieve calls occupy all the threads in the pool and the server grinds to a halt (although, I've found out that sending random ping messages doe