Re: [Mono-dev] [Mono-list] Application Portability Guidelines.

2006-08-03 Thread Bradley, Peter
I haven't really been following this, so if I've misunderstood what you're asking for, please forgive me. In my recent work, I've found the following two - fairly minor - issues. 1. Use: AppDomain.CurrentDomain.SetupInformation.ConfigurationFile to discover the location of application

[Mono-dev] [PATCH] System.Web.UI.Page.MaintainScrollPositionOnPostBack

2006-08-03 Thread Igor Zalmanovich
Hello all, I made an implementation for Page.MaintainScrollPositionOnPostBack. Attached the relevant patch. Please review, Igor. MaintainScrollPositionOnPostBack.patch Description: MaintainScrollPositionOnPostBack.patch ___

[Mono-dev] Apple.Foundation not found

2006-08-03 Thread Alex Vasilev
I have a Mac miniwith MacOSX10.4. I installed Mono 1.1.16.1 w/ Cocoa# 0.9. Iwrote a simple Cocoa# application following the "Simple tutorial" sample code found at http://www.cocoasharp.org/cocoaSharp/default.aspx/CocoaSharp/SimpleTutorial.html. It uses XCode Interface BuilderwithC#

[Mono-dev] MissingMethodException

2006-08-03 Thread Tomek Soroka
i try run web app under xsp2 and got such error. System.MissingMethodException: Method not found: 'Microsoft.VisualBasic.CompilerServices.Operators.CompareString'. at 0x0 unknown method at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs

Re: [Mono-dev] Can't find C runtime library while installing mono

2006-08-03 Thread Bill Seurer
Just a follow-up on how we resolved this. It turned out that glib (gmodule specifically) doesn't handle libraries on AIX (and thus PASE on i5/OS) properly. We did a little bit of hacking on it and now the problem does not occur. -- Bill Seurer IBM System i5 internal compiler development

[Mono-dev] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Hello All,i'm in the process of writing a gateway application. It speaks SOAP out of one side of it's mouth and a proprietary network application protocol out the other. My application would be much more beautiful and easy to maintain if i had the following two bits of interface to .net/mono

Re: [Mono-dev] [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Robert,Many thanks. i found the SOAP extension stuff just a few hours before your reply. As for the point about the formatter, i have implemented my own formatter. But, the point is the binary formatter already does most of the work i need to do except it adds extra information. In my specialized

Re: [Mono-dev] [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Robert,Another quick follow up. Suppose that my incoming request were not SOAP -- e.g. it was coming from the proprietary format stream, then implementing a SOAP extension will not do what i want. i know that there must be a way to get the current call, but the APIs seem a bit disjointed. i have

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Ligesh
On Wed, Aug 02, 2006 at 11:28:33PM +0900, Atsushi Eno wrote: Pedro Sobota wrote: No matter how Phalanger is important for you, it is just one of applications from the point of a managed runtime's view. (...) If you want Phalanger on Mono and there are missing bits, we'd welcome your

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Alex Nedelcu
I am not on the Mono-dev team, so my opinion doesn't really matter that much, but ... PHP is first and furthermost *a platform*, not a language. People use PHP because of mod_php and Apache, not because of the way you construct strings ... which I think it is a stupid assumption. People use PHP

[Mono-list] Getting start with Mono 1.1.13.8 on Windows

2006-08-03 Thread Stephen Gross
Hi folks... I'm justing getting started getting Mono working on windows. I did the full install of Mono 1.1.13.8 on Windows XP Pro. I followed the tutorial instructions at http://www.mono-project.com/Mono:Windows. It worked fine until I tried to run the executable (x.exe) on its own. When I do

[Mono-list] EmergeTk, Ajax web framework for .NET/Mono, released

2006-08-03 Thread Ben Joldersma
Hello Mono folks,First off, thanks for all the hard work on making Mono as great as it is. I absolutely love it -- I've been following it for years. It's a real pleasure for me to announce that my ajax toolkit now supports the mono framework ( 1.1.16), as of the my latest release (0.1.1).Here are

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Dick Porter
On Thu, 2006-08-03 at 11:45 +0530, Ligesh wrote: On Wed, Aug 02, 2006 at 11:28:33PM +0900, Atsushi Eno wrote: Of course Phalanger is not important enough for Mono to support OFFICIALLY. There is nothing you can feel odd. No no.. That's not a correct attitude, What Atsushi is saying

Re: [Mono-list] Getting start with Mono 1.1.13.8 on Windows

2006-08-03 Thread Daniel Weinand
Am Tue, 1 Aug 2006 09:45:53 -0400 schrieb Stephen Gross: Did I screw up the installation? Did I forget some basic required component? Let me guees. There's no .NET Framework installed on your Box? try: mono x.exe if it fails try PathToMono\bin\mono.exe x.exe should be: C:\Program

Re: [Mono-list] Web app performance profiling

2006-08-03 Thread Andrey Tkach
Hello, Bellow I put all my output which I got while trying to profile mod_mono. I tried it with mono 1.1.15 mod_mono 1.1.14, then I upgrated both to 1.1.16, but exactly the same crash remains. What might be the reason of this? Seems like a bug. Should I report it to bugzilla? Sincerely yours,

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Miguel de Icaza
Hello, Both Phalanger, IronPython and Ruby.NET are interesting both from a language perspective (they are one of the reasons we started to implement Mono in the first place) and also because they exercise our 2.0 support. Since our 2.0 support is not officially complete, if you want to

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Miguel de Icaza
Hello, Of course Phalanger is not important enough for Mono to support OFFICIALLY. There is nothing you can feel odd. I want to clarify this. Atsushi is correct that we do not provide support for Phalanger ourselves. That is, we probably can not help you with answers on how to use it. But

Re: [Mono-list] Platform independend Graphics library

2006-08-03 Thread Peter Dennis Bartok
System.Drawing is, uh, a graphics library that is usable on all platforms. Or were you asking for Which GUI should you use?. In that case, you can either use GTK# or System.Windows.Forms. Both work on all platforms. Peter -Original Message- From: Robert [EMAIL PROTECTED] Cc:

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Ligesh
On Thu, Aug 03, 2006 at 10:01:33AM -0400, Miguel de Icaza wrote: Hello, Am personally very excited about the release of this compiler, and we will try to fix all the issues to allow you to run it. Hey, thanks. I will try with the latest CVS mono, and see if I run into any problems. I am

Re: [Mono-list] Platform independend Graphics library

2006-08-03 Thread ted leslie
not on a Mac without x11 installed? i use wx.Net and it allows deployment on Mac Win and Linux with those OS as a standard install. -tl On Thu, 3 Aug 2006 09:25:59 -0400 Peter Dennis Bartok [EMAIL PROTECTED] wrote: System.Drawing is, uh, a graphics library that is usable on all platforms.

[Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Hello All,i'm in the process of writing a gateway application. It speaks SOAP out of one side of it's mouth and a proprietary network application protocol out the other. My application would be much more beautiful and easy to maintain if i had the following two bits of interface to .net/mono

Re: [Mono-list] Web app performance profiling

2006-08-03 Thread Gonzalo Paniagua Javier
On Thu, 2006-08-03 at 14:45 +0300, Andrey Tkach wrote: Hello, Bellow I put all my output which I got while trying to profile mod_mono. I tried it with mono 1.1.15 mod_mono 1.1.14, then I upgrated both to 1.1.16, but exactly the same crash remains. What might be the reason of this? Seems

Re: [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread Robert Jordan
Hey, L.G. Meredith wrote: i'm in the process of writing a gateway application. It speaks SOAP out of one side of it's mouth and a proprietary network application protocol out the other. My application would be much more beautiful and easy to maintain if i had the following two bits of

Re: [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Robert,Many thanks. i found the SOAP extension stuff just a few hours before your reply. As for the point about the formatter, i have implemented my own formatter. But, the point is the binary formatter already does most of the work i need to do except it adds extra information. In my specialized

Re: [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Robert,Another quick follow up. Suppose that my incoming request were not SOAP -- e.g. it was coming from the proprietary format stream, then implementing a SOAP extension will not do what i want. i know that there must be a way to get the current call, but the APIs seem a bit disjointed. i have

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Miguel de Icaza
Hello, OK, so I will rephrase my question to: whether someone in this list 'probably wants' phalanger and is interested in making changes like the way it was done for IronPython. I managed to build the compiler (Phalanger), we have a copy of it with Makefiles checked into