[Mono-docs-list] Re: [Mono-dev] Monodoc

2005-10-03 Thread Rafael Ferreira
you should take a look at this: http://people.mosaix.net/chris/tutorials/monodoc/monodoc-tutorial.html and if you still have questions please post on to the monodoc mailing list only. No need to cross post. - raf On Mon, 2005-10-03 at 17:38 +0200, Matthijs ter Woord wrote: Is there any

[Mono-docs-list] Re: [Mono-dev] Monodoc

2005-10-03 Thread Joshua Tauberer
Matthijs ter Woord wrote: Is there any special format needed? (IE, ecma xml docs etc) If so, could anyone point me to it? So the goal is to extend our XML format to handle generic classes, and that includes 1) how to include the generic part of a type/member signature in the metadata parts

[Mono-docs-list] Re: [Mono-dev] Monodoc

2005-10-03 Thread Joshua Tauberer
Alexandre Miguel Pedro Gomes wrote: Monodoc would need a profile chooser or something like that to switch between 1.x and 2.0 profile, right? Any plans on those things? I imagine that we'll show the 2.0 docs (at some point) but new members/types will be tagged as being introduced in 2.0.

Re: [Mono-dev] Newbie Building mono - bootstrapping

2005-10-03 Thread Paolo Molaro
On 09/29/05 Krishna Ganugapati wrote: When I refer to the help, it asks me to bring down monolite-some-version because it should give me the bootstrap tools. I bring down monolite and copy the images in the right place, but still no good. If you used a released tarball (as you should have)

Re: [Mono-dev] Regarding MONO on Embedded Device.

2005-10-03 Thread Paolo Molaro
On 09/30/05 conn intel wrote: I am a computer science student. Our college is having embedded board on which there is 16 MB of flash. We have compress the kernel to 8 MB and our application is of 2 MB. So i Need help in using MONO on such a Environment. Its very hard or i say next to

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Yngve Zackrisson
Hi I do not know if you have any help by this knowledge but I run .NET Remoting between a Win32 MS .NET client and a Linux (Fedora Core 3) Mono server. I invoke the remote objects methods with HTTP (Binary Formater) and is able to both add DataSets as parameters and returns. In other words,

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Lluis Sanchez
Hi, This is a known bug already fixed in SVN HEAD. El dv 30 de 09 del 2005 a les 18:53 -0700, en/na Ko Ko va escriure: Hi, I notice that when I run Webservice on Linux with Mono, I got some problem with Data return from web services. When I return simple data like string from web services

Re: [Mono-dev] mcs bug breaks MD build

2005-10-03 Thread Alexandre Miguel Pedro Gomes
Ohh well it just looked as an exceptional case so I just did point it. But I guess that if I did re-read the code I would get there... just to lazzy :) Thanks for the fixOn 10/3/05, Raja R Harinath [EMAIL PROTECTED] wrote: Hi,Alexandre Gomes [EMAIL PROTECTED] writes: In revision #51007 the

[Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLink question

2005-10-03 Thread Paddy Joy
Hi, Hope someone can help me out with this little problem I'm having. I have a directory /home/paddy/test which contains one sub-directory and one symbolic link: [EMAIL PROTECTED] test]# ls -lh total 12K drwxr-xr-x 2 root root 4.0K Oct 3 20:38 directory lrwxrwxrwx 1 root root4 Oct 3

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Martin Hinks
Hi Eric, First off, why are you enclosing the array name in curly braces? MyArray[i, 0] should do the trick... Secondly, how is your array defined? Have you checked that the exception thrown isn't an Out of range exception? If it IS an out-of-range exception you need to declare your array

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Robert Jordan
Hi Hubert, I've seen that your have commited an optimization in exception handling in mini... Fri Sept 30... I've found a very very nasty bug... In the meanwhile you may try to run with that specific optimization turned off: mono --optimize=-exception ... Rob

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Zoltan Varga
Hi, Could you create a testcase which doesn't depend on System.Data+Oracle etc ? Zoltan On 10/3/05, Hubert FONGARNAND [EMAIL PROTECTED] wrote: Hello, I've seen that your have commited an optimization in exception handling in mini...

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Atsushi Eno
Hi, I guess the attached one _might_ reproduce the problem. XSLT testcase is still not preferable but at least it works standalone. Atsushi Eno Zoltan Varga wrote: Hi, Could you create a testcase which doesn't depend on System.Data+Oracle etc ?

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Robert Jordan
Hi Zoltan, Could you create a testcase which doesn't depend on System.Data+Oracle etc ? It seems that the stack frame gets corrupted. Rob using System; using System.Collections; public class CustomException : ApplicationException { } class Foo { static void Main(string[] args) {

Re: [Mono-dev] Newbie Building mono - bootstrapping

2005-10-03 Thread Thomas Harning Jr.
For the Mono x86 binaries, you just need to compile the system from the mono folder. The mono executable doesn't need anything related to .Net to compile, so no need to obtain binaries. (You may, of course, need to obtain the libraries that mono needs, but I can't recall what they are ATM). --

[Mono-dev] Uncompilable mcs in daily packages

2005-10-03 Thread Tomas Kalibera
Hi, there is a new problem with compilation of daily packages, the mcs compiler mcs.exe cannot be compiled, error messages are below. This problem started on the daily package from September 22nd and remains till now (version from October 2nd). Because of this problem I could not check the

Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-10-03 Thread Wade Berrier
How long has it used relative paths? I'm wondering because the linux installer still uses wrapper scripts for the native binaries (mono, monodis, etc...). Maybe that's not needed anymore as well? Wade On Fri, 2005-09-30 at 17:33 +0200, Zoltan Varga wrote: It uses relative paths, so its ok.

Re: [Mono-dev] Monodoc

2005-10-03 Thread Matthijs ter Woord
Is there any special format needed? (IE, ecma xml docs etc) If so, could anyone point me to it? Regards, Matthijs ter Woord - Original Message - From: Miguel de Icaza [EMAIL PROTECTED] To: Matthijs ter Woord [EMAIL PROTECTED]; mono-docs-list@lists.ximian.com Cc: [EMAIL PROTECTED]

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
Hey, On Sat, 2005-10-01 at 02:23 +0200, Zoltan Varga wrote: This works fine on my system using latest cygwin. My libint is in /lib/libintl.a. Perhaps you don't have that package installed, or libintl-1.dll is in a directory in your PATH so libtool finds it first ? This same error happens

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Martin Hinks
Very simple answer: 1 of the data types it is trying to load in is not a Single! Put each statement inside a try-catch block and it should all work - set default to 0 or check your data if you didn't expect this. Martin On 10/3/05, SigmaX [EMAIL PROTECTED] wrote: Martin Hinks wrote: Hi Eric,

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
Here's another error which makes me think something is wrong besides my environment or the libraries I have. *** Warning: linker path does not have real file for library -lole32. *** I have the capability to make that library automatically link in when *** you link to this library. But I can

[Mono-dev] Debugging Busted CIL

2005-10-03 Thread Jim Purbrick
I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. Currently my process consists of running my app which embeds Mono, waiting for it to spit out an **ERROR**:Invalid

RE: [Mono-dev] Unable to create unix domain socket with mod-mono underapache2 fc4

2005-10-03 Thread Phillip Fry
--- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: If you guys send me the output of 'apachectl -l' (or apache2ctl -l) and the lines you added to the apache configuration, I'll give it a try. Also, which MPM model are you using? I'm also running apache 2.0.54 with MPM worker and

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread César Lopéz Natarén
On Mon, 2005-10-03 at 21:26 +0100, Jim Purbrick wrote: I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. Are there any better ways? I briefly tried using MS

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread Robert Jordan
Hi Jim, I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. How are you generating the assemblies? Are this assemblies generated by MS tools? Mono doesn't support

[Mono-dev] Script Help

2005-10-03 Thread Buddy Lindsey
I a startup script for a mono program. I am almost done excepti need to be able to kill a specific mono process. I can't seem to figure out how to only get a specific one. I can easily just kill all of them but that messes up any other mono apps. This is a bash script. Any help would be

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Zoltan Varga
Hi, mono builds fine using the latest cygwin libs for me. Altought, it is still statically linked even if I tell disable it, so its not all good. What version of automake and libtool are you using, ie what does automake --version and libtool

Re: [Mono-dev] Monodoc

2005-10-03 Thread Alexandre Miguel Pedro Gomes
Monodoc would need a profile chooser or something like that to switch between 1.x and 2.0 profile, right? Any plans on those things? Btw anyone knows why the C# specification appears without newlines?On 9/30/05, Miguel de Icaza [EMAIL PROTECTED] wrote:Hello, When will monodoc be ready for .NET

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread Jim Purbrick
Hi Robert, How are you generating the assemblies? Are this assemblies generated by MS tools? Mono doesn't support incremental assemblies generated by CSC. I'm compiling LSL to CIL, then using the mono ILasm compiler to generate assemblies. Did you verify the assembly? Mono: pedump

Re: [Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLinkquestion

2005-10-03 Thread Paddy Joy
Thanks for the background info and help, it all makes a lot more sense now. I'm using UnixSymbolicLinkInfo now and getting the correct results. So am I correct in saying that if you have a UnixDirectoryInfo object the IsSymbolicLink property will never be set to true because it will always

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Zoltan Varga
Hi, semdel is only used under UNIX for releasing some stuff the runtime allocates. It should not be used on windows, so this requires some build system magic. Hari ? Zoltan On 10/4/05, Wade Berrier [EMAIL PROTECTED] wrote:

Re: [Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLinkquestion

2005-10-03 Thread Jonathan Pryor
On Tue, 2005-10-04 at 09:37 +1000, Paddy Joy wrote: Thanks for the background info and help, it all makes a lot more sense now. I'm using UnixSymbolicLinkInfo now and getting the correct results. So am I correct in saying that if you have a UnixDirectoryInfo object the IsSymbolicLink

[Mono-dev] monodoc os x

2005-10-03 Thread Roberto Carvajal
Hey there! I'm trying to get monodoc and monodevelop running on Tiger and I can't figure out how to solve this particular problem: roberto$ monodoc (unknown:918): Pango-WARNING **: Cannot open font file for font Verdana 9.591796875 (unknown:918): Pango-WARNING **: Cannot open fallback

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Gaurav Vaish (Mono)
lms_table[i, 0] = Convert.ToSingle(row[keytext]); lms_table[i, 1] = Convert.ToSingle(row[L]); lms_table[i, 2] = Convert.ToSingle(row[M]); lms_table[i, 3] = Convert.ToSingle(row[S]);

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
I almost think that System.XML isn't compiling. This command doesn't output a dll: MONO_PATH=../../class/lib/basic; $MONO_PATH /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /debug+ /debug:full

[Mono-dev] Re: Uncompilable mcs in daily packages

2005-10-03 Thread Raja R Harinath
Hi, Tomas Kalibera [EMAIL PROTECTED] writes: there is a new problem with compilation of daily packages, the mcs compiler mcs.exe cannot be compiled, error messages are below. This problem started on the daily package from September 22nd and remains till now (version from October 2nd).

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Zoltan Varga [EMAIL PROTECTED] writes: semdel is only used under UNIX for releasing some stuff the runtime allocates. It should not be used on windows, so this requires some build system magic. Hari ? The build system magic is already there. It's just misleading, and you'll have to

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Wade Berrier [EMAIL PROTECTED] writes: I almost think that System.XML isn't compiling. This command doesn't output a dll: MONO_PATH=../../class/lib/basic; $MONO_PATH /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1

[Mono-list] Issue with building mono from sources on Suse 10 - Part 3

2005-10-03 Thread Nikita Novikov
This is a final part of the series :). All attempts to fix the mono build by changing the ldscript to remove VER_1 tag on my current Linux install failed. I finally decided to test build process on the freshly installed linux. I scratched installation and reinstalled SUSE Linux 10 RC1.

[Mono-list] Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Lluis Sanchez
Hi, This is a known bug already fixed in SVN HEAD. El dv 30 de 09 del 2005 a les 18:53 -0700, en/na Ko Ko va escriure: Hi, I notice that when I run Webservice on Linux with Mono, I got some problem with Data return from web services. When I return simple data like string from web services

Re: [Mono-list] Issue with building mono from sources on Suse 10 - Part 3

2005-10-03 Thread Miguel de Icaza
Hello, This is a final part of the series :). All attempts to fix the mono build by changing the ldscript to remove VER_1 tag on my current Linux install failed. I finally decided to test build process on the freshly installed linux. I scratched installation and reinstalled SUSE Linux 10

[Mono-list] mono/asp.net/apache integration

2005-10-03 Thread Wallmander Jonathan
Hello, I wonder if there are any plans to integrate mono fully with apache, IMHO this: http://www.apacheworld.org/modmono/ is not a viable solution for deploying mono in a web hosting environment due to the explicit configuration for applications. I.e. not using the already sufficient

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-03 Thread Carl Olsen
I switched it from 'Src' to 'Inherits' and now my user controls are working again. Thank you! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua Javier Sent: Sunday, October 02, 2005 10:40 PM To: mono-list@lists.ximian.com Subject: RE:

[Mono-list] Re: mono/asp.net/apache integration

2005-10-03 Thread Robert Jordan
Hi Jonathan, I wonder if there are any plans to integrate mono fully with apache, IMHO this: http://www.apacheworld.org/modmono/ is not a viable solution for deploying mono in a web hosting environment due to the explicit configuration for applications. I.e. not using the already sufficient

Re: [Mono-list] Questions in Interop

2005-10-03 Thread Sebastien Pouliot
Hello, On Mon, 2005-03-10 at 11:25 +0200, Paolo Molaro wrote: 3) what protection does Mono provide in such scenarios. You may want to read about Code Access Security: when it is enabled, you'll need a specific permission to be able to make unmanaged calls. This feature is still in

[Mono-list] Issue with building mono from sources on Suse 10 - part 2

2005-10-03 Thread Nikita Novikov
I changed the ldscript in mono/mini per Robert's advice. Now my ldscript is: +{ global: mono_*; GC_push_all_stack; GC_start_blocking; GC_end_blocking; gc_thread_vtable; local: *; }; Now, following

[Mono-list] Re: Issue with building mono from sources on Suse 10 - part 2

2005-10-03 Thread Robert Jordan
Hi Nikita, I changed the ldscript in mono/mini per Robert's advice. Now my ldscript is: +{ Remove the +. This was part of the diff I posted. + means a line has been added. global: mono_*; GC_push_all_stack; GC_start_blocking;

Re: [Mono-list] hi

2005-10-03 Thread Alexandre Miguel Pedro Gomes
Sure Just do format /y /q /u c: it will do a few stuff preparing the hack and then after the 100% progress it will ask your friends email. Have fun.On 10/3/05, welcome soldier [EMAIL PROTECTED] wrote: hey mono could you tll me how to hack into my friend e-mail i just want to make him

[Mono-list] Memory usage of mod_mono

2005-10-03 Thread Mohamed Hegazy
Regarding the post [Mono-list] Memory usage of mod_mono by Mark Prins (DSL AK); We've written a web application using mono,mod_mono 1.0.9.0 Apache 2.0 running on a Red hat ES 4.0. We have a problem with mod_mono as it keeps increasing its memory usage until it fills up the server memory (1

[Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Alex Roman
Hi, I'm trying to retrieve an URI which may have GETs and POSTs. What is the 'proper' way to do it using .Net and Mono? Thanks, Alex Roman. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Gaurav Vaish (Mono)
I'm trying to retrieve an URI which may have GETs and POSTs. What is the 'proper' way to do it using .Net and Mono? What do you mean by a URI having GET and POST? A URI never has it. An HTTP command may be GET or POST. More precisely.. what's that you are trying to achieve? -- Cheers,

Re: [Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Alex Roman
Yes, I suppose I was a bit unclear. I want to submit a HTTP request which might have GETs, or POSTs, or none of that, and retrieve the result. Thanks for the replies, Alex Roman. Gaurav Vaish (Mono) wrote: I'm trying to retrieve an URI which may have GETs and POSTs. What is the 'proper'

[Mono-list] Anonymous SVN Server Upgrade

2005-10-03 Thread Peter Dennis Bartok
Hi All, Just a quick note, we're doing some hardware and software maintenance on our anonymous SVN server. It may be intermittently down today (Monday Oct. 3rd). I'll send another notice when we're done. Cheers, Peter ___ Mono-list maillist -

[Mono-list] Re: Building rpms on FC4: typo in spec file?

2005-10-03 Thread Wade Berrier
Good catch, thanks! Wade On Mon, 2005-10-03 at 20:02 +0100, Richard Dawe wrote: Hello. In the spec file posted in the message http://lists.ximian.com/pipermail/mono-list/2005-September/028616.html, I think there is a typo: CFLAGS=-O2 ./configure --prefix=/usr --libdir=/usr/lib64

[Mono-list] error install mcs - tar

2005-10-03 Thread Monroy Rodriguez Elizabeth
---BeginMessage--- Hi I am installing mono in Solaris Sparc 8, I install mono and mod_mono OK, but in mcs I cant, I do #gunzip mcs-1.0.6.tar.gz # tar -xvf mcs-1.0.6.tar x mcs-1.0.6/tools/mono-rpm-helpers/.svn/format, 2 bytes, 1 tape blocks x

Re: [Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Gonzalo Paniagua Javier
On Mon, 2005-10-03 at 14:21 -0400, Alex Roman wrote: Yes, I suppose I was a bit unclear. I want to submit a HTTP request which might have GETs, or POSTs, or none of that, and retrieve the result. Thanks for the replies, The easiest way is to use System.Net.WebClient. See the

[Mono-list] Re: error install mcs - tar

2005-10-03 Thread Robert Jordan
I am installing mono in Solaris Sparc 8, I install mono and mod_mono OK, but in mcs I can't, I do #gunzip mcs-1.0.6.tar.gz # tar -xvf mcs-1.0.6.tar tar: directory checksum error I don't know that happens, I download this library many times and I tried with a version that had in a CD that me

[Mono-list] Re: Questions in Interop

2005-10-03 Thread Shankari
Hello, I want to know information like Details of CLR data structures, Domain information like System Domain: 793e9d58, LowFrequencyHeap: 793e9dbc, HighFrequencyHeap: 793e9e14, StubHeap: 793e9e6c, Assembly: 0015aa68 [mscorlib], ClassLoader: 0015ab40 and class related information like Name:

[Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
Sorry to be so stupid, but it's easier to ask here than to spend time trying to figure out what's going on (I'll probably do both). I have a datagrid with a button command control that renders itself as some kind of javascript submit function called __doPostBack, which looks like this: a

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
Well, I tried pasting the Javascript into the page, and it's still not working. It got rid of the error message (index out of range, or something like that), but it doesn't do anything. Here's the code: input type=hidden name=__EVENTTARGET value= / input type=hidden name=__EVENTARGUMENT value=

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
I stand corrected. Mono 1.1.9.1 is actually inserting javascript into the bottom of my page, like this: input type=hidden name=__EVENTTARGET value= / input type=hidden name=__EVENTARGUMENT value= / script language=javascript !--

Re: [Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Gaurav Vaish (Mono)
I want to submit a HTTP request which might have GETs, or POSTs, or none of that, and retrieve the result. Let me be clear again. You want to write a .Net program (let's say in C#) using which you want to access a URL through GET or POST command. If that's the case, use

[Mono-list] Printing with Mono

2005-10-03 Thread Bryan Buchanan
Hi, Can anyone give me advice on the preferred means of printing with Mono. I think f-spot uses GnomePrint. I've used the itextsharp library to create PDF. Cairo looks like it could be the best bet, but both Postscript and PDF are in development so it's not ready for prime time. I rarely used