Re: [Mono-dev] WebRequest timeouts after ThreadPool exhaustion

2016-02-12 Thread Mike Horsley
we’ve also seen instances of webrequest timeouts that don’t recover (but curl worked) as well but haven’t got to the bottom of it yet. we ran your test app and see the same issue with mono 3.12 on OpenSUSE 13.2 (kernel 3.16.7, libc 2.19). we’ll add the diagnostics from your test app into ours a

Re: [Mono-dev] WebRequest timeouts after ThreadPool exhaustion

2016-02-12 Thread Mike Horsley
we’ve also seen instances of webrequest timeouts that don’t recover (but curl worked) as well but haven’t got to the bottom of it yet. we ran your test app and see the same issue with mono 3.12 on OpenSUSE 13.2 (kernel 3.16.7, libc 2.19). we’ll add the diagnostics from your test app into ours a

[Mono-dev] help needed please for ASP.NET migration to mono 2.0

2008-10-16 Thread mike horsley
Hi We use mono already for our server based software and its working well. With 2.0, we're starting migrating our ASP.NET application over as well. I'm using the VMWARE image for 2.0 Initially, I read the "welcome to mono" page on the VM and followed the "copy you asp.net code to a fold

[Mono-dev] problems compiling using System.Configuration using

2008-10-16 Thread mike horsley
Bill Using gmcs was the answer. Many thanks Mike Mike Horsley VQ Communications Ltd [EMAIL PROTECTED] T: 01249-460002 M:07920-151804 W:www.vqlive.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] problems compiling using System.Configuration using Mono 2.0

2008-10-14 Thread mike horsley
I can use the following on MS: System.Configuration.ConfigurationManager.AppSettings() This requires a reference to System.Configuration. I'm trying to do the same on mono 2.0 (using the VMWARE image) but cant figure out what reference I need to give mcs to get it to compile. I've

Re: [Mono-dev] mono summit session planning

2007-11-05 Thread Mike Horsley
from IIS to Apache? Mike -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: 05 November 2007 16:03 To: Mike Horsley Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mono summit session planning > Debugging - how to debug on Linux with breakpoints usi

[Mono-dev] mono summit session planning

2007-11-05 Thread Mike Horsley
We are working to migrate our native windows based server application to mono running on Linux. We already use mono on Linux (SUSE 10.x) for our monitoring systems. The following would really help accelerate our transition: Debugging - how to debug on Linux with breakpoints using c#? If th

Re: [Mono-dev] newbie installing 1.1.16 onto SUSE 10.1

2006-07-12 Thread mike horsley
n 7/11/06, Dick Porter <[EMAIL PROTECTED]> wrote: > On Tue, 2006-07-11 at 19:16 +0100, mike horsley wrote: > > > We have successfully compiled a basic "hello world" app and run it but > > when we add a reference to System.Data into the application, we get > > the

[Mono-dev] newbie installing 1.1.16 onto SUSE 10.1

2006-07-12 Thread mike horsley
the mono-project downloads site.   So, several questions:   What is the full set of environment variables we should set and to what values? Where is this documented (so we can start looking in the right place)?   If that is not the issue, any ideas on what is?   Thanks Mike   Mike

[Mono-dev] newbie installing 1.1.16 onto SUSE 10.1

2006-07-11 Thread mike horsley
the mono-project downloads site.   So, several questions:   What is the full set of environment variables we should set and to what values? Where is this documented (so we can start looking in the right place)?   If that is not the issue, any ideas on what is?   Thanks Mike   Mike

re[2]: [Mono-devel-list] Re: mono 1.1.8.2 problems with mdb

2005-07-12 Thread Mike Horsley
________< --- Original Message ---    From: "Gary M. Smithrud" <[EMAIL PROTECTED]> To: "Mike Horsley" <[EMAIL PROTECTED]>,    "Robert Jordan"  <[EMAIL PROTECTED]>, Date: Tue, 12

re: [Mono-devel-list] Re: mono 1.1.8.2 problems with mdb

2005-07-12 Thread Mike Horsley
Rob   thanks. I checked this RPM and it was not installed. I installed it and got the same problem.   Might there be a sequencing issue? e.g., i need to have installed readline-devel before installing mono?   regards Mike > mike,> i downloaded the new linux installer for 1.1.8.2, installe

[Mono-devel-list] mono 1.1.8.2 problems with mdb

2005-07-07 Thread mike horsley
hi i downloaded the new linux installer for 1.1.8.2, installed it. i did have to set $PATH because the new installed so maybe this is indicative of another problem at my end. I compiled my test app "Main.cs" using -debug I then tried running mdb and got the following error: [EMAIL PROTECTED]:~/

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
martin the "installer for all linux versions" is what i used to install the latest mono version (1.1.8.1). i'm using suse 9.3 pro. several questions please: 1. mono (version 1.1.4?) was installed as part of the suse 9.3 install. i didnt uninstall it because the readme for 1.1.8.1 suggests it wi

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
martin thanks. which installer did you use or did you compile from source? mike ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
Hi martin I keep forgetting my default mail system generates html mail which arent supported here.. i tried (several variants) what you suggested i get the following: [EMAIL PROTECTED]:~/monotest1> mono ../mono-1.1.8.1/lib/mono/1.0/mbd.exe main.exe.mdbcannot open assembly ../mono-1.1.8.1/lib/mon

re[2]: [Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread Mike Horsley
r message   does it work on your system?   regards Mike  > Trymono mdb Application.exeMdb needs the runtime I thinkMartinOn 6/30/05, mike horsley <[EMAIL PROTECTED]> wrote:> Hi (2nd attempt - this time in text)> > i've installed the 1.1.8 linux installed onto suse

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
Hi (2nd attempt - this time in text) i've installed the 1.1.8 linux installed onto suse 9.3 pro. all worked fine. what i'm struggling with is mdb. I have found mdb.exe under mono-1.1.8.1/lib/mono/1.0 but when i try and run it from the command line, i get the message "bash: ./mdb.exe: cannot execut

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread Mike Horsley
hi i've installed the 1.1.8 linux installed onto suse 9.3 pro. all worked fine. what i'm struggling with is mdb. I have found mdb.exe under mono-1.1.8.1/lib/mono/1.0 but when i try and run it from the command line, i get the message "bash: ./mdb.exe: cannot execute binary file". Other exec