Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-04-13 Thread Marek Habersack
the web server to restart on a regular basis, but we really do not want to have to do that! Well, to resolve it properly we need to know what the problem is :) Let's see what we can read from the data I asked you to collect above. best, marek Regards, Dan Marek Habersack wrote: On Tue

Re: [Mono-aspnet-list] MVC 3 - Error on first site hit

2011-04-08 Thread Marek Habersack
try out Marek's suggestion as well) Well, my suggestion is a must-follow one :) The .NET assembly will just not work with Mono's System.Web :) marek -Jeff On Fri, Apr 8, 2011 at 9:01 AM, Marek Habersack gren...@twistedcode.net wrote: On Fri, 8 Apr 2011 12:54:02 + Daniel J. Summers

Re: [Mono-aspnet-list] ASP.NET MVC 3 under Windows with MonoDevelop

2011-04-08 Thread Marek Habersack
On Fri, 8 Apr 2011 18:30:21 +0200 Tanguy Krotoff tkrot...@gmail.com wrote: Hi all, Hey, I've managed to execute the ASP.NET MVC template that you provide with MonoDevelop under Windows using ASP.NET MVC 3. Here the steps: * Install Mono (tested with 2.10.1), MonoDevelop (tested with 2.6

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Marek Habersack
On Tue, 29 Mar 2011 11:32:11 -0400 Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Tue, 2011-03-29 at 03:42 -0700, Dan wrote: Do you happen to know which commit potentially fixes this issue, so that we could take a look. I'll let Marek fill in the details. The

Re: [Mono-aspnet-list] ASP.NET MVC 3 on Mono 2.8.1

2011-01-15 Thread Marek Habersack
On Sat, 15 Jan 2011 09:03:53 -0800 (PST) adrin adri...@gmail.com wrote: After a long Console.WriteLine() debugging session I've found a possible reason for these problems. It seems that ASP.NET MVC 3 uses BuildManager.GetObjectFactory(virtualPath, false) != null condition to check if given

Re: [Mono-aspnet-list] All pages recompile after apache restart

2010-07-28 Thread Marek Habersack
On Wed, 28 Jul 2010 13:09:04 -0700 (PDT) dugc dug...@dolce.co.uk wrote: Hey, Hi All, This is probably an obvious one, but bear with me. I recently upgraded the mono installation on my server from 1.1 to 2.4 (on Ubuntu 10.04). Previously, pages would take 10 seconds to compile the first

Re: [Mono-aspnet-list] System.InvalidCastException with ScriptManager

2010-02-16 Thread Marek Habersack
On Tue, 16 Feb 2010 01:16:08 -0800 (PST) ornitorrinc ornitorr...@gmail.com wrote: Hello everybody, Hello, I am attempting to create a small test site using Mono and AJAX to test ExtJS_Extender_Controls, with: - Mono 2.6.1 - VS 2008 - Mono Tools 1.0 - ExtJs Extender Controls 3.3.0

Re: [Mono-aspnet-list] Global.asax isn't working

2010-02-09 Thread Marek Habersack
On Mon, 8 Feb 2010 01:41:20 -0800 (PST) eSPiYa vdol...@gmail.com wrote: Hello, I'm building a web service project with static variables but it seems Application_Start doesn't fire if I run my test project on XSP2 using Mono 2.6.1 on MS WinXP. Please file a bug with a _full_ sample source,

Re: [Mono-aspnet-list] error CS1679: Invalid extern alias for /reference [...] makes me afraid

2010-02-03 Thread Marek Habersack
On Wed, 03 Feb 2010 23:33:43 +0100 Christian Herzog cher...@web.de wrote: Guys, once again - give me a test case and I'll fix the issue. marek I have the same error. While testing a while I found out that it seems to be a problem with the App_Code-Folder. For me, it is not possible to

Re: [Mono-aspnet-list] Telerik Radgrid's Pager not working with Mono ASP.NET

2009-12-21 Thread Marek Habersack
On Mon, 21 Dec 2009 08:32:21 + (GMT) Ferdinand Funke dr_doom1...@yahoo.de wrote: Hello, Von: Marek Habersack gren...@twistedcode.net Betreff: Re: [Mono-aspnet-list] Telerik Radgrid's Pager not working with Mono ASP.NET An: Ferdinand Funke dr_doom1...@yahoo.de CC: mono-aspnet-list

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

2009-11-03 Thread Marek Habersack
Dale E. Moore wrote: Is this a good place to ask questions about sqlite? Can somebody please tell me where to go;) On SQLite itself - no, in relation to Mono/ASP.NET - yes. Has everybody (or anybody) worked with monodevelop to put together an asp.net http://asp.net application that uses an

Re: [Mono-aspnet-list] mod_mono parallel requests dont’t run in parallel

2009-10-14 Thread Marek Habersack
michaeltheplumber wrote: hi, Hey, using jquery ($.get(..) ) I call 3 times the same ASP.NET MVC controller method in one go. Since the responses are handled asynchronously, the requests go out almost in parallel. I know they go off in parallel, because I pass in the client's current

Re: [Mono-aspnet-list] OutputCache in ASP.NET MVC ?

2009-10-14 Thread Marek Habersack
michaeltheplumber wrote: i worked around it by implementing this http://blog.maartenballiauw.be/post/2008/06/26/Creating-an-ASPNET-MVC-OutputCache-ActionFilterAttribute.aspx works great ! Then it's weird OutputCacheAttribute doesn't work - they both do, in essence, the same thing. Please

Re: [Mono-aspnet-list] EnableEventValidation not working

2009-10-14 Thread Marek Habersack
APS wrote: Hi, Hey, I have some page where mono gives me the error: Invalid postback or callback argument. Event validation is enabled using pages enableEventValidation=true/ in configuration or %@ Page EnableEventValidation=true % in a page. For security purposes, this feature

Re: [Mono-aspnet-list] System.InvalidCastException on LoadViewState

2009-10-12 Thread Marek Habersack
At 21.45 09/10/2009, Marek Habersack wrote: Marek Habersack wrote: Stifu wrote: It sounds a lot like a regression in Mono. Maybe you could file a bug report with a reduced test case, to bring it to the attention of the developers? I am working on this issue now. Fix should land in svn tonight

Re: [Mono-aspnet-list] System.InvalidCastException on LoadViewState

2009-10-10 Thread Marek Habersack
Marek Habersack wrote: Stifu wrote: It sounds a lot like a regression in Mono. Maybe you could file a bug report with a reduced test case, to bring it to the attention of the developers? I am working on this issue now. Fix should land in svn tonight. I'll follow up when that happens

Re: [Mono-aspnet-list] System.InvalidCastException on LoadViewState

2009-10-08 Thread Marek Habersack
Stifu wrote: It sounds a lot like a regression in Mono. Maybe you could file a bug report with a reduced test case, to bring it to the attention of the developers? I am working on this issue now. Fix should land in svn tonight. I'll follow up when that happens. marek aps-3 wrote:

Re: [Mono-aspnet-list] [PATCH] support WCF proxy in ASP.NET AJAX

2009-09-17 Thread Marek Habersack
Atsushi Eno wrote: Hi, Hey Atsushi, I have created a patch that adds WCF support to ASP.NET AJAX ProxyGenerator. The change is not small and it involves some structural changes to existing asmx support, but what I basically did was to make LogicalTypeInfo and LogicalMethodInfo abstract

Re: [Mono-aspnet-list] Debugging web apps on Mono

2009-09-14 Thread Marek Habersack
Mike Christensen wrote: Just pinging on this (last time, sorry).. I'm quite curious if any further work is being done on this. Thanks! http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2#Debugger marek On Fri, Aug 21, 2009 at 12:55 PM, Mike Christensen m...@kitchenpc.com

Re: [Mono-aspnet-list] ProfileCommon not automatically generated under XSP

2009-08-31 Thread Marek Habersack
wleader wrote: Hello, What is the Mono version you're using? ProfileCommon has been supported in Mono since 2006. If you're using the latest mono and still see the issue, then this is a bug - please file a bug (http://mono-project.com/Bugs) with a self-contained test case attached. If you're

Re: [Mono-aspnet-list] ASP.NET MVC V2

2009-08-19 Thread Marek Habersack
Gary Thomas wrote: I saw ScottGu's blog post about the ASP.NET MVC V2 Preview release the other day and was wondering if/when it'll come to Mono. It looks like they will ship it with VS.NET 2010. If the license permits, yes. Does anyone on the mono team have any insight here? Will Microsoft

Re: [Mono-aspnet-list] Error: The imported type 'user control is defined' multiple times

2009-08-17 Thread Marek Habersack
Jyoti Seth wrote: Hello All, Hello, I have defined user control on a content page. It is throwing the following error on mono 2.4.2 The imported type 'ASP.controls_testcontrol_ascx' is defined multiple times. Whereas it was executing properly on previous version of mono. You will need to

Re: [Mono-aspnet-list] Mod_mono and apache issue.

2009-08-17 Thread Marek Habersack
dejavu wrote: Hey, Hey gary, thanks for the reply. I did try installing the following packages that u mentioned. Sadly, it still shows no sign of working. Could it be because i'm doing something else wrong? Try to generate your config using this utility: http://go-mono.com/config-mod-mono/

Re: [Mono-aspnet-list] Is this a serious flaw or just my mistake?

2009-08-17 Thread Marek Habersack
Batchwood wrote: Diego Frata wrote: Try setting the configuration for each virtual host instead using the mod_mono.conf. Eg: VirtualHost *:80 ServerName my-mono-site.com ServerAdmin web-ad...@my-mono-site.com DocumentRoot /srv/www/my-mono-site.com * MonoServerPath

Re: [Mono-aspnet-list] SIGSEGV error, no idea why?

2009-07-17 Thread Marek Habersack
Piercy wrote: OK right just to make sure i did this right ill list exactly what i did: 1) open shell 2) cd /home/user/public_html/weddingsite 3) MONO_OPTIONS=--trace xsp2 --nonstop --port 8181 --applications /home/user/public_html/weddingsite:. trace.log 21 4) wget

Re: [Mono-aspnet-list] Disable ASP.NET 2?

2009-06-01 Thread Marek Habersack
dugaldcurtis wrote: I am still unable to fix this. I tried purging all mono related packages and reinstalling but it doesn't help. If I install the mono-apache-server2 package again I start getting this in my apache log: [snip] I am desperate to get this sorted - can anyone suggest a

Re: [Mono-aspnet-list] Failed to connect to mod-mono-server after several attempts to spawn the process.

2009-06-01 Thread Marek Habersack
samgod wrote: [snip] I tryed wirh apachectl too but the problem still remain the same, mod_mono process doesn't restart. After restarted all (apache , mod_mono and cleaned dirs) all websites works fine for some hour but random, one of them shows the message The server is temp Any idea?

Re: [Mono-aspnet-list] Dummies guide to setting up Mono with Apache on OS X

2009-06-01 Thread Marek Habersack
Siôn wrote: I'm a MS ASP.NET developer by trade and after many, many, years I've come back to using an Apple Mac in my spare time. Basically, I know nothing about Unix and very little about Apache and so I would like to ask the Mono community help on getting started. I've downloaded and

Re: [Mono-aspnet-list] HTTP 500. Error processing request.

2009-05-26 Thread Marek Habersack
Dejan Paležević wrote: Hello! Hello, I was deployed my ASP.NET application on Linux (CentOS) using Mono 2.4. Same application on Windows platform work perfect, but i have some problems on Linux. [snip] Below is stack trace on mentioned error: Server Error in '/phmc' Application