[Mono-dev] HttpApplicationFactory Patch for HttoModule Events

2006-04-12 Thread met
I was trying to get a custom module's event attached to Global.asax without success. Apparently HttpApplicationFactory's AddHandler was always using EventHandler instead of the EventInfo's EventHandlerType. The attached patch has a one line fix. I've tested this patch against my custom module

[Mono-dev] xbuild + Microsoft.Build.Engine.dll + Bugs

2006-05-02 Thread met
I have a couple small bugs/patches for xbuild.exe and Microsoft.Build.Engine.dll, but there doesn't appear to be the appropriate Products to place them under. Thoughts? ~ Matthew ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-list] Java, Mono, or C++.. by HP

2004-03-17 Thread Met
On Wed, 2004-03-17 at 16:33, Preston Crawford wrote: As a Gnome user and fan I'd prefer Gnome remained fast and unencumbered by possible legal tangles. This shouldn't _slow_ down Gnome. No matter how you look at it, they're compiled languages - just think about all the applications you have

Re: [Mono-list] Java, Mono, or C++.. by HP

2004-03-17 Thread Met
On Wed, 2004-03-17 at 21:25, Moritz Angermann wrote: Can't we just wait for Novell/Ximians review on this. And than take the legal concerns into account? About what part might get killed off and what might not? Also speed is relative ( to speed that is ). No, but honestly we've seem

Re: [Mono-list] stupid extensions (dll/exe) question

2004-03-18 Thread Met
Hello, On Thu, 2004-03-18 at 18:34, gabor wrote: is it needed/recommended to use the standard windows extensions? i don't really understand the details,but are they used so that it is possible to move them to windows and still use them? i can kind of understand it, but it feels a little

Re: [Mono-list] FieldInfo.GetValue trouble with null

2004-04-04 Thread Met
Hello, On Sun, 2004-04-04 at 16:16, Ben Maurer wrote: For valuetypes, the `null' value is 0, false, or whatever (basically, what happens if each integer is set to 0 and each reference to null). -- Ben The problem with this is that it no longer equals the original object. For example, if

[Mono-list] monodoc --merge-changes

2004-04-07 Thread Met
No matter what I do, I cannot get `monodoc --merge-changes` to work. I understand WHAT to do, but still no go. monodoc --merge-changes ~/.config/monodoc/changeset.xml . I have the *.tree/.zip files stored ./doc/api which where generated from --assemble and ./doc/api/en/* contains all the XML

RE: [Mono-list] missing native feel ?

2004-07-15 Thread MET
On Thu, 2004-07-15 at 13:38, Thomas R. Corbin wrote: On Thu, 2004-07-15 at 13:34, Andrew Arnott wrote: That is, what I mean, with best integration in the system, so that there existing a native-feeling by using .net-programs. The problem with giving it a native

[Mono-list] Apache + XSP | What might be missing?

2005-10-27 Thread met
I'm wondering what features (if any) might be missing by combining XSP Apache together to host ASP.NET on non-Windows environments? Are there any features that simply cannot be performed within pure ASP.NET as a result of not being on Windows? I'm asking because the company I work for is looking

Re: [Mono-list] Apache + XSP | What might be missing?

2005-10-27 Thread met
Quoting Johann BLAIS [EMAIL PROTECTED]: Hi Matthew, I think it would be easier if you exposed what are your concerns, instead of asking what could be a problem with mono. I have no concerns, I know that Apache + XSP + Mono does everything we need it to. But my bosses (who despite not

Re: [Mono-list] Apache + mod_mono | What might be missing?

2005-10-27 Thread met
Quoting peter [EMAIL PROTECTED]: As such, are there any features you know of that are simply not accessible from a pure Apache+XSP scenario? Sorry for butting in, but shouldn't it be Apache + mod_mono? I thought XSP was just a minimal web server for test purposes only. Or have a got

[Mono-list] Sharing Streams between managed and unmanaged code

2006-04-20 Thread met
I have a relatively large C library that I do not want to reproduce in C#. Its core functionality (for better or worse) is based around reading/writing a very specific XML format. XML is created using libxml2's xmlWriter and parsed via libxml2's XmlReader like interface. My goal is to expose this

[Mono-list] Power Hosting for Mono

2006-08-09 Thread met
I was wondering if anyone had played around with different ways of hosting web services. I understand the apache/mod_mono/xsp setup, but is there anything different, or better worth looking at. I don't have any aspx pages, everything is compiled and merely exposed as a service. Is it worth

[Mono-list] Assembly Signing with PFX files

2006-08-15 Thread met
I've looked around, but I can't seem to find anything. Is it possible to sign .NET assemblies produced with gmcs with PFX files? I ask because I have a .NET project building under VS2005 which is using PFX. I would like to built it under Mono and sign it, but currently I don't know how as

Re: [Mono-list] Assembly Signing with PFX files

2006-08-16 Thread met
Quoting Sebastien Pouliot [EMAIL PROTECTED]: Signing with a PKCS #12 file (the PFX extension) is a new option available in fx 2.0. Mono SN doesn't currently support this option (it's on my long todo list of 2.0 stuff) but it shouldn't be too difficult to add. However I never checked if this

[Mono-list] MonoPosixHelper Not Found ?

2006-09-12 Thread met
I have 4 windows systems, one of which is the development machine. Each is running the same deployed exe and set of libraries. The problem is that two of the four machines fail with the following message when executing code in Mono.Unix.Catalog for gettext. The worst part is that

Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-13 Thread met
Quoting Jonathan Pryor [EMAIL PROTECTED]: On Tue, 2006-09-12 at 08:07 -0500, [EMAIL PROTECTED] wrote: I have 4 windows systems, one of which is the development machine. Each is running the same deployed exe and set of libraries. The problem is that two of the four machines fail with the

Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-14 Thread met
Quoting Jonathan Pryor [EMAIL PROTECTED]: It's possibly a library dependency issue. Try writing a small C program that calls LoadLibrary() on MonoPosixHelper.dll and intl.dll. Make sure that it loads the libraries properly. If that works, I'm out of ideas. If that fails, you'll at least

Re: [Mono-list] RedHat 9 install problems

2003-10-13 Thread Met @ Uber
I believe that NAnt looks directly in /usr/local by default while building, but that is easily changed. On Mon, 2003-10-13 at 16:17, Miguel de Icaza wrote: Hello, I installed the 0.28 RPMs for RedHat 9. However, they install into /usr rather than /usr/local, which does not allow me to

Re: [Mono-list] Dispose() method in the UdpClient class

2003-10-14 Thread Met @ Uber
On Tue, 2003-10-14 at 02:43, Gonzalo Paniagua Javier wrote: El mar, 14-10-2003 a las 08:11, Giuseppe Greco escribi: 1. Isn't Socket a managed resource? The Socket class holds a socket, that is an unmanaged resource. That's why it's better to Close it explicitly instead of letting the GC

[Mono-list] Using other Assemblies at Run time

2003-11-01 Thread Met @ Uber
I'm writing an application that uses assemblies like log4net which do not belong with the rest for many reasons. As such, I'm trying to figure out where it belongs. If this were Java I'd create a lib directory to hold the Jars in the same directory as the EXE, but this isn't Java ;-) So

Re: [Mono-list] Using other Assemblies at Run time

2003-11-02 Thread Met @ Uber
if it's possible to change the search directories after the AppDomain has started. I'm not sure if Mono supports the bin sub-directory yet. - Jon On Sat, 2003-11-01 at 13:56, Met @ Uber wrote: I'm writing an application that uses assemblies like log4net which do not belong with the rest

[Mono-list] Compiling from Source || Segmentation Fault

2003-11-03 Thread Met @ Uber
So I downloaded the tar`ed .28 release of Mono, Mcs, Gtk-sharp, and put them all in the same directory. According to the README's I needed to install this before I could build/install a snapshot/CVS version. So I ran configure/make/make install and everything seemed to work OK. But the second I

Re: [Mono-list] Compiling from Source || Segmentation Fault

2003-11-03 Thread Met @ Uber
On Mon, 2003-11-03 at 10:33, Richard Torkar wrote: On Mon, 2003-11-03 at 16:16, Met @ Uber wrote: So I downloaded the tar`ed .28 release of Mono, Mcs, Gtk-sharp, and put them all in the same directory. According to the README's I needed to install this before I could build/install

Re: [Mono-list] Compiling from Source || Segmentation Fault

2003-11-03 Thread Met @ Uber
On Mon, 2003-11-03 at 10:41, Richard Torkar wrote: On Mon, 2003-11-03 at 16:27, Met @ Uber wrote: On Mon, 2003-11-03 at 10:33, Richard Torkar wrote: On Mon, 2003-11-03 at 16:16, Met @ Uber wrote: So I downloaded the tar`ed .28 release of Mono, Mcs, Gtk-sharp, and put them all

Re: [Mono-list] Problem build with snapshoot today

2003-11-03 Thread Met @ Uber
On Fri, 2003-10-31 at 02:28, Mohammad DAMT wrote: On Rab, 2003-10-29 at 17:09, Jackson Harper wrote: There appears to be a problem with the monocharge's, possibly from being built with an old mcs. Try using a daily. Hopefully we can get this issue resolved tommorow. still doesn't work

[Mono-list] Monodoc docs for my Application (?)

2003-11-07 Thread Met @ Uber
So I got monodoc installed and ran updater.exe on my assembly which generated a few directories full of XML stubs. How do I go about getting that documentation into monodoc's browser so that I can modify the docs with ease? ~ Matthew ___ Mono-list

[Mono-list] Maverick.NET Linux Installation

2003-11-11 Thread Met @ Uber
I see under the Mono Certified section on the web site that someone got Maverick.NET working with Mono on Linux, and I was wondering how? How do I make all incoming commands with a particular extension get mapped to a specific aspnet_isapi.dll ? ~ Matthew

[Mono-list] T-Shirts

2003-11-15 Thread Met @ Uber
Are there any T-Shirts available anywhere with the Mono logo's etc? And if there aren't, there should be ;-) ~ Matthew ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] gtk# with gtkhtml

2004-02-01 Thread Met @ Uber
How do configure gtk-sharp to install gtkhtml? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Drawing

2004-02-06 Thread Met @ Uber
As i've never done any image building/manipulation with Mono I was wondering what API's I should be looking at. I'd like to be able to build visual views of a databases table structure. nothing complicated - just something to help with another project. Suggestions? ~ Matthew

[Mono-list] Asp.Net Dlls with XSP

2004-02-07 Thread Met @ Uber
Where do I put dll's that .asmx pages might need in order to function within the xsp webserver? For the sake of paths, assume I'm using the test directory under xsp. Thanks in advance, ~ Matthew ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] Testing Large Web Applications

2004-02-19 Thread Met @ Uber
Are there any tools that can check web pages intelligently for errors. Such as testing forms, follow a specified path as if it were a human and check for values etc? ~ Matthew ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] Testing Large Web Applications

2004-02-19 Thread Met @ Uber
Hello, On Thu, 2004-02-19 at 10:56, Jackson Harper wrote: NUnitAsp does this. We have been using it for System.Web development. Jackson On Thu, 2004-02-19 at 07:05, Met @ Uber wrote: Are there any tools that can check web pages intelligently for errors. Such as testing forms, follow

[Mono-list] Pro Mono ?

2004-02-23 Thread Met @ Uber
I have a feeling that there is no way for me to appropriately gather all the information I need by myself... So I'm posing this question in order to help my company make an informed decision purely based off the technology (we'll deal with the rest). What are the benefits of .NET? What are the

[Mono-list] MCS Download Link Broken

2004-02-27 Thread Met @ Uber
The link for mcs-0.30.2 is broken on http://go-mono.com/download.html ~ Matthew ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list