Re: [Mono-dev] [Mono-list] .NET and Mono integration, the plans

2014-11-19 Thread Marek Habersack
On 19/11/14 20:50, Martin Thwaites wrote: Hey Martin, Hi Miguel, That sounds good. In terms of System.Web then, would you prefer your internal team does it? or am I ok to start replacing some files when the sub-module is added? I was thinking of trying to hit the HttpApplication class

Re: [Mono-dev] [Mono-list] .NET and Mono integration, the plans

2014-11-19 Thread Marek Habersack
not an easy task to make it all work fine. It's definitely doable, but may require a lot of work to get right. It would be great if we could replace just the System.Web namespace for starters, but I doubt it's going to be that easy. marek On Wed, Nov 19, 2014 at 3:28 PM, Marek Habersack gren

Re: [Mono-dev] Crash course on bringing .NET open sourced code to Mono.

2014-11-17 Thread Marek Habersack
On 15/11/14 15:48, Miguel de Icaza wrote: Each one needs to be discussed Some of the Ms behaviors don't work on Unix, so not only we shouldn't bring it, we should work towards a better shared set of new Apis I would be all in favor of this approach. In fact, I'd advocate for having a rule that

Re: [Mono-dev] Size of thread in Mono (65MB per thread?)

2013-12-20 Thread Marek Habersack
On 12/20/2013 09:10 , Nicolas Antoniazzi wrote: I am not using OpenVZ but a solution that we developed based on Linux kernel calls because we really need to bootstrap a virtual environment in less than 50ms. I tested the same program on a .Net platform and after 1000 threads created, the whole

Re: [Mono-dev] Size of thread in Mono (65MB per thread?)

2013-12-20 Thread Marek Habersack
per-thread memory usage, you'd need to defer to somebody who worked on their implementation in the Mono runtime (I didn't), but I would be surprised if it was a large number. marek Thanks a lot for your help! 2013/12/20 Marek Habersack gren...@twistedcode.net mailto:gren

Re: [Mono-dev] Mono Project: Next Steps

2011-07-07 Thread Marek Habersack
On Thu, 7 Jul 2011 10:04:31 +0200 Alex xtzgzo...@gmail.com wrote: Hi, Hey, I would be eternally grateful if someone made that possible; Cygwin is a major pain in the butt to build anything with... Note that you can also cross-compile for Windows from Linux, see the build-mingw32.sh script in

Re: [Mono-dev] ASP.NET MVC 3 with Razor on Mono 2.10.1 ?

2011-05-01 Thread Marek Habersack
On Sun, 01 May 2011 18:52:21 +0200 Quandary quandar...@hailmail.net wrote: Hey, Thanks Robert, that helped somewhat. Now, the following dll's are in the bin directory: ls *.dll MyProject.dll System.Web.Routing.dll System.Web.Entity.dll

Re: [Mono-dev] Patch for StopRoutingHandler - stop handling routes instead of throwing

2011-01-14 Thread Marek Habersack
On Fri, 14 Jan 2011 15:43:08 +0100 Damir Simunic damir.simu...@wa-research.ch wrote: Hi all, Hey, noticed that adding routes using StopRoutingHandler() throws NotSupportedExceptions instead of simply ceasing further processing in the UrlRoutingModule. Attached is the patch I wrote to

Re: [Mono-dev] Windows Integrated Authentication

2010-11-25 Thread Marek Habersack
is already partially implemented and the WindowsAuthenticationModule should be pretty straightforward to code. best, marek Cheers, Helmut Original-Nachricht Datum: Wed, 24 Nov 2010 17:46:46 +0100 Von: Marek Habersack gren...@twistedcode.net An: agez helmut_zieg

Re: [Mono-dev] Windows Integrated Authentication

2010-11-24 Thread Marek Habersack
On Wed, 24 Nov 2010 07:11:11 -0800 (PST) agez helmut_zieg...@gmx.de wrote: Hi, Hey, we're developing an ASP.Net MVC2 web application for the Intranet and wanted to use Windows Integrated Authentication. Everything works fine with the Visual Studio Development Server or IIS. But we

Re: [Mono-dev] ASP.MVC Accesing HttpContext.Current from AsyncController action..

2010-10-04 Thread Marek Habersack
On Sun, 3 Oct 2010 02:03:32 +0200 Pablo Ruiz pablo.r...@gmail.com wrote: Hey, Please file a bug report with an attached self-contained, small and fully working sample demonstrating the issue (http://mono-project.com/Bugs, the Sys.Web component), thanks. marek I have an ASP MVC2

Re: [Mono-dev] status of asp.net 4.0

2010-08-23 Thread Marek Habersack
On Sun, 22 Aug 2010 07:59:20 + Sharique uddin Ahmed Farooqui saf...@gmail.com wrote: Hey, Hi, I know that there are many features of .net 4 are being implemented. I want to the status of asp.net 4.0, I'm particularly interested in cleaner html and url rewriting. The only major part

Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-04 Thread Marek Habersack
On Wed, 4 Aug 2010 10:25:21 -0300 Rafael Teixeira mono...@gmail.com wrote: Hey, Can you try to debug it with MonoDevelop? (latest versions enable the soft debugger for ASP.NET (xsp)). It sure seems like some path transformation or file-access mishap, although the responsible to tell the view

Re: [Mono-dev] github workflow proposals

2010-07-27 Thread Marek Habersack
On Tue, 27 Jul 2010 18:41:46 -0400 Geoff Norton gnor...@novell.com wrote: On 2010-07-27, at 6:21 PM, Alan wrote: For commit messages, how about gnome style ones? http://live.gnome.org/Git/CommitMessages This is actually very nice. My only concern is maintaining the list of

Re: [Mono-dev] Problem with ASP.NET MVC 2: Flawed implementation of HttpServerUtility.Execute()?

2010-05-10 Thread Marek Habersack
On Sun, 9 May 2010 20:24:14 +0200 Oskar Berggren oskar.bergg...@gmail.com wrote: Hi, Hey, [snip] Any suggestions to resolve this? Yep - create a test case (self-contained), file a bug report and attach the test case to it (http://mono-project.com/Bugs, file the bug for the System.Web

Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-19 Thread Marek Habersack
On Sat, 17 Apr 2010 18:14:49 -0800 (PST) jmalcolm malcolm.jus...@gmail.com wrote: Hello, Thanks Marek, Does this live in System.Diagnostics? Yes, Does this mean that the code you posted would fail on Microsoft.NET with an InvalidOperationException? Using this particular category, yes -

Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-19 Thread Marek Habersack
On Sun, 18 Apr 2010 08:00:04 -0400 Jay R. Wren jrw...@xmtp.net wrote: Hello, Confirmed, the constructor throws InvalidOperationException with a message of Category does not exist. on .NET 4. The code you pasted falls through to Cannot detect Physical RAM. It is not a big deal, but it is

[Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-16 Thread Marek Habersack
Hey everybody, This is just to let you know that Mono in trunk has a new performance counter which returns the amount of physical RAM in the machine. The need to add such a counter arose from the fact that there's no means in .NET to get this piece of information. Also, different

Re: [Mono-dev] mono 2.6.3 breaks https connections

2010-03-19 Thread Marek Habersack
On Fri, 19 Mar 2010 11:22:49 +0100 Latif Khalifa lati...@radegastclient.org wrote: Hello, Yes, in order to provide X509 certificate generation capability, that would also work when executing under .NET, we've been including Mono.Security assembly with our binaries. That worked until 2.6.3. I

Re: [Mono-dev] Removing Obsolete Code from Mono 2.8

2010-03-02 Thread Marek Habersack
On Mon, 01 Mar 2010 21:36:06 -0500 Miguel de Icaza mig...@novell.com wrote: Hello, [snip] There are many different versions of the SQLite provider. However, Mono has a couple of different versions: Mono.Data.SqliteClient which is 1.1 only. It will not work with NET_2_0 profile

Re: [Mono-dev] [PATCH] Fix Roles.IsUserInRole and enhance WebTest Framework

2010-02-11 Thread Marek Habersack
On Thu, 11 Feb 2010 03:16:33 -0600 Tiaan Geldenhuys tag...@gmail.com wrote: Hello, The attached patch is a fix for System.Web.Security.Roles.IsUserInRole to prevent ASP.NET MVC errors like the one shown at the bottom, which happens when a user hasn't logged on and requests public pages with

Re: [Mono-dev] [PATCH] Fix Roles.IsUserInRole and enhance WebTest Framework

2010-02-11 Thread Marek Habersack
into race conditions. Do you know of a way that this synchronization can be added to WebTest without too much trouble? I haven't spent any time on this, but I imagine it shouldn't be too complicated. best regards, marek Regards, Tiaan. -Original Message- From: Marek Habersack

Re: [Mono-dev] ASP.NET website fails after update to 2.4.3

2009-12-18 Thread Marek Habersack
On Thu, 17 Dec 2009 10:06:42 +0100 Marek Habersack gren...@twistedcode.net wrote: Hello On Tue, 15 Dec 2009 17:18:32 -0700 Robert Abram li...@loneprairie.com wrote: Hello, I believe my error after upgrading from 2.4.2.3 to 2.4.3 on a test server is a similar problem. Please see attached

Re: [Mono-dev] [PATCH] XSP: Reliable socket closure on FastCGI Backend

2009-12-17 Thread Marek Habersack
On Wed, 16 Dec 2009 14:57:15 -0600 Tiaan Geldenhuys tag...@gmail.com wrote: Hello, The attached path fixes an issue where XSP's FastCGI Backend would sometimes close sockets before all data has made it to the FastCGI Server (web server), which leaves the FastCGI protocol in a bad state and can

Re: [Mono-dev] ASP.NET website fails after update to 2.4.3

2009-12-17 Thread Marek Habersack
how and why (no time for it), but it works. Thanks, Marek! 2009/12/10 Marek Habersack gren...@twistedcode.net: On Thu, 10 Dec 2009 23:08:55 +0200 k0l0b0k k0l0b0k.v...@gmail.com wrote: Good day! Hello, I have a production website, that runs on mod_mono on Debian Lenny, and after

Re: [Mono-dev] ASP.NET website fails after update to 2.4.3

2009-12-10 Thread Marek Habersack
On Thu, 10 Dec 2009 23:08:55 +0200 k0l0b0k k0l0b0k.v...@gmail.com wrote: Good day! Hello, I have a production website, that runs on mod_mono on Debian Lenny, and after update from 2.4.2.3 to mono-2.4.3 few hours ago, application runs with some stranges (it works at all, but does not show

[Mono-dev] [PATCH] IOMAP reporting - reimplemented as a profiler module

2009-12-08 Thread Marek Habersack
/profiler/mono-profiler-iomap.c @@ -0,0 +1,532 @@ +/* + * mono-profiler-iomap.c: IOMAP string profiler for Mono. + * + * Authors: + * Marek Habersack mhabers...@novell.com + * + * Copyright (c) 2009 Novell, Inc (http://novell.com) + */ +#include config.h + +#include string.h +#include mono/utils

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-29 Thread Marek Habersack
debugger - i.e. it wouldn't be a separate .so, but would live in the runtime, otherwise behaving like a shared module? That would let us keep the code together with the I/O portability layer. marek On Nov 26, 2009, at 7:08 PM, Marek Habersack wrote: Hello everybody, Attached is an update

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-27 Thread Marek Habersack
be better to implement this as a profiler module, a profiler can already receive notifications when an object is allocated. Zoltan On Fri, Nov 27, 2009 at 1:08 AM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-27 Thread Marek Habersack
On 11/27/2009 06:48 PM, Rodrigo Kumpera wrote: On Fri, Nov 27, 2009 at 1:40 PM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: On 11/27/2009 02:29 PM, Rodrigo Kumpera wrote: I agree with Zoltan, we better figure out how to extend

[Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-26 Thread Marek Habersack
Hello everybody, Attached is an update to the original code I posted last week. The update adds support for reporting string allocation locations. It is useful with large code base where strings may be created in one location but used in many others. The code adds a new internal function

Re: [Mono-dev] [PATCH] XSP: Virtual path support on FastCGI Backend (also resulting in MVC support)

2009-11-23 Thread Marek Habersack
Tiaan Geldenhuys wrote: Hello, This patch adds better support for mapping of ASP.NET virtual paths on the XSP FastCGI Backend (previously it primarily assumed mapping to physical files and directories on the file system). As a result, MVC now also seems to be working through FastCGI,

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option

2009-11-20 Thread Marek Habersack
Hello everybody, Attached is a new version of the patch - it adds a summary of mismatched file names, printed to stdout on application exit. Please review, marek diff --git a/man/mono.1 b/man/mono.1 index 5061f46..7d5e2ef 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -1282,7 +1282,10 @@

[Mono-dev] [PATCH] MONO_IOMAP reporting option

2009-11-19 Thread Marek Habersack
Hey folks, The attached patch implements a new option for the MONO_IOMAP mechanism - report. The option tells the mapping code to print information to stdout each time a mismatch is found. The information includes requested file name, actual file name and a managed stack trace. The patch

Re: [Mono-dev] [PATCH] XSP: Unhandled exceptions on FastCGI Backend

2009-11-19 Thread Marek Habersack
Tiaan wrote: This patch prevents abandoned FastCGI connections from staying open indefinitely due to unhandled exceptions by adding last-resort error-handling (including logging) when connections are being accepted and processed. It also implements a more graceful shutdown of the FastCGI

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option

2009-11-19 Thread Marek Habersack
Robert Jordan wrote: Hi Marek, Hey Robert, [snip] trace. The patch makes it easier to port applications which are full of code accessing files with incorrect case in names. Is it ok to commit the diff? +static inline void print_report (const gchar *report) +{ +MonoClass *klass; +

Re: [Mono-dev] [PATCH] XSP: Encoding of long string-lengths in FastCGI does not comply with specification

2009-11-17 Thread Marek Habersack
Tiaan wrote: The lengths of strings that are larger than 127 bytes are encoded incorrectly by the Mono.FastCgi.NameValuePair.WriteLength method: The first byte must have its high bit set in this case. To confirm, refer to the implementation of the reverse decoding-logic in the ReadLength

Re: [Mono-dev] Deadlock in System.Web.Caching.Cache class

2009-11-08 Thread Marek Habersack
Ivan Radovanovic wrote: Although this dead lock problem continues to potentially exists it seems that problem is after all OS specific - there is some weird behavior of fam/gamin reporting that bin/*.dll files are changed, causing ASP.Net runtime trying to restart application, while at the

Re: [Mono-dev] [PATCH] Add HttpNotFoundHandler and HttpNotImplementedHandler

2009-11-02 Thread Marek Habersack
Kornél Pál wrote: Miguel de Icaza wrote: I am not sure why we would include in Mono two classes that are flagged as internal. How would a user even use this? Handlers are mostly used in Web.config and the ASP.NET runtime uses reflection that makes it able to instantiate non-public

Re: [Mono-dev] [PATCH] Add HttpNotFoundHandler and HttpNotImplementedHandler

2009-11-02 Thread Marek Habersack
Kornél Pál wrote: Marek Habersack wrote: HttpNotImplementedHandler is not used in Web.config and is most likely known by much less people but I found it in the prevously referenced book so I just implemented that as well to make the internal simple handler collection complete. I don't

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-29 Thread Marek Habersack
that would be great. Nick On Fri, Sep 25, 2009 at 5:32 AM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: Chuck Esterbrook wrote: On Thu, Sep 24, 2009 at 1:20 PM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-25 Thread Marek Habersack
Chuck Esterbrook wrote: On Thu, Sep 24, 2009 at 1:20 PM, Marek Habersack gren...@twistedcode.net wrote: Nick Berardi wrote: But by leaving out these stub API's the Mono project is essentially forbidding any application that references these API's from running on their software, even

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-24 Thread Marek Habersack
Nick Berardi wrote: Hello group, Hello, This is my first time submitting a patch. So if anything I have done is out of the norm, please let me know so that I can correct it. There are two API's related to IIS 7.0 that were added as part of the .NET 2.0 SP2 release that I need

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-24 Thread Marek Habersack
it step by step. On Thu, Sep 24, 2009 at 4:56 AM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: Nick Berardi wrote: Hello group, Hello, This is my first time submitting a patch. So if anything I have done is out

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-24 Thread Marek Habersack
before 2.6 is to be branched is not acceptable IMO and should be the very last resort. best regards, marek Nick On Thu, Sep 24, 2009 at 2:32 PM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: Nick Berardi wrote: Hi Marek, Hello

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-24 Thread Marek Habersack
of my patches) - but that's the only way to get started - just dive in head first. best regards, marek Microsoft ASP.NET http://ASP.NET is clouding my understanding of Mom ASP.NET http://ASP.NET. Thanks, Nick On Thu, Sep 24, 2009 at 4:20 PM, Marek Habersack gren...@twistedcode.net

Re: [Mono-dev] ASP:UpdatePanel with UpdateMode=Conditional updates always

2009-08-24 Thread Marek Habersack
Vitalii wrote: Hi, I'm facing such a problem: https://bugzilla.novell.com/show_bug.cgi?id=532064 The situation (and the answer) haven't changed since, Vitalii - it is not reproducible with latest Mono, so use the latest. It was a bug in System.Web.Extensions which is resolved now. marek

Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Marek Habersack
Gert Driesen wrote: -Original Message- From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Miguel de Icaza Sent: dinsdag 21 juli 2009 17:50 To: Gert Driesen Cc: 'mono-list'; 'Mono Announce'; 'mono-devel-list' Subject: Re: [Mono-list] The

[Mono-dev] Mono and MVC - status update

2009-07-16 Thread Marek Habersack
Hello everybody, Recently an update to 2.4.2 has been released which included the Microsoft ASP.NET MVC sources integrated with our source tree and build system. Unfortunately, due to an omission on my part the update did not include a workaround for an mcs bug which, in effect, may

Re: [Mono-dev] [Mono-list] Bug with OutputCache directive in Mono 2.4.1

2009-05-15 Thread Marek Habersack
anything to do with packaging or repositories, sorry :) Later I've compiled Mono 2.4.1 from sources from SVN and run my application on xsp2. It seems like everything is OK with OurputCache directive. Glad to hear! best regards, marek All the best, Maxim Karavaev Marek Habersack wrote

Re: [Mono-dev] System.Data.SQLite under mono

2009-05-12 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arne Claassen wrote: I'm trying to get phxsoftware's System.Data.SQLite managed-only dll working under mono. The readme claims i should just need the binary in the same directory and it works for mono. It does work for windows, i just drop

Re: [Mono-dev] [Mono-list] Bug with OutputCache directive in Mono 2.4.1

2009-05-06 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maxim wrote: Hello! Hello, I've just upgraded Mono to 2.4.1 on my develop machine and found very strange error. On all pages with directive %@ OutputCache Location=None VaryByParam=None Duration=1 % I've got error //CS0103: The name `None' does

Re: [Mono-dev] Bug fix for mono-2-4

2009-04-27 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juraj Skripsky wrote: Hi Marek, Hey, I think r130971* fell through the cracks for branches/mono-2-4. May I commit it there as well? Done in r132708 - thanks for noticing it! best regards, marek *)

Re: [Mono-dev] Installer

2009-04-10 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yoreck wrote: Hello, Hello, I have develop my first mono project, how can I create an installer for it? I need to run it on both Lunux and Windows. Try http://installjammer.com/ marek -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[Mono-dev] Case unaware applications on Mono, IOMAP, FUSE and LD_PRELOAD - a call for discussion

2009-03-10 Thread Marek Habersack
Hello, As most of you know, Mono has an I/O layer mode in which it is able to cover problems with some .NET applications incoherence of dealing with file names. Some operating systems have file systems which are case-aware but not case-sensitive. Mono supports an environment variable

Re: [Mono-dev] Building xsp afrom svn

2009-01-29 Thread Marek Habersack
On Thu, 2009-01-29 at 11:13 +, Paul wrote: Hi, Hello I seem to have problems when building both xsp and mono-addins from svn xsp: All goes fine until... /usr/bin/sn -q -R ../../src/Mono.WebServer/MonoWebserver.dll ./../mono.snk Assembly ../../src/Mono.WebSever/Mono.WebServer.dll

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Marek Habersack
On Tue, 2008-12-16 at 01:43 -0800, Vladimir Krasnov wrote: Hi Marek, Hey Vladimir, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource fails to convert values to Nullable properties while creating data object. 2. BoundField

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Marek Habersack
On Tue, 2008-12-16 at 10:29 +, Ivan N. Zlatev wrote: 2008/12/16 Vladimir Krasnov vladim...@mainsoft.com Hi Marek, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource

Re: [Mono-dev] [Fwd: [Mono-patches] r116660 - trunk/mono/data/net_2_0]

2008-10-22 Thread Marek Habersack
: Tue, 21 Oct 2008 14:40:56 -0400 (EDT) From: Marek Habersack ([EMAIL PROTECTED]) [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Author: mhabersack Date: 2008-10-21 14:40:56 -0400 (Tue, 21 Oct 2008) New Revision: 116660 Modified: trunk/mono/data/net_2_0

Re: [Mono-dev] [Fwd: [Mono-patches] r116660 - trunk/mono/data/net_2_0]

2008-10-22 Thread Marek Habersack
On Thu, 23 Oct 2008 01:44:25 +0900 Atsushi Eno [EMAIL PROTECTED] wrote: Hey Marek, Marek Habersack wrote: On Wed, 22 Oct 2008 13:47:46 +0900 Atsushi Eno [EMAIL PROTECTED] wrote: Hi grendel, Hey Atsushi, How does this break 2.0 apps? They do not exist in .NET, but they do

Re: [Mono-dev] Question about AjaxToolkit and System.Web.Extensions on Mono

2008-10-02 Thread Marek Habersack
On Wed, 1 Oct 2008 14:47:52 -0400 Karel Tamayo [EMAIL PROTECTED] wrote: Hi everybody: I'd be glad if anyone could help me here. I'm running a web application on mono. I did port it from asp.net using moma and although I was using VS 2008 I was targeting .net framework 2.0 to be OK

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-28 Thread Marek Habersack
- please copy the file and attach it to the mail along with the new backtrace. regards, marek I have no clue how to read through the source code of mono for the other .cs files. If anyone can help I would REALLY appreciate it. Thank you. Zee. _ From: Marek

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-25 Thread Marek Habersack
On Mon, 25 Aug 2008 02:17:32 -0400 Wael Zeenni [EMAIL PROTECTED] wrote: Dear Eric, Thanks for the response. I ran the ComponentArt DLL through the MoMA and everything turned out fine. There were no PInvokes and no missing Mono functionality. As to where the error is coming

[Mono-dev] [PATCH] Enable reading of the ASP.NET Requests Queued counter from external process

2008-08-14 Thread Marek Habersack
Hello everybody, The attached patch implements reading the counter mentioned in the subject when using a named instance (on Unix it's a process ID). Please review, best, marek Index: mono/metadata/mono-perfcounters.c ===

Re: [Mono-dev] [PATCH] Enable reading of the ASP.NET Requests Queued counter from external process

2008-08-14 Thread Marek Habersack
On Fri, 15 Aug 2008 01:22:05 +0200 Zoltan Varga [EMAIL PROTECTED] wrote: Hi, Hey, Seems harmless. Thanks :) - committed in r110541 best, marek ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] [PATCH] Cross-compiling mono for Windows on Linux, using Mingw

2008-08-05 Thread Marek Habersack
On Thu, 31 Jul 2008 16:41:51 -0400 Miguel de Icaza [EMAIL PROTECTED] wrote: This looks like a good patch. I've committed it to trunk in revision 109671. The resulting mono works fine on Windows - all one needs to do is to unpack the generated zip file in the root directory of a Windows drive and

[Mono-dev] [PATCH] Cross-compiling mono for Windows on Linux, using Mingw

2008-07-31 Thread Marek Habersack
Hello everybody, Attached is a patch which makes it possible to cross-compile Mono for Windows on Linux. In order to do it, after applying the patch, you need to install the mingw cross compiler for your system. OpenSUSE 10.3 and 11 users can do it from the repository at:

Re: [Mono-dev] [PATCH] Cross-compiling mono for Windows on Linux, using Mingw

2008-07-31 Thread Marek Habersack
Hello again, Attached is an updated patch which does full compilation of both the cross runtime and the class library/compilers. marek Index: runtime/Makefile.am === --- runtime/Makefile.am (revision 109357) +++

Re: [Mono-dev] [PATCH] HTML encode attributes that might need encoding

2008-07-27 Thread Marek Habersack
On Fri, 25 Jul 2008 21:52:34 -0700 Dean Brettle [EMAIL PROTECTED] wrote: Hi all, Hey Dean, Please review the attached small patch and let me know if it is OK to commit this to mono-2-0 and trunk. All existing tests pass, but I haven't added any new tests specifically for the changes. It's

Re: [Mono-dev] [PATCH] Fixes for races and other bugs in App_Browsers/*.browser processing

2008-07-26 Thread Marek Habersack
On Fri, 25 Jul 2008 17:57:40 -0700 Dean Brettle [EMAIL PROTECTED] wrote: Hey Dean, Please review the attached patch and let me know if it is OK to commit to mono-2-0 and trunk. Attached in an updated patch. It just adds tests for the two non-race bugs: * nBrowser/Node.cs: Fixed

Re: [Mono-dev] [Mono-patches] r108492 - in branches/mono-2-0/mcs/class/System.Web: System.Web.UI Test/System.Web.UI

2008-07-22 Thread Marek Habersack
On Tue, 22 Jul 2008 21:12:03 +0200 Gert Driesen [EMAIL PROTECTED] wrote: Hi Dean, Hey Gert, Was this change approved for the 2.0 branch, or did you commit it to the branch by accident? It was approved. Also, your patch was not complete; Stream.Length can/will also throw a

Re: [Mono-dev] Patch/2nd Post: mod_mono restart

2008-07-14 Thread Marek Habersack
On Mon, 14 Jul 2008 07:50:36 -0400 Joshua Tauberer [EMAIL PROTECTED] wrote: [Originally posted May 21...] Hello Joshua, I must have missed the mail - sorry about that. I encountered a problem when doing a mod-mono-server restart through the mod_mono control panel that when requests

Re: [Mono-dev] ResourceReader patch

2008-05-28 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 28 May 2008 10:21:19 +0200 Andreas Nahr [EMAIL PROTECTED] wrote: Is there any reason for not using structs? No sense in needlessly torturing the GC ;) Makes sense - applied in r104334, thanks! marek -BEGIN PGP SIGNATURE- Version:

Re: [Mono-dev] Some questions about ASP.NET

2008-05-14 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 14 May 2008 10:18:32 +0200 Daniel Nauck [EMAIL PROTECTED] wrote: Hello, Hello, the bug i mentioned is already fixed in Mono 1.9.1 Please create a small testcase an open a new bugreport for it, thanks: http://mono-project.com/Bugs

Re: [Mono-dev] [PATCH] Changes/fixes to support for App_Browsers and control adapters

2008-04-07 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Apr 2008 14:04:24 -0700 Dean Brettle [EMAIL PROTECTED] wrote: It's been 2 weeks and I'm still waiting on approval to commit this. Is Marek on vacation or something? The text of my original message is below. The full message with

Re: [Mono-dev] [PATCH] System.Web support for *.browser files and control adapters

2008-03-09 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 9 Mar 2008 16:21:14 -0700 Dean Brettle [EMAIL PROTECTED] wrote: Hi all, Hey Dean, The attached patch adds support for *.browser files and control adapters to System.Web under the 2.0 profile. It doesn't break any existing tests and

Re: [Mono-dev] mojoportal still broken on lastest svn (r96314)

2008-02-21 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Feb 2008 08:30:30 -0500 Joe Audette [EMAIL PROTECTED] wrote: Hi All, Hey Joe, I'm still not able to get mojoportal working using mono built from svn since before my vacation Feb 9th. Using mojoportal from svn trunk, it works ok on

Re: [Mono-dev] Performance improvement for System.Web.UI.Page.RegisterRequiresPostBack

2008-02-20 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 18 Feb 2008 09:15:23 -0800 Vladimir Krasnov [EMAIL PROTECTED] wrote: Hello, Hello Vladimir, Please review and approve attached patch that improves Page.RegisterRequiresPostBack method, it will give up to 5% for controls that calls this

Re: [Mono-dev] xsp issu

2008-02-20 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 20 Feb 2008 09:58:06 +0530 Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: HI, Hi, I run with xsp2, it get this error. Server Error in '/' Application -- *Cannot cast from source type to destination

Re: [Mono-dev] mod_mono and xsp patches

2008-01-21 Thread Marek Habersack
On Sun, 20 Jan 2008 08:29:01 -0500, Joshua Tauberer [EMAIL PROTECTED] scribbled: Hi, Hey Joshua, I have two sets of patches: for mod_mono and xsp. The mod_mono patch corrects a few minor things, like proper destruction of the new shm's and checking everything is initialized. The xsp

Re: [Mono-dev] mod_mono and xsp patches

2008-01-21 Thread Marek Habersack
On Mon, 21 Jan 2008 13:45:54 -0500, Joshua Tauberer [EMAIL PROTECTED] scribbled: Marek Habersack wrote: They're OK to go in, thanks! Great, in that case, I'm attaching another patch for mod_mono that implements rate limiting. I had found that under relatively heavy load, mod-mono

Re: [Mono-dev] Patch for System.Web.HttpContext

2008-01-16 Thread Marek Habersack
On Wed, 16 Jan 2008 06:18:30 -0800, Vladimir Krasnov [EMAIL PROTECTED] scribbled: Hello, Hello Vladimir, Please review and approve attached performance optimization patch. Why not use the generic Stack container instead? regards, marek signature.asc Description: PGP signature

Re: [Mono-dev] Patch for HttpRequest and HttpCookieCollection

2008-01-16 Thread Marek Habersack
On Wed, 16 Jan 2008 15:40:51 +0100, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hi Marek, Hey Juraj, Did you get this mail? Could you please review my patch? Thanks! Please commit, looks good. Thanks! best regards, marek signature.asc Description: PGP signature

Re: [Mono-dev] Patch for System.Web.UI.Page.DeterminePostBackMode

2008-01-16 Thread Marek Habersack
On Wed, 16 Jan 2008 06:33:39 -0800, Vladimir Krasnov [EMAIL PROTECTED] scribbled: Hello, Hello Vladimir, This is performance optimization patch, which fixes common flow when no query string in request, please review. Please commit, looks good. Thanks! best regards, marek signature.asc

Re: [Mono-dev] asp.net 1.2.5 and 1.2.6

2008-01-11 Thread Marek Habersack
On Fri, 11 Jan 2008 17:03:33 +0530, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] scribbled: There are one more problem, when I upload this site to hosting server (which runs on MS .net 2.0 ) I get some error in web.config, which I fixed, then there is some other problem occurs. Look at

Re: [Mono-dev] asp.net 1.2.5 and 1.2.6

2008-01-11 Thread Marek Habersack
On Fri, 11 Jan 2008 17:45:02 +0530, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] scribbled: On Jan 11, 2008 5:18 PM, Marek Habersack [EMAIL PROTECTED] wrote: On Fri, 11 Jan 2008 17:03:33 +0530, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] scribbled: There are one more problem

Re: [Mono-dev] [Patch] System.Web - validators

2008-01-07 Thread Marek Habersack
On Sun, 6 Jan 2008 01:06:04 -0800, Igor Zelmanovich [EMAIL PROTECTED] scribbled: Hi there, Hey Igor, Attached is the patch makes validators work within UpdatePanel. It introduce new internal interface IScriptManager. If page contents instance of IScriptManager, validators call it's API

Re: [Mono-dev] shadow copy problem

2008-01-07 Thread Marek Habersack
On Mon, 07 Jan 2008 01:14:53 +0200, Anton Andreev [EMAIL PROTECTED] scribbled: Hi, Hey, I have this problem now with XSP: //Failed to create shadow copy (CopyFile).// Any ideas what I should do next? A small test case triggerring the problem would be great - please attach it to

Re: [Mono-dev] [Patch] System.Web.UI.Page.cs

2007-12-20 Thread Marek Habersack
On Thu, 20 Dec 2007 04:08:02 -0800, Igor Zelmanovich [EMAIL PROTECTED] scribbled: Attached patch is refactoring only. It splits method such InternalProcessRequest to several methods. It is required for implementing alternative hosting under TARGET_J2EE. Please review. Please commit,

Re: [Mono-dev] Is it possible to run ASP.NET from a CD?

2007-12-19 Thread Marek Habersack
On Wed, 19 Dec 2007 10:18:36 -0500, Joe Audette [EMAIL PROTECTED] scribbled: Hi All, Hey Joe, Was wondering if its theoretically possible to run xsp2 directly from a cd. I've seen some posts about embedding mono but don't really know what is involved. If anyone can confirm whether its

Re: [Mono-dev] Patch for System.Web.Compilation.AppSettingsExpressionBuilder

2007-12-18 Thread Marek Habersack
On Tue, 18 Dec 2007 01:23:01 -0800, Vladimir Krasnov [EMAIL PROTECTED] scribbled: Hello, Hello Vladimir, Please review and approve attached patch for AppSettingsExpressionBuilder.GetAppSetting method, It fixes value conversion to the type of property parameter. Please go ahead with the

Re: [Mono-dev] Patch for System.Web.UI.ListControl

2007-12-17 Thread Marek Habersack
On Mon, 17 Dec 2007 05:46:15 -0800, Vladimir Krasnov [EMAIL PROTECTED] scribbled: Hello, Hello, Please review and approve attached patch for System.Web.UI.ListControl that fixes the following problems in viewstate management of ListItem and ListItemCollection: 1. Setting ListItem.Selected

Re: [Mono-dev] mod_mono issues on 1.2.6

2007-12-17 Thread Marek Habersack
On Mon, 17 Dec 2007 12:09:53 -0500, Joe Audette [EMAIL PROTECTED] scribbled: Hi All, Hey Joe, [snip] First issue encountered was an invalid param exception thrown from mscorelib on the setup page. The line of code throwing the exception is testing for writability in the Data subfolder

Re: [Mono-dev] [Patch] System.Web.HttpServerUtility

2007-12-12 Thread Marek Habersack
On Wed, 12 Dec 2007 07:45:12 -0800, Igor Zelmanovich [EMAIL PROTECTED] scribbled: HttpServerUtility.patch Hi there, Hey Igor, Attached is the patch fixes several bugs in Transfer/Execute functionality such: When Transfer/Execute is called with preserveForm=true, transferred page is not

Re: [Mono-dev] some questions abt xsp2

2007-11-21 Thread Marek Habersack
On Wed, 21 Nov 2007 23:37:46 +0530, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] scribbled: Hello, xsp2 is a really nice small web server . I like it for its ease of use. For me it just works. configuring mod_mono is quite tedious task.xsp2 is more useful in intranet scenarios. I have few

Re: [Mono-dev] [Patch] Regression in AssemblyResourceLoader.GetResourceUrl

2007-11-02 Thread Marek Habersack
On Fri, 02 Nov 2007 10:51:17 +0100, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hi Marek, Hey Juraj, The attached patch fixes a regression introduced with your last change to AssemblyResourceLoader.cs. As the assembly name is encrypted via EncryptAssemblyResource, we mustn't UrlEncode

Re: [Mono-dev] mojoPortal broken using latest Mono from svn

2007-10-23 Thread Marek Habersack
On Sat, 20 Oct 2007 13:58:08 -0400, Joe Audette [EMAIL PROTECTED] scribbled: Hi Guys, Hello Joe, [snip] System.IO.FileNotFoundException: Could not load file or assembly 'App_GlobalResources' or one of its dependencies. The system cannot find the file specified. File name:

Re: [Mono-dev] [PATCH] Bugs in StaticSiteMapProvider.cs

2007-10-17 Thread Marek Habersack
On Wed, 17 Oct 2007 11:18:21 +0200, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hi Marek, Hey Juraj, The attached patch fixes a few issues with StaticSiteMapProvider: - AddNode doesn't check for key dups before adding items to hashtables - RemoveNode doesn't remove item from keyToNode -

Re: [Mono-dev] error compiling mod_mono 1.2.5 with apache 1.3

2007-09-27 Thread Marek Habersack
On Thu, 27 Sep 2007 10:24:35 +0200, César González [EMAIL PROTECTED] scribbled: Hello, [snip] First i tried to compile mod_mono 1.2.5 against lastest etch debian packages of apache : ii apache-dev 1.3.34-4.1 development kit for the Apache webserver ii libapr1-dev1.2.7-8.2

Re: [Mono-dev] error compiling mod_mono 1.2.5 with apache 1.3

2007-09-26 Thread Marek Habersack
On Wed, 26 Sep 2007 11:33:33 +0200, César González [EMAIL PROTECTED] scribbled: Hi Marek, Marek Habersack escribió: What is the version of apr 1.3 uses? 0.9.x? On debian, apache-dev (version 1.3.34) depends on apache2-common, wich depends on libapr1-dev (1.2.7). In which case

  1   2   3   >