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 configur

[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-d

[Mono-dev] Apple.Foundation not found

2006-08-03 Thread Alex Vasilev
I have a Mac mini with Mac OS X 10.4.  I installed Mono 1.1.16.1 w/ Cocoa# 0.9.   I wrote 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 Builder with C#

[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> at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) at

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 Roc

[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 capabi

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 f

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 lo