Re: [Mono-list] New to Mono: Strange things with official Mono install

2004-07-05 Thread Iain McCoy
I suspect you have bits of an old, pre-gac mono installation lying around. You should probably either run "make uninstall" in the mono source directory if you've still got it or run "rm /usr/lib/System.*.dll /usr/lib/*-sharp.dll /usr/lib/Mono.*.dll" to clean them up. The only mono dll file that sho

RE: [Mono-list] mono site not shown in IE?

2004-07-05 Thread Rob . Tillie
> actually, there's a bug in every IE version :) > (/o\ do not hurt me :)) :P There's a bug in every piece of software on the planet :). The site works fine here in IE... Greetz, -- Rob. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximia

[Mono-list] RequiredFieldValidator

2004-07-05 Thread Carl Olsen
I'm trying to use a required field validator on an ASP.NET page running on Red Hat 9 and Apache 2 using Mono 1.0. I have an import statement in the page: <%@ Import namespace="System.Web.UI.WebControls" %> The page is not generating any Javascript to validate the required fields. It render

Re: [Mono-list] VirtualHost

2004-07-05 Thread kevin ansfield
I too am interested in this. The docs for running asp.net in virtual hosts are either non-existent or just too hard to find. I ended up having to piece together information from various forums before I managed to get the demo scripts running in a virtual host. Kev On Mon, 5 Jul 2004 01:48:55 -08

[Mono-list] (no subject)

2004-07-05 Thread Ainhoa Prat
Hi, We have suse9 and apache2, we 've installed mono, when I browse to : http://127.0.0.1/mono/index.aspx , the examples page appeared, but I can't see the examples, after the line 'Here are some ASP.NET examples:' nothing appeared!, can anyone help me?. Thank You. Ainhoa. _

Re: [Mono-list] Re: Bootstrapping

2004-07-05 Thread Raja R Harinath
Hi, Brandon Knitter <[EMAIL PROTECTED]> writes: >> * if you have a working mono installation, run >> >> make bootstrap && make install > > I'm trying to build without a preexisting copy. > >> * otherwise >> >> make get-monolite-latest && make monolite-bootstrap && make install >

[Mono-list] Re: [Mono-devel-list] RE: [Mono-docs-list] Mono Documentation Server

2004-07-05 Thread Joshua Tauberer
Daniel Morgan wrote: Could someone uses Joshua's tool in monodoc to re-create static html docs, zip the docs up, and put them on a server for download? Yep, updated static docs for corlib and the System.XML assemblies are at: http://taubz.for.net/code/monodocs/ I'll put up static docs for the oth

Re: [Mono-list] Re: Bootstrapping

2004-07-05 Thread Brandon Knitter
> * if you have a working mono installation, run > > make bootstrap && make install I'm trying to build without a preexisting copy. > * otherwise > > make get-monolite-latest && make monolite-bootstrap && make install This simply downloads an initial mono compile. How did *tha

[Mono-list] RE: [Mono-docs-list] Mono Documentation Server

2004-07-05 Thread Daniel Morgan
Could someone uses Joshua's tool in monodoc to re-create static html docs, zip the docs up, and put them on a server for download? This way, we do not need monodoc nor the go-mono.com/docs to read the docs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

[Mono-list] libpixman version in mono-all.zip

2004-07-05 Thread Gustavo García
Hi guys, In the mono-all.zip (version 1.0) is included libpixman-0.1.0, but cairo version included in zip needs libpixman-0.1.1. I think it should be replaced. Best regards. G. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mail

Re: [Mono-list] XSP on OS X ?

2004-07-05 Thread Dick Porter
On Mon, 2004-07-05 at 20:32, manu wrote: > Does anybody have this problem with OS X ? I get a > "U_FILE_ACCESS_ERROR" with xsp and mod_mono ? Whoever built your ICU needs to rebuild it without configuring --with-data-packaging=files. See http://bugzilla.ximian.com/show_bug.cgi?id=52065 - Dick

[Mono-list] XSP on OS X ?

2004-07-05 Thread manu
Hi all, Mono 1.0 is great ! Cheers to all! Does anybody have this problem with OS X ? I get a "U_FILE_ACCESS_ERROR" with xsp and mod_mono ? (everything goes fine with the same config on a Debian port) - kryptos:~/Desktop/monodoc-1.0/browser/web manu$ mono /usr/bin/xsp.exe

Re: [Mono-list] Mono 1.0 & Mac OS X

2004-07-05 Thread Jonel Rienton
i just used the Mono installer from the downloads page. On Mon, 5 Jul 2004 09:20:22 +0100, Tim Anderson <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Jonel Rienton > > Sent: 05 July 2004 04:10 > > To: [EMAIL PROTECT

RE: [Mono-list] mono site not shown in IE?

2004-07-05 Thread Jon Watte
> actually, there's a bug in every IE version :) Every piece of software has at least one bug, and can be reduced by at least one instruction. Ergo, every piece of software can be reduced to a single instruction, which won't work. Cheers, / h+ ___

[Mono-list] New to Mono: Strange things with official Mono install

2004-07-05 Thread Igor Anikeev
Hi all, I have installed using YUM Mono 1.0 fromtheir official repository. Neither monodoc nor monodevelop work. [EMAIL PROTECTED] TestGlade]$ monodoc Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll in <0x00053> (wrapper managed-to-native) Gtk.Application:gtk_init (int&

Re: [Mono-list] RE: Questions

2004-07-05 Thread Paolo Molaro
On 07/02/04 [EMAIL PROTECTED] wrote: > try{ > try { > throw new NotImplementedException(); > } > finally { > i++; >

RE: [Mono-list] rpms

2004-07-05 Thread Sébastien Robitaille
Hi, I had the same problem with RedHat9, but I have found the correct rpm at ftp://ftp.ximian.com/pub/mono/ Sébas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of observer Sent: Monday, July 05, 2004 2:14 AM To: [EMAIL PROTECTED] Subject: [Mono-list] rpms

Re: [Mono-list] P/Invoke IntPtr versus byte[]

2004-07-05 Thread Paolo Molaro
On 07/03/04 Tim Rädisch wrote: > I want to acces the following C-methode by DllImport. > > void multiDimArrayTest( const void* array ) { > int i; > unsigned char *mdarray = (unsigned char*)array; > > printf("%i %i\n", mdarray, array ); > > printf ("size of array[x]: %i\n", sizeof(mdarray[0])

Re: [Mono-list] Mono 1.0 & Mac OS X

2004-07-05 Thread Paolo Molaro
On 07/05/04 Tim Anderson wrote: > Can it be made to work in 10.2? I got: > > mono can't open library: /usr/lib/libiconv.2.dylib > > I then installed Fink which provides this library, and copied it to > /usr/lib. Now I get: > > Undefined symbols: > _nl_langinfo The binary package you're using w

Re: [Mono-list] mono site not shown in IE?

2004-07-05 Thread Brice Carpentier
Alternatively there is a bug in the version if IE you are using - it is fine with IE 6.0.2800.1106 and a quick check of the page in the w3c validator shows no show stopping problems. actually, there's a bug in every IE version :) (/o\ do not hurt me :)) -- Brice Carpentier aka Br|ce ___

Re: [Mono-list] mono site not shown in IE?

2004-07-05 Thread Jonathan Stowe
On Mon, 2004-07-05 at 12:51, Mihail Belanov wrote: > Recently I tried to access www.mono-project.com using IE but got a blank > page. When I changed browser to Mozilla the site was shown normally and > downloading speed of mono was good. Then had I used IE and there is blank > page again. Maybe th

[Mono-list] mono site not shown in IE?

2004-07-05 Thread Mihail Belanov
Recently I tried to access www.mono-project.com using IE but got a blank page. When I changed browser to Mozilla the site was shown normally and downloading speed of mono was good. Then had I used IE and there is blank page again. Maybe there is a bug in the HTML desing. _

Re: [Mono-list] Sending an email

2004-07-05 Thread Jonathan Stowe
On Sun, 2004-07-04 at 09:10, Pedro Santos wrote: > Hello. I am using the SmtpMail class to send an email. However I get > this exception: > > System.Net.Sockets.SocketException: Connection refused > in <0x0011b> System.Net.Sockets.Socket:Connect (System.Net.EndPoint) > in <0x00017> System.Net.Sock

RE: [Mono-list] Mono 1.0 & Mac OS X

2004-07-05 Thread Tim Anderson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jonel Rienton > Sent: 05 July 2004 04:10 > To: [EMAIL PROTECTED] > Subject: [Mono-list] Mono 1.0 & Mac OS X > > Thanks for the hard work in having Mono run smoothly in Mac OS X! Can it be made to work

[Mono-list] (solved ) compiling mono from source and libicui18n.so.28

2004-07-05 Thread Joeri Belis
echo "/usr/local/lib" >> /etc/ld.so.conf (as root) /sbin/ldconfig -v (as root) - Original Message - From: "Joeri Belis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 05, 2004 9:37 AM Subject: [Mono-list] compiling mono from source and libicui18n.so.28 > When i t

[Mono-list] compiling mono from source and libicui18n.so.28

2004-07-05 Thread Joeri Belis
When i try to compile mono 1.0 from source i get Making all in mini make[3]: Entering directory `/usr/local/src/mono-1.0/mono/mini' ./genmdesc ./cpu-pentium.md cpu-pentium.h pentium_desc ./genmdesc: error while loading shared libraries: libicui18n.so.28: cannot open shared object file: No such fil