Re: [Mono-dev] Problem compiling mono from SVN

2006-01-27 Thread Elliott Draper
Aha, I think I might know why this is. Chris (Toshok) is currently doing lots of good work in implementing the .Net 2.0 configuration API within Mono. Yesterday he checked-in a load of changes, in a few different commits from what I saw in the logs. Seeing as how I refreshed my working copy and

Re: [Mono-dev] [PATCH] System.Configuration.ConfigurationManager

2006-01-26 Thread Elliott Draper
rom from exe.config handling. I've made some commits tonight > that should fix most/all of the issues. > > I'm still very unhappy with the > Assembly.GetCallingAssembly()/GetEntryAssembly() crap.. there needs to > be a better way to do this, but coming up with te

[Mono-dev] [PATCH] System.Configuration.ConfigurationManager

2006-01-25 Thread Elliott Draper
Hi guys, Attached is a patch for the System.Configuration.ConfigurationManager class, that fixes a bug I've found when using the NET-2.0 profile with the new configuration objects in a web application. The problem appeared to be with how the configuration file name was worked out internally wit

[Mono-dev] [PATCH] System.Web.UI.WebControls.ListControl

2006-01-24 Thread Elliott Draper
Hi guys, Attached is a patch for everyone's perusal, that fixes a bug in the System.Web.UI.WebControls.ListControl class under the NET-2.0 profile, that specifically shows itself when using a DropDownList or a ListBox control. It appears that modifying the items collection on these controls dur

Re: [Mono-dev] Can I use mod_mono with xsp2

2005-11-20 Thread Elliott Draper
Joe Audette wrote: doh! nevermind I found them. On my machine its /usr/lib/xsp/1.0/mod-mono-server.exe and /usr/lib/xsp/2.0/mod-mono-server2.exe Thanks Again! No problems, glad you found them; I must have installed Mono and XSP into the same folders on my box. Let me know how you get on po

Re: [Mono-dev] Can I use mod_mono with xsp2

2005-11-19 Thread Elliott Draper
Joe Audette wrote: Is it possible to use the new 2.0 ASP.NET features that are currently implemented in mono with mod_mono on apache2? Or can it only be done using xsp2 from the command line? What do I have to configure differently to make this happen? I'm using Virtual Hosts in apache. Che

[Mono-dev] Amber Communications Framework

2005-09-01 Thread Elliott Draper
Hello everyone, A while back, I joined the development team of a project that was then called "MonoIndigo". This was designed to be a port of Microsoft's Indigo framework (now known as the Windows Communication Foundation). As many of you know, Microsoft made it clear that any kind of direct p

[Mono-dev] Problem building from source

2005-08-13 Thread Elliott Draper
Hi all, I've recently been having trouble building Mono from source (either the source tarball, or from SVN) on one box I've got. I've built from source countless times on other boxes without issues, but this one is being a pain in the ass. Attached is the output from when I execute "./autoge

[Mono-devel-list] [PATCH] MCS Spelling Mistake

2005-08-03 Thread Elliott Draper
-1,3 +1,7 @@ +2005-08-03 Elliott Draper <[EMAIL PROTECTED]> + Fixed a spelling mistake in errors thrown by the compiler for a missing/invalid strong name key file when building an assembly. + * codegen.cs: Replaced "speficied" with "specified". + 2005-

Re: [Mono-devel-list] Interactive C# prompt

2005-07-19 Thread Elliott Draper
Colin JN Breame wrote: Hello, I'm wondering whether there is such a thing as an interactive C# prompt for mono. e.g. where commands can be entered and executed one-by-one. If not, any ideas about how I would go about writting something like this? _

[Mono-devel-list] [PATCH] System.Activator

2005-06-28 Thread Elliott Draper
method signature is: public static T CreateInstance(); Let me know of any comments/problems. Regards, -= El =- Index: ChangeLog === --- ChangeLog (revision 46665) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2005-06-28 Elliott

[Mono-devel-list] Activator.CreateInstance

2005-06-27 Thread Elliott Draper
Hi guys, I was just wondering whether the generic Activator.CreateInstance method from .Net framework 2.0 had been implemented within the 2.0 features currently available in Mono yet? In case anyone isn't clear what it is I'm talking about: http://msdn2.microsoft.com/library/d49ss92b(en-us