Re: [Mono-list] Issues with concurrent HttpWebRequests

2015-08-21 Thread Gonzalo Paniagua Javier
If the requests are going to the same host, you need to raise the limits in system.net/connectionManagement ( https://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx). -Gonzalo On Fri, Aug 21, 2015 at 11:07 AM, EStar wrote: > I'm trying to run several HttpWebRequests in parallel and have been ha

Re: [Mono-list] System.Web.Security.Membership causes an exception on mono platform

2015-01-17 Thread Gonzalo Paniagua Javier
Hi Olli, Your MonoApplications line is: MonoApplications boacommander "/boacommander:/var/www/html/boacommander" So there is no ASP.NET application configured for /, which is the error you are seeing. A possible fix is to change that to read: MonoApplications boacommander "/:/var/www/html/bo

Re: [Mono-list] mod-mono-server and connections timeout

2012-07-16 Thread Gonzalo Paniagua Javier
On Sat, Jul 14, 2012 at 11:35 PM, Maxim wrote: > Hello Gonzalo! > > I've upgraded mono of one of the servers to the latest version 2.10.9. What does 'ulimit -n' report? I am guessing it is 1024... -Gonzalo ___ Mono-list maillist - Mono-list@lists.xim

Re: [Mono-list] mod-mono-server and connections timeout

2012-06-13 Thread Gonzalo Paniagua Javier
On Wed, Jun 13, 2012 at 6:36 PM, Maxim wrote: > Hello! > > I'm using Apache & mod_mono for hosting asp.net websites on Linux. > I've got some issues with a lot of unclosed incoming connections to > websites. ... Hi Maxim. Before doing anything else, you should upgrade your mono installation to a

Re: [Mono-list] MySql pooling, correct way of doing it

2012-06-13 Thread Gonzalo Paniagua Javier
On Wed, Jun 13, 2012 at 8:28 PM, Amorphiell wrote: > Hello, I'm currently writing an application that needs regular, but not > steady connection to a database. I can't provide final numbers, but I think > my first versions will have an access of around 1 query per minute (per > user) and if I impl

Re: [Mono-list] Memory limit

2012-05-22 Thread Gonzalo Paniagua Javier
On Tue, May 22, 2012 at 7:47 AM, goodd21 wrote: > Is there a way to limit the max memory usage of mono ? > In other languages, like java or php, there are options like -Xmx for Java > or -memory_limit for Php. > Is there an equivalent mechanism for mono? If you are running on linux, you can set t

Re: [Mono-list] Is mono.ximian.com down?

2012-05-03 Thread Gonzalo Paniagua Javier
On Thu, May 3, 2012 at 2:03 PM, Ivan Lopez wrote: > I've been able to work around getting mono built from source but the > mono.ximian.com site is still unavailable. Is this the correct site to get > monolite from? If not, then maybe the readme should be updated? Check out the just-modified http:

Re: [Mono-list] Is mono-2.10.9 stable?

2012-05-02 Thread Gonzalo Paniagua Javier
On Wed, May 2, 2012 at 1:00 PM, Pacho Ramos wrote: > Looks like it fixes some crashes: > http://www.mono-project.com/Release_Notes_Mono_2.10.9 > > But webpage still shows 2.10.8 as latest stable: > http://www.go-mono.com/mono-downloads/download.html 2.10.9 is a Mac-only release. If you click on t

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-14 Thread Gonzalo Paniagua Javier
On Tue, Mar 13, 2012 at 12:21 PM, marten.ekb...@relevo.se wrote: > I run on 2-10-8. What version do I need? There is no released version with this fix yet. If you want packages you will have to wait for the next 2.10.x Mono (or the next one if they already tagged it). -Gonzlao __

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-13 Thread Gonzalo Paniagua Javier
On Fri, Mar 9, 2012 at 4:37 AM, marten.ekb...@relevo.se wrote: > I have created a client app that communicates with a web service that uses > the Comet way of sending events to a client. To do that I start a > “long-living” HttpWebRequest to the server. The server communicates back to > the client

Re: [Mono-list] Multiple simultaneous requests from same browser not executed simultaneous

2012-03-12 Thread Gonzalo Paniagua Javier
On Sun, Mar 11, 2012 at 7:33 AM, Marvin wrote: > This is what I found out: > whenever I disable cookies I don't have this problem anymore. It's > because of the ASP.NET_SessionId cookie. > > I disabled all cookies with Apache using > RequestHeader unset Cookie > Header unset Set-Cookie > > Another

Re: [Mono-list] HttpWebRequest.Date missing from Mono .Net 4?

2012-03-04 Thread Gonzalo Paniagua Javier
On Sat, Mar 3, 2012 at 9:11 PM, darkevil wrote: > Hi, > > I am trying to set the Date Member of System.Net.HttpWebRequest as allowed > in .Net 4. in my Mono project > > My project is definitely .Net 4 and I have the version 4 reference in my > project but this Member seems to be missing. You are

Re: [Mono-list] Hang on Environment.Exit if there is any socket_io

2012-02-03 Thread Gonzalo Paniagua Javier
On Fri, Feb 3, 2012 at 3:40 PM, David Evans wrote: [...] > Anyone seen this before and have an easier workaround? Bug already filed > that you know of? I searched bugzilla on xamarin and didn’t see anything, if > no one responds as a known issue I’ll file a bug. Mono 2.6.x and 2.10.x have *very*

Re: [Mono-list] System.Net.HttpWebRequest using a System.IO.MemoryStream as a buffer

2012-01-27 Thread Gonzalo Paniagua Javier
On Fri, Jan 27, 2012 at 10:45 AM, Robert Jordan wrote: > On 27.01.2012 02:33, Maurício Linhares wrote: >> >> And here is the code I'm using ->  https://gist.github.com/1676771 > > > Since you're use KeepAlive = true, HttpWebRequest must be able > to compute the Content-Length header value. It does

Re: [Mono-list] Apache+mod_mono: Auto generated encryption keys not saved error

2012-01-24 Thread Gonzalo Paniagua Javier
On Wed, Jan 25, 2012 at 3:39 AM, James Wright wrote: > > Thanks for your reply Gonzalo, however I couldn't find the "registry" > directory anywhere on the file system. There is no "/etc/mono" but there is > a "/etc/opt/novell/mono/" directory which contains "2.0" and "4.0" > directories which cont

Re: [Mono-list] Apache+mod_mono: Auto generated encryption keys not saved error

2012-01-24 Thread Gonzalo Paniagua Javier
On Tue, Jan 24, 2012 at 3:20 PM, James Wright wrote: > Hello, > >  I'm running Mono 2.10.2 with Apache 2 + mod_mono on an Amazon Linux server > and keep getting the following error in the apache error log: > > (info) Auto generated encryption keys not saved: > System.Security.SecurityException: No

Re: [Mono-list] Mono Apache2 and cshtml files

2012-01-18 Thread Gonzalo Paniagua Javier
On Wed, Jan 18, 2012 at 7:33 PM, Martin J. Thwaites wrote: > Hi all, > > I've got a slight problem that I'm hoping that someone can point me in the > direction of a solution for... > > I'm trying to get blogengine.net up and running on a server, and it works > for the most part, but there's a slig

Re: [Mono-list] Mono-tools download

2012-01-17 Thread Gonzalo Paniagua Javier
On Tue, Jan 17, 2012 at 7:45 PM, Theodore Morichau-Beauchant wrote: > Hey guys, I've been trying to download the mono tools for Visual Studio for > the past few days, but the website (www.mono-tools.com) appears to be down. > > Is this only temporary or is there something more going on? Try again

Re: [Mono-list] mono 2.10.8 sources

2012-01-14 Thread Gonzalo Paniagua Javier
ftp.novell.com is no longer the authoritative repository for Mono sources. They are now at: http://download.mono-project.com/sources/mono/ -Gonzalo On Sat, Jan 14, 2012 at 4:30 AM, pjsmith wrote: > Hi, > > The latest sources I can find on the web site are 2.10.2.  (looking at > ftp.novell.co

Re: [Mono-list] Testing

2012-01-13 Thread Gonzalo Paniagua Javier
Charlie, it worked. On Sat, Jan 14, 2012 at 2:44 AM, Charlie Poole wrote: > > ___ > Mono-list maillist  -  Mono-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list ___ Mono-list maillist

Re: [Mono-list] Mono download page: access denied

2011-08-17 Thread Gonzalo Paniagua Javier
On Tue, Aug 16, 2011 at 10:41 PM, Doug Blank wrote: > http://www.go-mono.com/mono-downloads/download.html > > ERROR > > The requested URL could not be retrieved [...] There was a problem with the DNS and www.go-mono.com had the wrong IP for a couple of hours. It has been fixed a few hours ago. S

Re: [Mono-list] HttpWebRequest.GetResponse() can trigger an uncatchable exception

2011-07-09 Thread Gonzalo Paniagua Javier
On Fri, Jul 8, 2011 at 10:47 AM, Christopher David Howie wrote: > On 07/08/2011 10:43 AM, Gonzalo Paniagua Javier wrote: >> Do you have a small test case that reproduces the problem? > > No, unfortunately.  This happens in maybe one out of a few thousand > requests.  The on

Re: [Mono-list] HttpWebRequest.GetResponse() can trigger an uncatchable exception

2011-07-08 Thread Gonzalo Paniagua Javier
On Fri, Jul 8, 2011 at 10:36 AM, Christopher David Howie wrote: > Hello Gonzalo/List: > > For reference, see this SO post: > . > > This bug has existed since at least 2.8 and continues to exist in > 2.20.2.  It's

Re: [Mono-list] Mono and IO Performance

2011-03-28 Thread Gonzalo Paniagua Javier
On Mon, 2011-03-28 at 09:54 -0700, Julien wrote: > I’m comparing.Net and mono runtimes for server applications that are socket > bound. The performance penalty for mono is significant and I would like some > advice from more experienced users. > > My scenario is the following : > I’m trying to de

Re: [Mono-list] Problem connecting to a secure site via a NTLM authenticating proxy

2011-02-15 Thread Gonzalo Paniagua Javier
On Mon, 2011-02-14 at 06:12 -0800, Andrew Bryson wrote: [...] > The same binary executed on Windows works. I realy hope that somebody is > able to help me out in either fixing the problem, or confirming that it's a > known issue in the current Mono framework. Here's the test application: > http:/

Re: [Mono-list] Asynchronous socket callbacks do not work in Mono/Linux

2011-02-09 Thread Gonzalo Paniagua Javier
On Wed, 2011-02-09 at 03:24 -0800, Stifu wrote: > Hi, > > It would probably help to file a bug report on this. > > > alexk wrote: > > > > Hello, > > > > I'm exploring porting a .NET C# application from Windows to Linux using > > Mono. The problem I'm stuck with is that asynchronous TCP socket

Re: [Mono-list] mmap(...PROT_NONE...) failed

2011-01-27 Thread Gonzalo Paniagua Javier
On Mon, 2011-01-24 at 16:37 +0300, Yury Serdyuk wrote: > Hi ! > > I have some multithreaded program in which the threads are created and > destroyed dynamically. > I run my program on multi-core machine and it constantly failed with > > > mmap(...PROT_NONE...) failed [...] You're running out of

Re: [Mono-list] ASP.Net Problem in 2.8.1

2010-11-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-11-23 at 07:42 -0500, Abe Gillespie wrote: > Would you mind pointing me to the source (a link to the file in git), > please, so I can patch my local source and get running again? This is > pretty significant for me. master: https://github.com/mono/mono/commit/93483a4b8f4bde6e67fb8b85

Re: [Mono-list] ASP.Net Problem in 2.8.1

2010-11-22 Thread Gonzalo Paniagua Javier
On Mon, 2010-11-22 at 09:20 -0500, Abe Gillespie wrote: > I'm getting this now: > > No access to the given key > > Description: HTTP 500. Error processing request. > > Stack Trace: > > System.Security.SecurityException: No access to the given key > at Microsoft.Win32.KeyHandler..ctor (Microso

Re: [Mono-list] Command Line Options on Windows and Linux

2010-10-04 Thread Gonzalo Paniagua Javier
On Mon, 2010-10-04 at 19:47 -0700, Charlie Poole wrote: > Hi All, > > I'm using Mono.Options for nunit-console 3.0 and I'm running into > a bit of a conflict of philosophy about chars that start options. > > NUnit has historically NOT recognized args starting with '/' as > options on Linux, altho

Re: [Mono-list] Create a file with execute permission?

2010-09-26 Thread Gonzalo Paniagua Javier
On Sun, 2010-09-26 at 05:29 -0700, kevink wrote: > Not able to get this working. Using File.SetAttribute with 0x800 on Mono > (OpenSuse). Execute permission does not get set. You sure 0x800 is the > correct value? Typo. You need one more zero. -Gonzalo _

Re: [Mono-list] Create a file with execute permission?

2010-09-24 Thread Gonzalo Paniagua Javier
On Thu, 2010-09-23 at 03:36 -0700, kevink wrote: > I create a .sh file and try to execute it with Process.Start() in my app. > This is failing as the file is created without the "Execute" permission. Is > there a way to specify this in C# on mono? Once you have created the file, you can set the "E

Re: [Mono-list] Mono 2.6 on sheeva plug (ARM) problems (running on ubuntu 9.04)

2010-09-11 Thread Gonzalo Paniagua Javier
On Fri, 2010-09-10 at 10:30 -0700, Juan Hawa wrote: [...] > > I tried running mod-mono-server2 directly, and when trying to > access the page i get the following error: > > mod_mono and xsp have different versions. Expected '9', got 71 > mod_mono an

Re: [Mono-list] Mono 2.6 on sheeva plug (ARM) problems (running on ubuntu 9.04)

2010-09-10 Thread Gonzalo Paniagua Javier
On Fri, 2010-09-10 at 06:42 -0700, juanhawa wrote: > Hi there, > > I'm trying to install apache2, mono 2.6 and all its friends (xsp, mod_mono, > etc) from the sources. Though i succeeded in compiling everything, at run > time i get the following error (as seen on the error_log of apache): > > The

Re: [Mono-list] Where did mod-mono-server2 go?

2010-08-24 Thread Gonzalo Paniagua Javier
On Tue, 2010-08-24 at 12:45 -0400, Abe Gillespie wrote: > It was a couple of weeks ago when I did a compile but > making-installing XSP under the 2.6.7 release (xsp-2.6.5 apparently) > did not install a mod-mono-server2 (just mod-mono-server and > mod-mono-server1). I don't remember any build fail

Re: [Mono-list] Opening a file and directory in the system's default viewer

2010-08-20 Thread Gonzalo Paniagua Javier
On Sat, 2010-08-14 at 00:27 -0700, Indrid Cold wrote: > I'm sure this question has been asked before, however I can't seem to find it > by searching. I think I don't know the correct terms. > > What I'm trying to do is make it possible for a program written in C# to > make the OS open a file or sh

Re: [Mono-list] Network Buffering Behavior on Linux

2010-07-01 Thread Gonzalo Paniagua Javier
On Wed, 2010-06-30 at 17:23 -0400, Andrew J. Barr wrote: [...] > Any clues, or should I file a bug? Thanks. File a bug report, please. And add as many details about the server as you can (ideally, the pages/handlers that get the requests). Thanks. -Gonzalo _

Re: [Mono-list] Thread Pool issues

2010-04-03 Thread Gonzalo Paniagua Javier
On Sat, 2010-04-03 at 05:31 -0800, aldus wrote: > Gonzalo Paniagua Javier-3 [via Mono] has written: > > MonoMaxActiveRequests docubox 0 > > MonoMaxWaitingRequests docubox 0 > > > > And I would remove that MONO_THREADS_PER_CPU setting. It is too > high. > >

Re: [Mono-list] Thread Pool issues

2010-04-02 Thread Gonzalo Paniagua Javier
On Fri, 2010-04-02 at 05:35 -0800, aldus wrote: > Hi all > I have installed Mono 2.6.3 and Apache 2.2.15 and put in the httpd.conf the > following lines: > MonoMaxActiveRequests 0 > MonoMaxWaitingRequests 0 > MonoSetEnv MONO_THREADS_PER_CPU=2000 > > but I'm still exepriencing the maximum concurren

Re: [Mono-list] mono svn availability

2010-04-02 Thread Gonzalo Paniagua Javier
On Thu, 2010-04-01 at 12:42 +0200, David Makovský (Yakeen) wrote: > Hi, > > I cannot reach mono-cvs.ximian.com (130.57.21.45) for few days now > from any location. > Is there something wrong or moved? Looks like anon svn is synchronized well. mono-cvs, as any other host that has the ssh port open

Re: [Mono-list] Mono 2.6 breaks Chiron (Silverlight dev tool) on Mac OS X

2010-03-25 Thread Gonzalo Paniagua Javier
On Thu, 2010-03-25 at 14:00 +, Michael Foord wrote: > Hello guys, > > Mono 2.6.3 broke Chiron again - it is producing invalid .xap (zip) > files. Do you have a small test case that reproduces the problem? Did you enter a bug report in bugzilla? -Gonzalo

Re: [Mono-list] xsp2 crashes with missing method exception

2010-03-24 Thread Gonzalo Paniagua Javier
On Wed, 2010-03-24 at 20:40 +0200, Andrus wrote: > > You also need to copy Mono.WebServer2.dll and Mono.Security.dll > > Thank you. > This allows xsp2.exe to start. > If browser window is closed in middle of load, xsp2 crashes with screenshot > below. > > How to allow xsp2 to continue servicing

Re: [Mono-list] Upgrading Mono from source release: protocol

2010-03-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-03-23 at 18:06 -0400, Abe Gillespie wrote: [...] > A couple of questions: > 1. Is there an easy way to install multiple versions in parallel and > then switch back and forth by a simple config? - if you recall, I had > an issue a couple of weeks back that took my storefront down when

Re: [Mono-list] xsp2 crashes with missing method exception

2010-03-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-03-23 at 23:44 +0200, Andrus wrote: > > You seem to be calling your own xsp version that probably doesn't > > match the version installed in the GAC. > > I copied xsp2.exe from directory created by mono setup: > C:\Program Files\Mono-2.6.1\lib\mono\2.0\winhack > > to my appl direct

Re: [Mono-list] SOAP response parsing problem - Google Adwords API - Mono 2.4.2.3 & 2.6.1

2010-03-17 Thread Gonzalo Paniagua Javier
On Wed, 2010-03-17 at 11:17 -0800, NielsW wrote: > I'm using the TargetingIdeaService of the Google Adwords API (v2009). I have > created a loop that does the same 50 requests until the program is stopped > and mono fails about 1 out of 10 times. Not on the same request but rather > random. > > Th

[Mono-list] Mono servers maintenance: 11am-noon EST Saturday Feb. 20th

2010-02-19 Thread Gonzalo Paniagua Javier
We have just been informed that tomorrow, Saturday 20th, some of the Mono servers will be shutdown and restarted at some point between 11am and noon. This will affect the following servers: * go-mono.com * mono-cvs.ximian.com * mono.ximian.com * the download and act

Re: [Mono-list] interop with native C DLL on MAC OS X

2010-02-16 Thread Gonzalo Paniagua Javier
On Tue, 2010-02-16 at 19:25 +, Gigi Sayfan wrote: [...] > When I try to run this program I get again a > System.DllNotFoundException > > I added a config file called net.dll.config, but this time it didn't > help. I even tried to map to the absolute path of the .so file to no > avail. I know t

Re: [Mono-list] mod_mono - Symbol not found _strndup/n

2010-02-12 Thread Gonzalo Paniagua Javier
On Fri, 2010-02-12 at 18:34 -0800, jcargilo wrote: [...] > I managed to get mod_mono to compile using the following basic commands: > > ./configure CFLAGS="-64m" --prefix=/usr > make > sudo make install > > and the module was installed in the proper directory (although the > httpd.conf was NOT up

Re: [Mono-list] Compiling Mono 2.6.1 from source code (make crash on socket-io.c)

2009-12-24 Thread Gonzalo Paniagua Javier
On Thu, 2009-12-24 at 06:06 -0800, Didro wrote: > Hello, > > I'm trying to build last mono 2.6.1 from source on Red Hat Linux release 9 > (Shrike) (Pentium III (Coppermine)). > > I'm not the root, but I could built previous mono version (for example > 1.2.6). > > I configure mono install with o

Re: [Mono-list] Thread Pool issues

2009-12-11 Thread Gonzalo Paniagua Javier
On Fri, 2009-12-11 at 17:00 -0500, Miguel de Icaza wrote: > Hello, > > > The problem is we have a web service using mod_mono 2.4.2.3 on Apache > > 2.2.13. The problem occurs when a lot of simultaneous web requests come in, > > and/or we spawn a lot of background threads (by "a lot" I mean about

Re: [Mono-list] Sites Using Mono

2009-11-22 Thread Gonzalo Paniagua Javier
On Sat, 2009-11-21 at 13:00 +0100, Christian Prochnow wrote: > Hi sirmak, > > i'm sorry, but i must say that Mono is simply not ready to be used on > high-load sites. We tried using it on a medium loaded site and sadly had > to switch to Windows Server and Microsoft .NET. I have personally tested

Re: [Mono-list] Weird issue with Process.Start (works with MS .NET)

2009-11-16 Thread Gonzalo Paniagua Javier
On Thu, 2009-11-12 at 10:08 +0100, Anteru wrote: > Hi, > > got a very weird problem with Process.Start here, and I don't know where > to start debugging (first issues actually I ever had with Mono.) Problem > appears like this, I set up a ProcessStartInfo, register the > OutputDataReceived handler

Re: [Mono-list] how can I tranfer files by FTP using mono

2009-11-16 Thread Gonzalo Paniagua Javier
On Tue, 2009-11-10 at 22:12 -0800, Bharti Mishra wrote: > Hi, > > I am migrating a vb.net project onto open suse through mono2.4.3. In my > project there is a functionality through which we upload a text file and we > transfer this file onto database. > for FTP transfer now we are using vsdll.dll.

Re: [Mono-list] file transefer through mono

2009-11-16 Thread Gonzalo Paniagua Javier
On Mon, 2009-11-09 at 02:14 -0800, Bharti Mishra wrote: > Hi, > > I am using mono 2.4.3 on open suse 11.1 to migrate vb.net application. In my > application I have to upload a file and transfer it onto the host through > FTP. > > I like to know, how mono can send file through FTP. The easiest wa

Re: [Mono-list] Mono.Simd in gac but there isnt a gmcs link?

2009-11-03 Thread Gonzalo Paniagua Javier
On Tue, 2009-11-03 at 03:55 -0500, Gonzalo Paniagua Javier wrote: [...] > > Should I just make my own sym link from the install on in gac or is there a > > utility to do this [...] Forgot to mention that the link is automatically create when installing the assembly in the GAC if

Re: [Mono-list] Mono.Simd in gac but there isnt a gmcs link?

2009-11-03 Thread Gonzalo Paniagua Javier
On Mon, 2009-11-02 at 23:06 -0800, Buttink wrote: > Ubuntu 9.10 has Mono 2.4.2.3 WOOT but anyway after installing > "libmono-simd2.0-cil" I can probably run programs that use Simd but > gmcs says it doenst have the metadata for Mono.Simd > > Should I just make my own sym link from the install

Re: [Mono-list] [Mono-aspnet-list] sqlite questions?

2009-11-03 Thread Gonzalo Paniagua Javier
On Tue, 2009-11-03 at 08:35 +, william leader wrote: > I would suggest you consider using another database altogether. SQLite > is meant to interface with c and c++ programs, neither of which is a > language mono supports. [...] I would suggest you do some research before giving advice to othe

Re: [Mono-list] POP3 with SSL

2009-10-23 Thread Gonzalo Paniagua Javier
On Fri, 2009-10-23 at 00:18 -0700, Demax wrote: > I have been testing the mail POP3 protocole of reaciving for a few days > now. Everything is fine until I want to use SSL encryption code, because i > reacive an exception: Search for 'gmail' in http://mono-project.com/FAQ:_Security -Gonzalo __

Re: [Mono-list] Long-running program

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 22:47 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gonzalo Paniagua Javier wrote: > > > It would help a lot if you can get a small test case that reproduces the > > problem. The alternative is to s

Re: [Mono-list] The delegate must have only one target.

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 13:34 -0400, Gonzalo Paniagua Javier wrote: > On Thu, 2009-10-15 at 14:19 +0200, Cliff Stanford wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > .NET seems to object to calling BeginInvoke on an event that has more >

Re: [Mono-list] The delegate must have only one target.

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 14:19 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > .NET seems to object to calling BeginInvoke on an event that has more > than one target, throwing an ArgumentException. > > Mono, on the other hand, calls multiple targets sequentially o

Re: [Mono-list] Long-running program

2009-10-03 Thread Gonzalo Paniagua Javier
On Fri, 2009-10-02 at 19:58 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gonzalo Paniagua Javier wrote: > > > If you can try mono from trunk, I would be interested in knowing > > whethere your problems go away or not. System.Thread

Re: [Mono-list] Mono memory usage grows but application memory looks stable

2009-09-29 Thread Gonzalo Paniagua Javier
On Mon, 2009-09-28 at 10:24 -0700, Manuel C. wrote: > Sorry for the late response. > > I tried also version 2.4.2.3, it's the same. I took me a few days to find > out that a missing Close() on a GZipStream was the root of all evil. Here is > an example: > > static void Decompress() >

Re: [Mono-list] Long-running program

2009-09-29 Thread Gonzalo Paniagua Javier
On Mon, 2009-09-28 at 23:42 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gonzalo Paniagua Javier wrote: > > > If you can try mono from trunk, I would be interested in knowing > > whethere your problems go away or not. System.Thread

Re: [Mono-list] Long-running program

2009-09-28 Thread Gonzalo Paniagua Javier
On Mon, 2009-09-28 at 03:03 -0700, Sixes wrote: > I have a program which, among other things, controls a number of hardware > devices, broadcasts their status, logs changes and accepts commands. The > program is compiled under VS2008 and runs on mono version 2.4 on Fedora 11. > > The program runs

Re: [Mono-list] Building latest svn mono-2-4 fails due to missing

2009-07-28 Thread Gonzalo Paniagua Javier
On Tue, 2009-07-28 at 18:10 +0300, Sergii Volchkov wrote: > Hello, > > I am trying to build mono 2.4 from > http://anonsvn.mono-project.com/source/branches/mono-2-4, r138837. > The build fails for me with the following error message: > > > make[7]: Entering directory `/home/volk/mono/svn/mcs/cla

Re: [Mono-list] how to change asp.net version in mono

2009-07-22 Thread Gonzalo Paniagua Javier
On Wed, 2009-07-22 at 01:45 -0700, Bharti Mishra wrote: > hi, > I am using mono2.4.2 onto opensuse11.1 platform.My project ,which I have > to migrate onto linux platform, using asp.net1.1 version. but mono2.4.2 is > supporting asp.net2.0. > when I execute my project in mono, it shows following

Re: [Mono-list] null ref. exception

2009-07-19 Thread Gonzalo Paniagua Javier
On Sun, 2009-07-19 at 18:40 +0200, Peter Hagen wrote: > Hi Gonzalo > > well, i have a bit a problem of recreating the bug in a new project. > If i make a new project from MonoDevelop, it works as planned. But > inside my project it doesn't. But this is originally a 1.1 > application. Uploadi

Re: [Mono-list] null ref. exception

2009-07-19 Thread Gonzalo Paniagua Javier
On Sun, 2009-07-19 at 12:12 +0200, Peter Hagen wrote: > Hi > i migrated my webapp to .net 2.0. When i testdrive it, on my Mono > 2.0.1 (Ubuntu) it runs very nicely. After that I uploaded the site to > my webserver with has Mono 2.4.2.2 on it, and when I open the page > with my upload control, I ge

Re: [Mono-list] Pre-compiled Assemblies

2009-07-14 Thread Gonzalo Paniagua Javier
On Mon, 2009-07-13 at 22:06 -0400, Abe Gillespie wrote: > I thought there existed a package of pre-compiled assemblies available > for download. My problem is while compiling Mono my machine runs out > of memory (162mb) during compilation of the core assemblies. > Specifically it dies while proces

Re: [Mono-list] Couldn't create thread exception for ThreadPool.QueueUserWorkItem

2009-07-08 Thread Gonzalo Paniagua Javier
On Wed, 2009-07-08 at 09:08 -0300, Arthur Valadares wrote: > Hi Gonzalo, thanks for the reply, > > I know there is a limit, but by reading the MSDN page about > QueueUserWorkItem, it was suggested that if you request a thread beyond > the ThreadPool limit, it would wait until a thread is freed to

Re: [Mono-list] Couldn't create thread exception for ThreadPool.QueueUserWorkItem

2009-07-07 Thread Gonzalo Paniagua Javier
On Tue, 2009-07-07 at 17:59 -0300, Arthur Valadares wrote: > Hi everyone, > > I need some help with this crash. I looked up on google and only saw > references to this as an old mono bug, so I'm not sure if this is a bug > or expected behavior. I'm running an application that open a LOT of > thre

Re: [Mono-list] SqlBulkCopy Error: Incorrect syntax near ','

2009-07-07 Thread Gonzalo Paniagua Javier
> > > > http://www.nabble.com/file/p24364374/Program.cs Program.cs > > I have attached a simple program that exhibits the problem. It connects to a > SQL Server that has a database with a table that has 3 columns - "timestep", > "zindex", "data". Again, it works on machines running Windows, but

Re: [Mono-list] Problems with compiling mod-mono

2009-07-07 Thread Gonzalo Paniagua Javier
On Sun, 2009-07-05 at 07:02 -0700, monoMVC wrote: [...] > as of building mod-mono, > ./configure --prefix=/opt/mod-mono --with-apxs=/usr/sbin/apache2 > --with-mono-prefix=/opt/mono > --with-apr-config=/usr/bin/apr-config > make [...] You have to provide the path to apxs (or apxs2, depends on yo

Re: [Mono-list] SqlBulkCopy Error: Incorrect syntax near ','

2009-07-02 Thread Gonzalo Paniagua Javier
On Tue, 2009-06-30 at 13:56 -0700, Lazar wrote: > Hi there, > > I am trying to use mono to import data into a Microsoft SQL Server from a > Linux machine. The code is written in C# and makes use of the SqlBulkCopy > class. The program runs just fine on a Windows platform, and there are no > issues

Re: [Mono-list] OE Build : error configure failed to discover size of unix socket path

2009-06-10 Thread Gonzalo Paniagua Javier
Try compiling and running the following: --- #include #include #include int main(void) { struct sockaddr_un sock_un; FILE *f=fopen("conftestval", "w"); if(!f) exit(1); fprintf(f, "%d\n", sizeof(sock_un.sun_path)); exit(0); } --- If it can't be compiled or the output is 0, tha

Re: [Mono-list] WebService.EnableDecompression

2009-05-15 Thread Gonzalo Paniagua Javier
On Fri, 2009-05-15 at 11:14 -0700, MrGadget wrote: > Please advise when this might be fixed. About 10 minutes ago in HEAD and mono-2-4... ;-) -Gonzalo ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-

Re: [Mono-list] Mono.WebServer2 Problems

2009-05-12 Thread Gonzalo Paniagua Javier
On Tue, 2009-05-12 at 08:19 -0700, willisterman wrote: [...] > Robert Jordan wrote: > > > >> Also, on a seperate note, I need to place the Mono.Webserver2.dll in the > >> bin > >> folder of any website used by the app, or it will not load that website, > >> complaining about missing the dll. > >

Re: [Mono-list] GridView AccessibleHeader

2009-05-12 Thread Gonzalo Paniagua Javier
On Tue, 2009-05-12 at 12:41 +0200, Ferdinand Funke wrote: > Hi, > > I try to use the "UseAccessibleHeader" property of the ASP.NET GridView. > That works fine under .NET. But under Mono I do not get a -tag > whatever I try. > My standard implementation works like this: > http://www.webpronews.c

Re: [Mono-list] Exception on telnet

2009-05-12 Thread Gonzalo Paniagua Javier
On Tue, 2009-05-12 at 11:49 +0200, Peter Hagen wrote: > Hi > > I was trying to debug my setup in which I did a telnet to a mod-mono > environment on my apache server (2.2). As far as I know, this should > not be a problem. Here is what i did: > > > telnet 192.168.0.8 83 > GET / HTTP/1.0 > > As r

Re: [Mono-list] Mono 2.4 Server error for ASP .net application

2009-05-08 Thread Gonzalo Paniagua Javier
Looks like you compiled from sources... You'll need to build/install the libgdiplus module from svn too. -Gonzalo On Mon, 2009-05-04 at 07:14 -0700, rlejsza wrote: > Hello, > Mono 2.4 > > I've got following error on my website. > > Server Error in '/' Application > gdiplus.dll > > Description:

Re: [Mono-list] 2.4 mod_mono error

2009-05-01 Thread Gonzalo Paniagua Javier
On Fri, 2009-05-01 at 15:48 +0100, Derek Ekins wrote: > Hi, > I have been having a lot of trouble trying to get mod_mono working. > I have setup a fresh instance of Ubuntu 9.04 (this is running on > Amazon EC2) and built and installed mono 2.4, xsp 2.4 and mod_mono 2.4 > to /usr/local > > I create

Re: [Mono-list] cannot find metadata file

2009-04-30 Thread Gonzalo Paniagua Javier
On Thu, 2009-04-30 at 18:03 +0100, Danny Waite wrote: > Fantastic, thanks Pedro, I'll give that a try! > > Any other considerations or tips you can add, sounds like you've got things > working really well for you. I'm glad that precompilation works fine for you. Still, it would be nice if you c

Re: [Mono-list] HTTP file download

2009-04-26 Thread Gonzalo Paniagua Javier
On Fri, 2009-04-24 at 14:05 -0700, giancarlogiesa wrote: > Hello, > > is possible with C# / Mono download a file from an HTTP server ? > if yes, how ? > > my code is this: > > private string SocketSendReceive(string url){ > int i=0; >

Re: [Mono-list] user permission for mono

2009-04-19 Thread Gonzalo Paniagua Javier
On Fri, 2009-04-17 at 14:21 -0700, mros wrote: > Hi All, > > I believe I have some permission setting issue with user account other than > root here is my situation: > > I am using mono 2.4 with suse 10.3 > > Login as root user run mono everything works like a charm. > > Login as other user ru

[Mono-list] GO-MONO.COM is moving

2009-04-15 Thread Gonzalo Paniagua Javier
Folks, We are in the process of moving go-mono.com to a new machine. I've tried to make sure all the pages we host there work just fine and the transition is smooth. Anyway, if you see anything wrong with the server within the next few hours, join #mono at irc.gimpnet.org and let me know. Thank

Re: [Mono-list] get mac address using system.management

2009-04-13 Thread Gonzalo Paniagua Javier
On Mon, 2009-04-13 at 09:11 -0700, tooty wrote: > hi all, > i used to get mac address of Ethernet adapter under windows, using the > following code: > > // > Dim mc As System.Management.ManagementClass > Dim mo As ManagementObject > mc = New ManagementClass("Win32_NetworkAdapterConfigu

Re: [Mono-list] Mono 2.4 thread aborted

2009-04-12 Thread Gonzalo Paniagua Javier
On Sat, 2009-04-11 at 20:00 +0200, Peter Hagen wrote: > Hi > > no, i still use the 1.1. I hope to port my code to 2.0 within a few > months :) If this was caused by the problem I thought, the ChangeLog should have something from March 11th saying that the bug #484082 was fixed. If you're still

Re: [Mono-list] Mono 2.4 thread aborted

2009-04-11 Thread Gonzalo Paniagua Javier
On Sat, 2009-04-11 at 19:37 +0200, Peter Hagen wrote: > Hi Gonzalo > > thanx. I allready build Mono from source, so thats no problem. I did > however check out mono from svn like you said: > > svn co svn://anonsvn.mono-project.com/source/branches/mono-2-4 > > and added system.dll to the gac: >

Re: [Mono-list] Mono 2.4 thread aborted

2009-04-10 Thread Gonzalo Paniagua Javier
On Thu, 2009-04-09 at 11:18 +0200, Peter Hagen wrote: > Thanx Gonzalo > > that seems to work. I do have the feeling the website is slower now, but > that could just the connection. Is it also possible to completely turn > of the file watching? It's not possible to turn of file watching. If you

Re: [Mono-list] Mono 2.4 thread aborted

2009-04-08 Thread Gonzalo Paniagua Javier
On Wed, 2009-04-08 at 10:25 +0200, Peter Hagen wrote: [...] > So it looks like that mod-mono is monitoring the root of the website, > and triggers a reload of the website on every change on that directory. > But this can't be right. Normally it only triggers on bin and web.config. That is exactl

Re: [Mono-list] Porting *.resx string collections to Mono

2009-04-03 Thread Gonzalo Paniagua Javier
On Thu, 2009-04-02 at 08:14 -0700, cb951303 wrote: > http://www.nabble.com/file/p22849935/Resources.Designer.cs > Resources.Designer.cs > http://www.nabble.com/file/p22849935/Resources.resx Resources.resx > > Above files are from Horde3D engine VS2008 project file. I succesfully > compiled the e

Re: [Mono-list] Mono EncryptPassword Problem

2009-03-29 Thread Gonzalo Paniagua Javier
On Sun, 2009-03-29 at 10:33 -0700, willisterman wrote: [...] > > > > Can you add a description of this problem and a small self-contained > > test case to http://bugzilla.novell.com? > > > > -Gonzalo > > > > > > Thats been done, and the bug can be found at: > https://bugzilla.novell.com/show

Re: [Mono-list] Mono EncryptPassword Problem

2009-03-29 Thread Gonzalo Paniagua Javier
On Sat, 2009-03-28 at 14:07 -0700, willisterman wrote: > I've been using mono with a project for a bit, and have had no problems > authenticating using the sqlmembershipprovider. I've now switched to using > a custom xml membership provider, and I'm having trouble with > authentication. > > Using

Re: [Mono-list] GZIPStream problem on mono

2009-03-24 Thread Gonzalo Paniagua Javier
On Mon, 2009-03-23 at 23:57 +, Ricardo Lopes wrote: > Hi, > > I have an HttpHandler that compresses javascripts and css using a > GZipStream on the HttpResponse Filter, it works ok on Microsoft .Net > but on mono creates and invalid gzip stream. > > I tried the DeflateStream and works ok. >

Re: [Mono-list] Precompiled ASP.NET web sites in Mono

2009-02-26 Thread Gonzalo Paniagua Javier
On Thu, 2009-02-26 at 12:54 +, Pedro Santos wrote: > Hello, I saw that mono now supports precompiled sites: > http://gonzalo.name/blog/archive/Mono/2009/Feb-20.html > > Is this available on mono 2.4 RC1? > > I'm trying and I get the following output: > This is a marker file generated by the p

Re: [Mono-list] SQLClient problems

2009-02-26 Thread Gonzalo Paniagua Javier
On Thu, 2009-02-26 at 13:04 +0100, laas wrote: > Hi all, > reading and using the sample code in the following page: > > > http://www.mono-project.com/SQLClient#Testing > > every time i connect to the remote SQL Server instance I receive the > following: > > "SQL Server does not exist or access

Re: [Mono-list] How to debug SOAP webservice

2008-12-24 Thread Gonzalo Paniagua Javier
On Wed, 2008-12-24 at 14:22 +0200, Andrus wrote: > Gonzalo, > > > Keep the debug="true" in web.config and go to > > http://yourserver/yourservice.asmx then find the page that allows you to > > invoke the web service using HTTP and run it. You should get the actual > > stack trace in your browser.

Re: [Mono-list] How to debug SOAP webservice

2008-12-23 Thread Gonzalo Paniagua Javier
On Tue, 2008-12-23 at 23:10 +0200, Andrus wrote: > I created SOAP webservice with works OK from VS IDE. > > When this web service is hosted in mod_mono/Apache, calling it returns > error: > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xmlns:xsd="http://www.w3.org/2001/XMLSchema";

Re: [Mono-list] Session expired after lot of requests

2008-11-26 Thread Gonzalo Paniagua Javier
I've added https://bugzilla.novell.com/show_bug.cgi?id=449390 to track this issue. -Gonzalo On Wed, 2008-11-26 at 16:22 +0100, Adriaan Kekem wrote: > hi, > > I have a webapplication which uses ajax to communicate to server. > After a lot of request i got a strange session expired. When i change

  1   2   3   4   5   6   7   8   9   10   >