[Mono-aspnet-list] Cannot add a System.Web.UI.HtmlControls.HtmlGenericControl

2009-07-28 Thread FcoLomas
Hi! I use Mono 2.4 with the lastest release, I updated it today after the last release announce, but I'm having a problem when I add an IFrame inside a a ItemTemplate in a GridView, or an ITemplate implemented class on an user control, the exception is: Cannot add a System.Web.UI.HtmlControls.Ht

Re: [Mono-aspnet-list] .NET Framework 3.5 SP1

2009-07-28 Thread FcoLomas
Thanks for the answer! Well I do exactly what you said, modify the source code of the controls and by now the dotnetage controls are working right in Mono! Of course I'm interested in contribute to mono with a patch for those classes that aren't implemented of .NET 3.5 SP1, where I can have more

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

2009-07-28 Thread Diego Frata
Try setting the configuration for each virtual host instead using the mod_mono.conf. Eg: ServerName my-mono-site.com ServerAdmin web-ad...@my-mono-site.com DocumentRoot /srv/www/my-mono-site.com * MonoServerPath my-mono-site.com "/usr/bin/mod-mono-server2" MonoSetEnv my-mono-site.com MO

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

2009-07-28 Thread Batchwood
My earlier post and subsequent research regarding virtual hosting has led me to suspect that Mono may have a serious flaw. Perhaps I’m missing something very basic, but judging by the absence of replies to my earlier post, maybe not. I’m convinced that ASP.net and Mono have a very bright future.

Re: [Mono-aspnet-list] Re start mono after compile?

2009-07-28 Thread Mark DevGood
I think I've discovered what it could be and I'd like to post my findings for anyone else reading this thread. I tried adding in files until the problem re-occurred and I think that the problem is due to a problem with Global.asax.cs. By deleting this file, I've managed to get rid of the problem i