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

2009-09-29 Thread Nick Berardi
release of mono for my users, so if you could help me out that would be great. Nick On Fri, Sep 25, 2009 at 5:32 AM, Marek Habersack gren...@twistedcode.netwrote: Chuck Esterbrook wrote: On Thu, Sep 24, 2009 at 1:20 PM, Marek Habersack gren...@twistedcode.net wrote: Nick Berardi wrote

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

2009-09-29 Thread Nick Berardi
...@twistedcode.netwrote: Nick Berardi wrote: Hi guys, Hey Nick, I looked in to this more and there are a couple issues that popped up when trying to implement the following method: public void TransferRequest(string path, bool preserveForm, string method, NameValueCollection headers) My major hurdle

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

2009-09-24 Thread Nick Berardi
of getting an exception thrown. On Thu, Sep 24, 2009 at 4:56 AM, Marek Habersack gren...@twistedcode.netwrote: 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

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

2009-09-24 Thread Nick Berardi
: Nick Berardi wrote: Hi Marek, Hello, I am a little hesitant to to implement this for Mono for the following reasons. /Number 1/ is the description Microsoft provides for it Gets a value that indicates whether the current application is running *in the integrated-pipeline mode of IIS 7.0

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

2009-09-24 Thread Nick Berardi
of Microsoft ASP.NET is clouding my understanding of Mom ASP.NET. Thanks, Nick On Thu, Sep 24, 2009 at 4:20 PM, Marek Habersack gren...@twistedcode.netwrote: Nick Berardi wrote: Hi Marek, Hey Nick, It is ultimately up to the team to apply or not apply the patch. So I support whatever

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

2009-09-23 Thread Nick Berardi
Hello group, 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 supported for an Open Source project that I

[Mono-list] What should I do with MONO247.com

2007-02-28 Thread Nick Berardi
Hi guys, I have a domain name, MONO247.com, as in Mono 24/7 (24 hours 7 days a week). I have had this domain sitting around for a long time and was wondering if there was any interest turning this in to a community site or some sorts to help support all the Mono developers that live and breath

[Mono-dev] Static Patch

2006-11-10 Thread Nick Berardi
I have created the following patch file which changes the sealed keyword to the static keyword in the Math and Convert class. This is to bring these to classes closer to being .NET 2.0 compatible.Nick Static.patch Description: Binary data ___

Re: [Mono-dev] Static Patch

2006-11-10 Thread Nick Berardi
fixing 2.0compatibility it will break 1.1Third: there is no ChangeLog entryOn 11/10/06, Nick Berardi [EMAIL PROTECTED] wrote: I have created the following patch file which changes the sealed keyword to the static keyword in the Math and Convert class.This is to bring these to classes closer to being

RE: [Mono-list] Invalid IL Code

2005-08-14 Thread Nick Berardi
Have you tried recompiling using .NET 1.1? Do you know what .Net version the original was compiled in? Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Zebchuk Sent: Sunday, August 14, 2005 12:02 PM To: mono-list@lists.ximian.com Subject:

RE: [Mono-list] (no subject)

2005-08-09 Thread Nick Berardi
I personally see no problem with show casing the site. Let me know what you need and anything I can do. Nick -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 2:05 PM To: Nick Berardi; Erik Dasque Cc: mono-list@ximian.com Subject: Re

RE: [Mono-list] Socket send/receive buffer sizes set incorrectly

2005-08-03 Thread Nick Berardi
They must be because the Linux values are double the Windows values. Or else the socket.GetSocketOption method is off. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter De Jager Sent: Wednesday, August 03, 2005 4:19 AM To: mono-list@lists.ximian.com

[Mono-list] (no subject)

2005-08-03 Thread Nick Berardi
Hi All, I have just recently completed a site for a client using Mono/XSP. The client is Neoware (http://www.neoware.com), they are the #2 thin client provider in the world right a head of HP. IBM distributes their products on IBM's website. So they are no small company. I replaced their

[Mono-list] Multiple Website w/ Same Mono Instance

2005-07-14 Thread Nick Berardi
Hi Everybody, I am running 3 websites (production, test, and development) on one server and I am running into a problem where Mod_Mono is using the instance of the last Mono instance that was restarted for all the web sites. Of course the development instance has a different Web.Config than the

RE: [Mono-list] Multiple Website w/ Same Mono Instance

2005-07-14 Thread Nick Berardi
Thanks, I think this is the answer it has been a while since I last looked at the Mod_mono wiki. Nick -Original Message- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 14, 2005 9:05 PM To: Nick Berardi Cc: 'mono-list' Subject: Re: [Mono-list] Multiple Website w

RE: [Mono-list] IDEs, Visual Studio and Mono

2005-06-29 Thread Nick Berardi
Does VS even let you use CVS / SVN as opposed to Visual SourceSafe? Tortoise CVS is a great program and also comes in an SVN flavor too. https://sourceforge.net/projects/tortoisecvs/ This is what I use when doing C# development against SourceForge CVS. I haven't found a good CVS integrated

RE: [Mono-list] mono-1.1.8 dependency failure - libsqlite.so.0

2005-06-22 Thread Nick Berardi
How do I disable this message from showing up in my Apache server log (happens from mod_mono 1.0.9) Another mod-mono-server with the same arguments is already running. It not only takes up log space but it also is phreaking out some of my administrators. Any help will be great, Nick

[Mono-list] Installing Apache 1.3 and mod_mono question.

2005-06-20 Thread Nick Berardi
I am setting up Mono on a clients server is there any special steps I have to take to get mod_mono running after installing the binary install package? It is a RedHat 9.0 server running kernel version 2.4.26, and Apache version 1.3.33. I would really like an automated setup if possible, however

RE: [Mono-list] Installing Apache 1.3 and mod_mono question.

2005-06-20 Thread Nick Berardi
, Nick -Original Message- From: Martin Hinks [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 9:45 AM To: Nick Berardi Cc: Mono-list Subject: Re: [Mono-list] Installing Apache 1.3 and mod_mono question. Try http://www.codeproject.com/cpnet/introtomono2.asp Seems quite informative

[Mono-list] Installing Mono on Fedora Core 4

2005-06-15 Thread Nick Berardi
Anybody have a good how to on installing Mono/XSP/mod_mono on a clean install of Fedora Core 4? Does it come packaged in FC4? I have never used Mono out side of the Windows environment and I am pretty new to Linux. A large client of my companies is looking to migrate to Mono from there old

RE: [Mono-list] Weah, hello! :-)

2004-03-21 Thread Nick Berardi
Don't Open, --- Sender: [EMAIL PROTECTED] Subject: [Mono-list] Weah, hello! :-) Argh, i don't like the plaintext :) archive password: 05576 --- It is a virus for anybody who hasn't seen this before. Can somebody inform [EMAIL

RE: [Mono-list] Weah, hello! :-)

2004-03-21 Thread Nick Berardi
please take yourself off of the net, so you don't send it to more people. -Original Message- From: Nathan Clemons [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 10:53 PM To: Nick Berardi Subject: RE: [Mono-list] Weah, hello! :-) On Sun, 2004-03-21 at 22:48, Nick Berardi wrote: Don't

[Mono-list] XSP Implimentation Question

2004-03-19 Thread Nick Berardi
I am hoping somebody can point me to the right directory in Mono. I am looking for the code in Mono that compiles the Page/Control from the text. I am most interested in the inline compile of the page. Also is the page parsed using RegEx or XML? ___

RE: [Mono-list] XAML Support ???

2004-03-15 Thread Nick Berardi
Maybe you can talk to this guy over at MyXAML (http://www.myxaml.com/) it looks like he is making an Open Source compiler for XAML that converts the XML into .Net interfaces. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pettibone, Micheal L Sent:

RE: [Mono-list] Pro Mono ?

2004-03-10 Thread Nick Berardi
Don't forget enums for Java. I know Java 1.5 has generics and enums, but that is not for J2EE yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Wednesday, March 10, 2004 10:04 AM To: [EMAIL PROTECTED] Cc: Met @ Uber; Mono-List

RE: [Mono-list] Platform comparison

2004-03-08 Thread Nick Berardi
Hi everybody I just wanted to weigh in on this subject. I have found that in the MS .Net framework, it usually doesn't matter what slash character you use, because the framework converts it. Such as if you are in a HTTP URL the framework converts \ to /. And if you are working with an IO

RE: [Mono-list] Platform comparison

2004-03-08 Thread Nick Berardi
Explorer does support a file beginning with a ., because there are some Unix files that I have downloaded and it starts with ., and Explorer reads it fine, the problem is there seems to be an method in Explorer that specifically doesn't allow it starting with a . when creating the file. Also I

RE: [Mono-list] Platform comparison

2004-03-08 Thread Nick Berardi
Just as a side note something that I just tried. You can save files with a . as the first char in Explorer, if you don't believe me just look at TortoiseCVS, they do it with out a problem. Or open notepad and save the following with the quotes .text and it works fine no problem. -Original

RE: [Mono-list] Debugging mono apps

2004-03-07 Thread Nick Berardi
You can use Trace inorder to do some simple debugging. However, my favorite way of debugging is just throwing an error where it is happening at. With writeline you have to worry about cleaning that up when you application is complete. -Original Message- From: [EMAIL PROTECTED]

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, March 03, 2004 9:43 AM To: [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net the strange thing is, D:\ is a partition on the same disk as C:\, and Q:\ is the CDROM -Original Message- From: Nick Berardi [mailto:[EMAIL PROTECTED

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
Title: Simple code - differences in output between mono .Net I was right here is your problem: [MonoTODO(Implement on windows, for real)]public static string[] GetLogicalDrives (){//FIXME: Hardcoded Pathsif

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, March 03, 2004 9:57 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Ah, that would explain it. Shall I continue with the bug submission? -Original Message- From: Nick Berardi [mailto:[EMAIL

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
Message- From: Nick Berardi [mailto:[EMAIL PROTECTED]] Sent: 03 March 2004 14:55 To: COOPER, Jonathan -Syntegra UK; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net I was right here is your problem: [MonoTODO(Implement on windows

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
in output between mono .Net On Wed, Mar 03, 2004 at 12:31:16PM -0500, Nick Berardi wrote: To add one more thing. With NTFS just like in Linux, you can mount drives at various points in the OS. Say I wanted to mount partition 2 in partition 1. So I have the C:\ as partition 1 and I can

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
PROTECTED] Subject: Re: [Mono-list] Simple code - differences in output between mono .Net On Wed, Mar 03, 2004 at 12:31:16PM -0500, Nick Berardi wrote: To add one more thing. With NTFS just like in Linux, you can mount drives at various points in the OS. Say I wanted to mount partition 2

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
static void Main() { foreach ( string drive in GetLogicalDrives() ) { Console.WriteLine(drive); } } } -Original Message- From: Nick Berardi [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 15:11 To: COOPER, Jonathan

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Berardi Sent: Wednesday, March 03, 2004 12:27 PM To: 'David Sheldon'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Well the idea is to work like

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Berardi Sent: Wednesday, March 03, 2004 12:27 PM To: 'David Sheldon'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Well the idea is to work like

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Simple code - differences in output between mono .Net On Wed, Mar 03, 2004 at 10:11:28AM -0500, Nick Berardi wrote: I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here

RE: [Mono-list] Simple code - differences in output betweenmono .Net

2004-03-03 Thread Nick Berardi
change my minde about / being the correct return. As a side note, this api was put in the wrong place. It should really be in a Microsoft.Windows namespace. Sigh. Nick Berardi [EMAIL PROTECTED] 03/03/04 10:13 AM I guess logical drives in Linux is just the root. But I would think that they would

RE: [Mono-list] Simple code - differences in outputbetweenmono .Net

2004-03-03 Thread Nick Berardi
just throw an exception for an operating system that has no concept of this? -- Ben Nick Berardi [EMAIL PROTECTED] 03/03/04 14:12 PM Windows specific or not. All that it does is call External DLL's. So unless you know of a better way to do it in managed code this is probably going

RE: [Mono-list] Compiling egg-chicken libraries

2004-02-26 Thread Nick Berardi
Many of the IDE's out there already do this. At least in the Windows World. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Maurer Sent: Thursday, February 26, 2004 1:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Mono-list] Compiling

[Mono-list] Mono and Gentoo

2004-02-21 Thread Nick Berardi
Anybody using Mono and Gentoo? I am currently installing the OS and I am curious what the base requirements are to run mono under Gentoo? Do I need to install Gnome or just GTK? Nick ___ Mono-list maillist - [EMAIL PROTECTED]

RE: [Mono-list] Little question ...

2004-02-19 Thread Nick Berardi
Sergio, Events are more like delegate properties. Such is you can do the following. This is good if you want to encapsulate a child objects event. Such as how I am doing it below. When somebody calls the following: myObject.RightListItemChanged += new EventHandler (myObject_ItemChanged);

RE: [Mono-list] Little question ...

2004-02-19 Thread Nick Berardi
. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 3:46 PM To: Nick Berardi; [EMAIL PROTECTED] Subject: Re: [Mono-list] Little question ... I believe that events are there to solve the problem overwriting the devegate instead of appending