Re: [Mono-devel-list] Using the internal profiler

2005-07-27 Thread Miguel de Icaza
Hello, Does anyone knows how can I activate/deactivate the profiler for certain areas in program execution (like full Classes)? Or for a certain timespan? The problem is that I've got an application that loads a lot of data to memory (400Mb) and parses it at boostrap (about 30s of

Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Miguel de Icaza
Hello Ben, Am somewhat confused as to why people are even able to get past the configure stage, seeing as we have: PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6) One thing that might be an issue is that I wasn't able to find a tarball of gecko-sharp 0.6 anywhere on the Mono

Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Emil Emilov
Hi Anton, As I understand (I saw a discussion on the mono-list mailing list earlier), there is a problem trying to compile mono (and maybe gtk# for the same reason) under fedora core 4 as it uses gcc 4.0. I don't know why this is, try searching the messages from this list. Anton Andreev wrote:

[Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Matthias Felgner
Hi, Just got and built SQLsharpgtk from SVN. The Makefile in subdir sqlsharpgtk defines SQLSHARP_GTK_LIBS with the needed references in order to build sqlsharpgtk, Assembly Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir ../browser/ But reference is done using

Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Mario Sopena
Hello, On 7/27/05, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello Ben, Am somewhat confused as to why people are even able to get past the configure stage, seeing as we have: PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6) One thing that might be an issue is that I wasn't

Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Anton Andreev
I removed the check for mono in the configure script and it compiled. Is it OK this way? Hi Anton, As I understand (I saw a discussion on the mono-list mailing list earlier), there is a problem trying to compile mono (and maybe gtk# for the same reason) under fedora core 4 as it uses gcc

Re: [Mono-devel-list] Profile 2.0 assembly versions

2005-07-27 Thread Kornél Pál
I filed http://bugzilla.ximian.com/show_bug.cgi?id=75646. I don't try to propose a patch file because I'm sure it would be rejected. Kornél - Original Message - From: Michal Moskal [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Wednesday, July 27, 2005 11:09 AM Subject:

Re: [Mono-devel-list] gtk-sharp failed to compile

2005-07-27 Thread Emil Emilov
If it compiled, its ok I suppose. Install it now and you should be set. Anton Andreev wrote: I removed the check for mono in the configure script and it compiled. Is it OK this way? Hi Anton, As I understand (I saw a discussion on the mono-list mailing list earlier), there is a problem

Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov
Yeah I also noticed that. I fixed the same way. I'll try and make a patch in the evening, when I get home from work. If you can do it earlier, please do. Matthias Felgner wrote: Hi, Just got and built SQLsharpgtk from SVN. The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS”

[Mono-devel-list] authentication mode Windows

2005-07-27 Thread Kolanowski, Jawan
Hi, I try to migrate a web application (asp.net) from iis to mod_mono 1.0.6 with apache 2.0.53. The web application uses 'Context.User.Identity'. The authentication was performed by the iis (ntlm) against a active directory. On the apache i've configured digest authentication with ldap. apache

Re: [Mono-devel-list] COM Interop

2005-07-27 Thread Paolo Molaro
On 07/25/05 Jonathan S. Chambers wrote: Thanks for the response Rafael. I have a large amount of C++/COM code and migrating it all is not an option (due to shear size and performance reasons). I can port this code to *nix but have no way to call it. Just make sure that all the code you

[Mono-devel-list] Is there a way to Mono show accent characters?

2005-07-27 Thread Marco Aurélio Castro
Hi, If an ASPX accented text file has really accented characters, for example, áéí, instead of atilde; etc, is showed an ? instead of the actual character. Is there a way to fix it? I'm using Mono 1.6 in Fedora environment. Thanks, Marco Castro McSoft

[Mono-devel-list] XSLT test patch

2005-07-27 Thread Andrew Skiba
Hello. The attached patch solves the old problem with xslt testsuite, which did not report actual and expected results because I did not make escapement for results. Now it should be fixed. If no one objects, I will commit. Thank you. Andrew. xslttest.patch Description: xslttest.patch

Re: [Mono-devel-list] Is there a way to Mono show accent characters?

2005-07-27 Thread Simon Bain
Hi. I had a simillar problem and in my case it was definately the browser. In some cases different builds of IE would show some characters differently. I had to change all of the documents special characters to the entity equivalent and this cured the problem completely. As the users of this

Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Fawad Halim
If that's the case, then shouldn't the sample mono.repo on the website (http://www.go-mono.com/download/fedora-3-i386/mono.repo) be modified to have gpgcheck=0 in each of the repository sections? -fawad Ben Maurer wrote: On Wed, 2005-07-27 at 00:12 +0300, Anton Andreev wrote: yum install

Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Joe Shaw
Hi, On Wed, 2005-07-27 at 10:42 +0200, Mario Sopena wrote: I'm not Ben but there is a tarball here: http://www.go-mono.com/packagers/gecko-sharp/gecko-sharp-0.6.tar.gz Yeah, this is where we've been pointing people who build Beagle as well. The only problem I found there is that

[Mono-devel-list] Mono 1.1.8.3 released.

2005-07-27 Thread Miguel de Icaza
Hello, Mono 1.1.8.3 has been released, this contains an important security fix for ASP.NET applications as well as fixing the --debug deadlock problem on SMP systems. Users that use ASP.NET Forms authentication are encouraged to upgrade to this version. The software is available

Re: [Mono-devel-list] Looking for people to do Mono/autopackage integration

2005-07-27 Thread Ben Maurer
On Wed, 2005-07-27 at 15:22 +0100, Mike Hearn wrote: * Autopackage supports dependency resolution. Some users on some distros don't have any easily accessible packages for the Mono runtime, or if they do they may not know where to get them. By packaging not only applications but

Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov
Is there any way to modify the following line to work with both windows/linux? (i.e. under linux it would be slashes and win does backslashes) SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll /r:..\browser\Mono.Data.SqlSharp.DatabaseBrowser.dll would that work under

Re: [Mono-devel-list] ImageButton inside Repeater doesn't raise ItemCommand event

2005-07-27 Thread Rafael Teixeira
See the first answer in this forum thread: http://forums.asp.net/941132/ShowPost.aspx From it, looks like you missed the CommandName attribute in the asp:ImageButton tag. Without it there nothing to link your button to some command (you can have many of them in the same template) and so the

Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Fawad Halim
Hi, You're absolutely right. Per the yum.conf man page (http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum/docs/yum.conf.5?rev=1.33view=auto), the setting for gpgcheck in [main] defines the default. At least RHEL 4 and FC 4 ship with gpgcheck=1 in [main]. Regards -fawad Rafael Teixeira

Re: [Mono-devel-list] unsigned package mono-jscript-1.1.8.2-0.novell.i586.rpm

2005-07-27 Thread Anton Andreev
yes, you were right. thanks. Hi, You're absolutely right. Per the yum.conf man page (http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum/docs/yum.conf.5?rev=1.33view=auto), the setting for gpgcheck in [main] defines the default. At least RHEL 4 and FC 4 ship with gpgcheck=1 in