Re: [Mono-list] ASP.NET/Mono - asp:ListView and asp:DataPager not registered

2015-01-22 Thread Igor Shmukler
Hi, Sorry about not submitting all information in one shot. I checked my references, and System.Web using assembly browser. There are no ListView or DataPager controls in System.Web. I am using System.Web version=4.0.0.0,Culture=neutral. It either came with Mac or XamarinStudio. If necessary, I c

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of aleksit > > Hey > What is licensing terms of ASP.net of mono ? Is they same than licenses of > mono ? > Can I do commercial software with it and if I can what kind of things I need > to add with

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread William Ivanski
I think Martin is right. Reading mono license, at first glance is possible to see that everybody can use mono to develop, build and host ASP.NET websites (WebForms or MVC) for commercial purposes. I already developed some ASP.NET applications and run then on mono for personal and freelance purpose

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread Martin Thwaites
Does this not cover it? https://github.com/mono/mono/blob/master/LICENSE (Note, I'm not a legal expert so if you're concerned in anyway, get you lawyer to look into it) You've got to look at the individual libraries you're using though. If they are Mono libraries, chances are they are MIT/X11,

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread William Ivanski
Great question, I would like to know that too. William Ivanski 2014-11-20 9:13 GMT-02:00 aleksit : > Hey > What is licensing terms of ASP.net of mono ? Is they same than licenses of > mono ? > Can I do commercial software with it and if I can what kind of things I > need > to add with my project

Re: [Mono-list] Asp.Net questions

2014-10-19 Thread Peter Hagen
Same here! Running a Ubuntu server (12.04 I guess) with asp.net and asp.net MVC 4 sites. But I build it from source. Op 20 okt. 2014 03:50 schreef Daniel Lo Nigro : > > I'm running an ASP.NET MVC site with this stack and it's running quite well > on Mono. I'm currently on Mono 3.8: > ASP.NET MVC

Re: [Mono-list] Asp.Net questions

2014-10-19 Thread Daniel Lo Nigro
I'm running an ASP.NET MVC site with this stack and it's running quite well on Mono. I'm currently on Mono 3.8: - ASP.NET MVC 4 - Cassette for CSS/JS combination and minification - ServiceStack OrmLite with MySql.Data for the data access layer - SimpleInjector for IoC / Dependency inje

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Peter Hagen
Hi, I run a few MVC4 sites on Apache with Mono 3.8 on Ubuntu 12.04. I have build it from the git source as a parallel build. There are a few tweaks you have to do to get .net 4.5 support with the mod-mono-server, but for the rest it runs fine. Cheers Peter On 7 okt. 2014, at 14:39, William I

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread William Ivanski
You could try running your site in directly on XSP4. William Ivanski 2014-10-07 9:08 GMT-03:00 Miljenko Cvjetko : > Hi > > On 2014.10.07 14:01, Martin Thwaites wrote: > > I run an MVC 3 site on mono, however I build from source. Not sure if > that helps. > > Same here. > > Building from source

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Miljenko Cvjetko
Hi On 2014.10.07 14:01, Martin Thwaites wrote: I run an MVC 3 site on mono, however I build from source. Not sure if that helps. Same here. Building from source. Ran simple MVC4 sites, never got to MVC5 and now working with ASP.net vNext. Preparing some of my projects for ASP.net vNext

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono) > > the installation process is all broken. To be more specific: On ubuntu server 12.04 x86_64, the default included version of mono is archaic (2.10). And the xamari

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Martin Thwaites
I run an MVC 3 site on mono, however I build from source. Not sure if that helps. On 7 Oct 2014 12:52, "Edward Ned Harvey (mono)" < edward.harvey.m...@clevertrove.com> wrote: > > From: Edward Ned Harvey (mono) > > > > On ubuntu server 12.04 x86_64, the default included version of mono is > > arc

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Edward Ned Harvey (mono)
> From: Edward Ned Harvey (mono) > > On ubuntu server 12.04 x86_64, the default included version of mono is > archaic (2.10). And the xamarin apt repos seem to be also broken (Hash Sum > mismatch). > > On ubuntu server 14.04 x86_64, the built-in version of mono is reasonable > (3.2.8) but when i

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-19 Thread Daniel Lo Nigro
Definitely a package bug, I'd suggest raising this with the Debian package maintainer (as the Debian package has the same issue, and the Ubuntu package is probably just taken from Debian). Debian package: http://packages.debian.org/sid/mono-apache-server4 Bug reporting in Debian: http://www.debian

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-19 Thread Daniel Lo Nigro
gmcs is the .NET 2.0 compiler; you should be using dmcs for .NET 4.0. On Wed, Dec 19, 2012 at 8:48 PM, Daniel Hughes wrote: > I have scrapped the Auto config options and have managed to get further. > However now I getting an error when trying to access the website, > complaining about a Missin

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-19 Thread Daniel Hughes
Look someone else has this exact same problem with no answer http://stackoverflow.com/questions/13471418/method-not-found-myproject-mvcapplication-registerroutes On Wed, Dec 19, 2012 at 10:56 PM, Daniel Hughes wrote: > OK scrap that the 2.0 assemblies are present (not sure why they are used > f

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-19 Thread Daniel Hughes
OK scrap that the 2.0 assemblies are present (not sure why they are used for a .net 4.0 app) and still brings me back to why can't it find, TestProject.MvcApplication.RegisterRoutes it's most definitely there. On Wed, Dec 19, 2012 at 10:48 PM, Daniel Hughes wrote: > I have scrapped the Auto co

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-19 Thread Daniel Hughes
I have scrapped the Auto config options and have managed to get further. However now I getting an error when trying to access the website, complaining about a MissingMethodException regarding RegisterRoots, however RegisterRoots is definitly there (I checked by decompiling with monodevelop) here is

Re: [Mono-list] asp.net mvc ArgumentNullException

2012-12-18 Thread Daniel Hughes
The setup I have performed to date is: Install the mod_mono packages: libapache2-mod-mono mono-apache-server2 Install the mono development packages: mono-devel Enable the Apache module: a2enmod mod_mono_auto sudo apt-get install apache2 Restart Apache, sudo service apache2 start The website was c

Re: [Mono-list] ASP.NET MVC 4 on Mono 2.11.3 - View not found

2012-09-21 Thread Daniel Lo Nigro
Hi again, I think I've narrowed this error down to the OAuth libraries included with ASP.NET MVC 4. When I remove *Microsoft.Web.WebPages.OAuth.dll* from the bin directory of the web application, it loads successfully. I'm guessing that assembly is doing something odd, but looking at its source co

Re: [Mono-list] ASP.NET MVC 4 on Mono 2.11.3 - View not found

2012-09-16 Thread Daniel Lo Nigro
I had some time to try this again. It seems that while the standard MVC 4 internet template throws this error, a website built from the "Empty" template works fine. I created a new MVC 4 application from the Empty template, added a new view and controller, and created a controller action to load th

Re: [Mono-list] ASP.Net Bugs

2011-02-22 Thread Abe Gillespie
Thanks to whoever looked into these. As request I updated #669786 and included a test project that exercises the issue. Thanks. -Abe On Mon, Feb 21, 2011 at 11:59 AM, Abe Gillespie wrote: > Like a good tester I filed bugs I found but, sadly, they weren't > addressed before 2.10 final.  These ar

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

2010-11-24 Thread Abe Gillespie
Super, that did the trick. Thanks so much for the help! -Abe On Wed, Nov 24, 2010 at 1:12 AM, Gonzalo Paniagua Javier wrote: > 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 sour

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-23 Thread Abe Gillespie
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. Thanks. -Abe On Mon, Nov 22, 2010 at 11:37 PM, Gonzalo Paniagua Javier wrote: > On Mon, 2010-11-22 at 09:20 -0500, Abe Gillespie

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] ASP.Net MVC 2

2010-05-15 Thread Abe Gillespie
It's Mac OS 10.6. I looked into casing since I've come across that in the past. I didn't immediately find anything. Usually, if it's something like a master page reference casing issue, the error message is pretty specific and helps you locate the mixed-case resource. Since this error was so gen

Re: [Mono-list] ASP.Net MVC 2

2010-05-15 Thread jmalcolm
Abe, This could be totally off track but is your Mono system on Linux? Is it possible this is a casing issue? On Linux (or other UNIX), "Filename" is different than "filename". On Windows, if your code specifies "filename" it will find "Filename" but on Linux it will not. When I read your mes

Re: [Mono-list] ASP.Net MVC 2

2010-05-14 Thread jmalcolm
MVC2 works with trunk (the next major version after 2.6). In fact, it is included. I have used it for some small projects and it worked well. One thing to be aware of though is that it is built against the 3.5 libraries and not the 4.0 ones. This can cause a few hassles. For example, using "<

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Michael Hutchinson
On Thu, Dec 10, 2009 at 10:43 PM, Michael Hutchinson wrote: > On Thu, Dec 10, 2009 at 8:14 PM, Mike Christensen wrote: >> Did you guys ever get the MonoDevelop debugger working on xsp on OS/X? > > The new "soft" debugger built into Mono 2.6 and MonoDevelop 2.2 RC > works great with ASP.NET on Mac

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Michael Hutchinson
On Thu, Dec 10, 2009 at 8:14 PM, Mike Christensen wrote: > Did you guys ever get the MonoDevelop debugger working on xsp on OS/X? The new "soft" debugger built into Mono 2.6 and MonoDevelop 2.2 RC works great with ASP.NET on Mac - just wait for new Mono 2.6 packages! (We still haven't got the "o

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Mike Christensen
Did you guys ever get the MonoDevelop debugger working on xsp on OS/X? On Thu, Dec 10, 2009 at 9:54 AM, Michael Hutchinson < m.j.hutchin...@gmail.com> wrote: > On Thu, Dec 10, 2009 at 3:42 AM, Austerus wrote: > > > > Hey Cygon and thanks a lot for the reply. > > > > I will try it with xsp alone

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Michael Hutchinson
On Thu, Dec 10, 2009 at 3:42 AM, Austerus wrote: > > Hey Cygon and thanks a lot for the reply. > > I will try it with xsp alone right now but I was wondering about mod_mono > (this solution would fit me better since I am running Apache anyway), where > do I get it? I couldn't find it in the mono i

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Austerus
Hey Cygon and thanks a lot for the reply. I will try it with xsp alone right now but I was wondering about mod_mono (this solution would fit me better since I am running Apache anyway), where do I get it? I couldn't find it in the mono installation and on the website it sends me to the download p

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-09 Thread Markus Ewald
On 10.12.2009 08:15, Austerus wrote: > Hello, > > I am fairly new to the world of Mac and a complete n00b regarding Mono, > although I have been a fairly successful developer with ASP in Windows. I > would like to continue developing on Mac and for this I've downloaded and > installed Mono as well

Re: [Mono-list] asp.net conversion advice needed.

2009-07-30 Thread Diego Frata
First of all, it's preferred that you choose using MySql Connector/NET instead of an MySql Connector/ODBC. It's simplier than using ODBC and it's far wide used. For using MySQL Connector/NET, put your connection string like this: And make sure that MySql.Data.dll is registered

Re: [Mono-list] asp.net conversion advice needed.

2009-07-30 Thread manshack_one
Each Access form is converted into a separate asp page. In each page there are options to either declare a connection string there or use the one from web.config. We went into each page and made sure it's trying to use 'ConnectionString' from the web.config file. This works in windows with a co

Re: [Mono-list] asp.net conversion advice needed.

2009-07-30 Thread Diego Frata
Could you show how did you configure the DSN on Windows and on Suse? And how are you trying to open the connection? It's always good to debug the application on the server if it's not a heavily used production one. Diego Frata diego.fr...@gmail.com On Thu, Jul 30, 2009 at 3:16 PM, manshack_one

Re: [Mono-list] ASP.Net default language setting lost while update

2009-07-03 Thread Jochen Wezel - CompuMaster GmbH
icht- Von: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] Im Auftrag von Robert Jordan Gesendet: Donnerstag, 2. Juli 2009 12:50 An: Mono-list@lists.ximian.com Betreff: Re: [Mono-list] ASP.Net default language setting lost while update Jochen Wezel - CompuMaster GmbH

Re: [Mono-list] ASP.Net compilation error with C# and Mono V2.4.2

2009-07-02 Thread Ferdinand Funke
Same problem to me. I ran peverify on any assembly included in my project, but all passed without any problems. Did anyone already file a bug? Ferdinand Robert Jordan schrieb: > Jochen Wezel - CompuMaster GmbH wrote: > >> Hello, >> >> I've got this error when trying to access my test website an

Re: [Mono-list] ASP.Net compilation error with C# and Mono V2.4.2

2009-07-02 Thread Robert Jordan
Jochen Wezel - CompuMaster GmbH wrote: > Hello, > > I've got this error when trying to access my test website and if I've put a > file "cammWM.dll" into my bin directory: > ... > Stack Trace: > > System.Reflection.ReflectionTypeLoadException: The classes in the module > cannot be loaded. >

Re: [Mono-list] ASP.Net default language setting lost while update

2009-07-02 Thread Robert Jordan
Jochen Wezel - CompuMaster GmbH wrote: > Is there any plan to prevent overriding of my custom settings? Or if > no and it always overrides, can it override with the default M$ value > (=VB) to keep compatible to M$ behaviour? Use your app's web.config for this kind of changes. VB cannot be set as

Re: [Mono-list] ASP.NET MVC

2009-04-02 Thread Abe Gillespie
Well, hey, there you go. These Mono guys, they're quick! Thanks, everyone, for the response. -Abe On Thu, Apr 2, 2009 at 12:31 PM, Robert Jordan wrote: > Hi, > > Abe Gillespie wrote: >> Great news.  Thanks, Robert, for finding that. >> >> I got a question, though.  What does the MS-PL license

Re: [Mono-list] ASP.NET MVC

2009-04-02 Thread Robert Jordan
Hi, Abe Gillespie wrote: > Great news. Thanks, Robert, for finding that. > > I got a question, though. What does the MS-PL license mean in regards > to contributing to Mono? I have still never looked at MS code either > by Reflector decompilation or the platform source to keep the > possibilit

Re: [Mono-list] ASP.NET MVC

2009-04-02 Thread Stifu
From what Miguel says here: http://tirania.org/blog/archive/2009/Apr-02.html It doesn't sound like there's any problem with using these sources. Abe Gillespie wrote: > > Great news. Thanks, Robert, for finding that. > > I got a question, though. What does the MS-PL license mean in regards >

Re: [Mono-list] ASP.NET MVC

2009-04-02 Thread Abe Gillespie
Great news. Thanks, Robert, for finding that. I got a question, though. What does the MS-PL license mean in regards to contributing to Mono? I have still never looked at MS code either by Reflector decompilation or the platform source to keep the possibility of contributing to Mono open. Shoul

Re: [Mono-list] ASP.NET MVC

2009-04-02 Thread Robert Jordan
Corbin Hoenes wrote: > I am interested in running ASP.NET MVC applications on linux. I was under > the impression that the ASP.NET MVC license prohibits me from doing it. > > I think this is still the verbiage: > "Platform Limitation - The Additional Use Rights extend only to the software > or pe

Re: [Mono-list] ASP.NET MVC

2009-03-27 Thread Abe Gillespie
Yes, but it's not clear if that means "Mono will support the MS MVC libraries" or "Mono will include its own, packaged MVC libraries." On Fri, Mar 27, 2009 at 2:43 PM, Daniel Soto wrote: > According to Mono roadmap, it says that ASP.NET MVC support will be in > Mono 2.6, planned to September 2009

Re: [Mono-list] ASP.NET MVC

2009-03-27 Thread Daniel Soto
According to Mono roadmap, it says that ASP.NET MVC support will be in Mono 2.6, planned to September 2009. Anyway, MonoRail runs fine in Mono ;-) 2009/3/27 Abe Gillespie : > And AFAIK, the Mono team has their own MVC efforts going (a port?). > But now that the MVC license does not have the MS-pl

Re: [Mono-list] ASP.NET MVC

2009-03-27 Thread Jonathan Pobst
The final release of ASP.Net MVC does not contain this verbiage. Jonathan Corbin Hoenes wrote: > I am interested in running ASP.NET MVC applications on > linux. I was under the impression that the ASP.NET MVC > license prohibits me from doing it. > > I think

Re: [Mono-list] ASP.NET MVC

2009-03-27 Thread Abe Gillespie
And AFAIK, the Mono team has their own MVC efforts going (a port?). But now that the MVC license does not have the MS-platform stipulation, it should only be a matter of patching Mono's ASP.NET implementation to get the MS MVC libs working. People at SO.com seem to now be having success with Mono

Re: [Mono-list] ASP.NET MVC

2009-03-27 Thread Corbin Hoenes
I am interested in running ASP.NET MVC applications on linux. I was under the impression that the ASP.NET MVC license prohibits me from doing it. I think this is still the verbiage: "Platform Limitation - The Additional Use Rights extend only to the software or permitted derivative works that you

Re: [Mono-list] ASP.NET Checking if File Exists Error / 404 on Rewrite

2009-03-08 Thread Robert Jordan
Shauki Bagdadi wrote: > Hello! > Have you found the solution for > http://lists.ximian.com/pipermail/mono-list/2007-August/036106.html > May you share it, please! > Thanks. You can either use an apache rewrite rule (if you're using apache, of course): http://httpd.apache.org/docs/2.2/rewrite/rew

Re: [Mono-list] ASP.NET MVC

2008-12-01 Thread Atsushi Eno
Since MVC is a moving target, you should not really rely on that schedule. We won't release or even might not start MVC stuff until it gets out on .NET side. Atsushi Eno Abe Gillespie wrote: > OK, thank you, all. > > On Thu, Nov 20, 2008 at 11:47 PM, Gonzalo Paniagua Javier > <[EMAIL PROTECTED]>

Re: [Mono-list] ASP.NET MVC

2008-11-21 Thread Abe Gillespie
OK, thank you, all. On Thu, Nov 20, 2008 at 11:47 PM, Gonzalo Paniagua Javier <[EMAIL PROTECTED]> wrote: > On Thu, 2008-11-20 at 22:52 -0500, Abe Gillespie wrote: >> Hello All, >> >> I'm a long time Windows ASP.NET developer and have one Mono + ASP.NET >> eCommerce site under my belt. I'm conside

Re: [Mono-list] ASP.NET MVC

2008-11-20 Thread Gonzalo Paniagua Javier
On Thu, 2008-11-20 at 22:52 -0500, Abe Gillespie wrote: > Hello All, > > I'm a long time Windows ASP.NET developer and have one Mono + ASP.NET > eCommerce site under my belt. I'm considering using MVC on my next > endeavor (I have no experience using it yet) and am wondering if Mono > supports it

Re: [Mono-list] asp.net idSeparator

2008-11-18 Thread Peter Hagen
Hi Robert yes, you are right. xsp is now a the same as xsp2. So, I guess it made it to the 2.0.1. Ill try to get MonoDevelop to use xsp1 :). Thanx for your reply cheers Peter On Tue, 2008-11-18 at 11:40 +0100, Robert Jordan wrote: > Peter Hagen wrote: > > Hi > > > > I'm testing my .net 1.1 web

Re: [Mono-list] asp.net idSeparator

2008-11-18 Thread Robert Jordan
Peter Hagen wrote: > Hi > > I'm testing my .net 1.1 website on the new Mono 2.0.1. ... > I'm sure that my project (Monodevelop) is build as .net 1.1, but somehow > the '$' is being used. Is this a bug? You're probably running your app with xsp2/mod_mono2 under the 2.0 profile. I'm not sure if

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Mike Cleaver
I agree that the performance is fine once compiled, and its not a major concern in a production environment where batch compilation works. Unfortunately I have two issues at the moment - 1) Batch compilation is not running from my site, maybe i have configured that in my web.config, im not

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Robert Jordan
Hey Daniel, Daniel Nauck wrote: > Hello, > > why do you care about the speed of the initial request? > Its only a one-time delay. Slightly off-topic, as the thread was about an embedded system: It depends on how many of those one-time delays a website has: If you bring a big and heavily visited

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Daniel Nauck
Hello, why do you care about the speed of the initial request? Its only a one-time delay. I'm hosting some not pre-compiled larger asp.net websites and mono is as fast as .net in a subjective point of view. There is nothing to complain about on mono. Daniel Stéphane Zanoni schrieb: > Not real

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Stéphane Zanoni
Not really sure, but can you not use ngen to pre-JIT? Should drop the start time considerably? Stéphane >>> Marek Habersack <[EMAIL PROTECTED]> 5/28/2008 10:16 AM >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 28 May 2008 15:56:33 +0800 Mike Cleaver <[EMAIL PROTECTED]> wrote: >

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 28 May 2008 15:56:33 +0800 Mike Cleaver <[EMAIL PROTECTED]> wrote: > > This is an issue that we have too, we have no code behind, just plain > ASPX files used as views for a MVC style system. The compilation time > looks to me to be basi

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-28 Thread Mike Cleaver
This is an issue that we have too, we have no code behind, just plain ASPX files used as views for a MVC style system. The compilation time looks to me to be basically 1 second per ASPX/ASCX file regardless of complexity (core2 6400/osx). So our main page has a master page and 3 controls

Re: [Mono-list] ASP.Net Page taking minimum 11 sec to load first time

2008-05-27 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 21 May 2008 02:54:22 -0700 (PDT) haaroon <[EMAIL PROTECTED]> wrote: > > Hi, Hi, > I am new to this forum. I am doing porting mono to my Linux embedded system > and my system Spec as follows... > > Hardware: - > CPU = x86 > CPU Speed =500MHZ

Re: [Mono-list] ASP.NET Forms Authentication

2008-03-29 Thread Kevin Berry
Sending this again because it failed the first time... Sent from my iPhone On Mar 29, 2008, at 2:07 PM, Kevin Berry <[EMAIL PROTECTED]> wrote: Here's my original issue... It was with forms authentication but I tried it with basic auth too. Maybe the ? vs * is throwing mono... I'll try that whe

Re: [Mono-list] ASP.NET Forms Authentication

2008-03-29 Thread Kevin Berry
Here's my original issue... It was with forms authentication but I tried it with basic auth too. Maybe the ? vs * is throwing mono... I'll try that when I'm back on my laptop... Sent from my iPhone On Mar 11, 2008, at 9:55 AM, Kevin Berry <[EMAIL PROTECTED]> wrote: > I haven't seen any repl

Re: [Mono-list] ASP.NET Forms Authentication

2008-03-11 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Mar 2008 06:55:04 -0700 (PDT) Kevin Berry <[EMAIL PROTECTED]> wrote: hey Kevin, > I haven't seen any replies on this yet. Is anyone using forms authentication > in > this way? Can you please create a stand-alone test case that demonstrat

Re: [Mono-list] ASP.NET Forms Authentication

2008-03-11 Thread Kevin Berry
I haven't seen any replies on this yet. Is anyone using forms authentication in this way? On Mar 7, 2008, at 11:06 PM, Kevin Berry <[EMAIL PROTECTED]> wrote: I can't get forms authentication to work under XSP 2.0. I'm using the following code in my login button click event handler if the login

Re: [Mono-list] ASP.NET Button with no OnClick event handler problem...?

2007-12-03 Thread Marek Habersack
On Mon, 26 Nov 2007 15:18:49 +0100, "Thomas Hansen" <[EMAIL PROTECTED]> scribbled: Hey Thomas, > Howdy, I'm one of the developers behind Gaia Ajax Widgets ( > http://ajaxwidgets.com) and we just had a weird problem which didn't exist > in previous versions of Mono in regards to a custom Button cl

Re: [Mono-list] ASP.NET configuration troubles

2007-11-02 Thread laas
> > Vía Augusta, 59 > > 08006 Barcelona (SPAIN) > > +34 93 415 25 26 > > [EMAIL PROTECTED] > > > > > > - Original Message - > > From: J.S. Martin > > To: laas > > Cc: mono-list@lists.ximian.com > > Sent: Wednesday, October 31, 20

Re: [Mono-list] ASP.NET configuration troubles

2007-11-01 Thread Brenton Partridge
: J.S. Martin To: laas Cc: mono-list@lists.ximian.com Sent: Wednesday, October 31, 2007 5:11 PM Subject: Re: [Mono-list] ASP.NET configuration troubles I'm not sure if it'll make a difference, but you might try using this tag instead of one so complicated - again, it might not make a difference,

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread laas
; > > David Temes. > Project Manager > INFOCO > > Vía Augusta, 59 > 08006 Barcelona (SPAIN) > +34 93 415 25 26 > [EMAIL PROTECTED] > > - Original Message - > *From:* J.S. Martin <[EMAIL PROTECTED]> > *To:* laas <[EMAIL PROTECTED]> > *Cc:* mono-

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread laas
I will try to replace with I hope it works, but I'm not so optimist. On 10/31/07, J.S. Martin <[EMAIL PROTECTED]> wrote: > > I'm not sure if it'll make a difference, but you might try using this tag > instead of one so complicated - again, it might not make a difference,

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread David Temes
.S. Martin To: laas Cc: mono-list@lists.ximian.com Sent: Wednesday, October 31, 2007 5:11 PM Subject: Re: [Mono-list] ASP.NET configuration troubles I'm not sure if it'll make a difference, but you might try using this tag instead of one so complicated - again, it might not ma

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread J.S. Martin
I'm not sure if it'll make a difference, but you might try using this tag instead of one so complicated - again, it might not make a difference, but go ahead and try it... On 10/31/07, laas <[EMAIL PROTECTED]> wrote: > > Here: > > http://pastebin.com/m7f9bdb04 > > > > On 10/31/07, J.S.

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread laas
Here: http://pastebin.com/m7f9bdb04 On 10/31/07, J.S. Martin <[EMAIL PROTECTED]> wrote: > > what's the code in your web.config > > > > > On 10/31/07, laas <[EMAIL PROTECTED]> wrote: > > > Hi all, > > running my ASP.NET 2.0 application on apache/mod_mono/xsp2 (following my > > own how to http://

Re: [Mono-list] ASP.NET configuration troubles

2007-10-31 Thread J.S. Martin
what's the code in your web.config On 10/31/07, laas <[EMAIL PROTECTED]> wrote: > > Hi all, > running my ASP.NET 2.0 application on apache/mod_mono/xsp2 (following my > own how to http://www.laas02.org/article/view_article/16 ) I've received > the following error: > > "The section can't be def

Re: [Mono-list] asp.net applications not pointing to correct location specified in virtualhost settings

2007-06-21 Thread Jyoti Seth
I have tried giving different server names but it is still pointing to the first configuration only. Thanks, Jyoti Seth On 6/21/07, Marek Habersack <[EMAIL PROTECTED]> wrote: On Thu, 21 Jun 2007 13:44:37 +0530, "Jyoti Seth" < [EMAIL PROTECTED] > scribbled: > Hello, Hello Jyoti, [snip] > When

Re: [Mono-list] asp.net applications not pointing to correct location specified in virtualhost settings

2007-06-21 Thread Marek Habersack
On Thu, 21 Jun 2007 13:44:37 +0530, "Jyoti Seth" <[EMAIL PROTECTED]> scribbled: > Hello, Hello Jyoti, [snip] > When I add MonoDocumentRootDir "/srv/www/htdocs/test" and > MonoDocumentRootDir "/srv/www/htdocs/testjs" in their respective virtualroot > it gives "File not found: test.aspx" > > >

Re: [Mono-list] ASP.NET 2

2007-04-20 Thread Alan McGovern
I think pretty much everything is done barring WebParts. Alan On 4/20/07, Dominic Marks <[EMAIL PROTECTED]> wrote: The FAQ states that ASP.NET 2 is under active development. There is not much detail that I can see on what is done, and what is not done. Can anyone provide me with a broad over

Re: [Mono-list] ASP.NET 2

2007-04-20 Thread Marek Habersack
On Fri, 20 Apr 2007 12:28:58 +0100, Dominic Marks <[EMAIL PROTECTED]> scribbled: > The FAQ states that ASP.NET 2 is under active development. > > There is not much detail that I can see on what is done, and > what is not done. Can anyone provide me with a broad overview > of any major pieces tha

Re: [Mono-list] ASP.NET - WebServices - EnableSession property not supported ?

2007-03-08 Thread Guillaume Mouron
On 3/6/07, Guillaume Mouron <[EMAIL PROTECTED]> wrote: Hi, I am trying to create a webservice (.asmx file) with session enabled by using the property "EnableSession = true". My project is built under Visual Studio 2005 SP1 and deployed to the SuSE 10.2 VMWare image provided by the Mono project

Re: [Mono-list] ASP.Net, about report writer. How I can print simple data ?

2007-01-15 Thread Will Murnane
This needs to be done client-side. Add some code like this to the output: or Print This Page HTH Will On 1/15/07, Romulo Hunter <[EMAIL PROTECTED]> wrote: > if you want to write some data, we say one o two pages of data like a > table data or grid with a result of query, and write through >

Re: [Mono-list] ASP.NET TemplateParser error?

2007-01-03 Thread Travis Staloch
Gonzalo, I'm resending this post as I'm afraid it got lost at the bottom of my last. I'm not sure how to configure my apps to use the base virtual directory mentioned. Is this done with an apache .conf file? If someone has a link or pointer on that I would appreciate it. Also, the assembl

Re: [Mono-list] ASP.NET TemplateParser error?

2007-01-01 Thread Gonzalo Paniagua Javier
On Mon, 2007-01-01 at 15:00 -0800, Travis Staloch wrote: > System.IO.FileNotFoundException: > /home/advanced/cworks/public_html/componentworks.net/bin/ComponentWorks.dll > : /home/advanced/cworks/public_html/componentworks.net/bin/ComponentWorks.dll > in <0x0> > in (wrapper managed-to-nativ

Re: [Mono-list] ASP.NET 2.0 as binaries?

2006-10-11 Thread Miguel de Icaza
> I am about to start a asp.net 2.0 project and I was wondering if mono > supports delivering websites as binary assemblies instead of distributing > the actual .aspx files with code behind? This is a 2.0 feature and it is still an area we are working on, its not done yet. Miguel ___

Re: [Mono-list] Asp.net 2.0 & Mono

2006-09-25 Thread Michael Schurter
Hi Lee, Lee wrote: > I had a chance to play with mono a while back when I wrote a small tcp > server app to handle requests from a delphi/windows app. I am now > interested in writing an asp.net application to run on a CentOS box. > > I have only VS2005 and was wondering if I would have any prob

Re: [Mono-list] ASP.NET and MySQL

2006-09-23 Thread Brown, Robert
Have you tried specifying the port in the connection string? -=Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Loren Bandiera Sent: Friday, September 22, 2006 12:23 PM To: mono-list Subject: [Mono-list] ASP.NET and MySQL Hi, I'm trying to get

Re: [Mono-list] ASP.NET and MySQL

2006-09-22 Thread Loren Bandiera
That was it. The issue on my system is that /usr/lib is a symlink to /usr/lib64. I just changed the xsp2 wrapper in /usr/bin to use the real path and now it works. Thanks! On Fri, 2006-09-22 at 18:44 +0200, Robert Jordan wrote: > I looks like this bug: > > http://bugzilla.ximian.com/show_bug.c

Re: [Mono-list] ASP.NET and MySQL

2006-09-22 Thread Robert Jordan
Loren Bandiera wrote: > However, if write a small ASP.NET form and try and execute that same > code from Page_load() it fails. This is the trace that xsp2 gives me: > > MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the > specified MySQL hosts ---> System.Net.Sockets.SocketExce

Re: [Mono-list] ASP.NET and MySQL

2006-09-22 Thread Loren Bandiera
It's listening on the standard port (3306) so no I didn't. But I just tried it now and it made no difference (works from the command line; fails from xsp2). On Fri, 2006-09-22 at 12:32 -0400, Brown, Robert wrote: > Have you tried specifying the port in the connection string? -- Loren Bandiera

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread PChot
Thx, that seem to be working, all i need is some more work to be done.PChott ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread Joe Audette
Wednesday, September 13, 2006 12:56:42 PM Subject: Re: [Mono-list] ASP.NET and master pages re Things work in windows. Normal in header is make me problems. PChott PS: Joe are u on msn, icq, or something like that? -- Macs are for those who don't want to know why

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread Joe Audette
: [Mono-list] ASP.NET and master pages re Things work in windows. Normal in header is make me problems. PChott PS: Joe are u on msn, icq, or something like that? -- Macs are for those who don't want to know why their computer works. Linux is for those who want to kno

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread PChot
reThings work in windows. Normal in header is make me problems. PChottPS: Joe are u on msn, icq, or something like that? -- Macs are for those who don't want to know why their computer works.Linux is for those who want to know why their computer works.DOS is for those who want to know why their c

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread Joe Audette
oops, my example seemed to get removed from the message because I was in html mode joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com - Original Message From: PChot To: mono-list@lists.ximian.com Cc: [EMAIL PROTECTED] Sent: Wednesday, Se

Re: [Mono-list] ASP.NET and master pages

2006-09-13 Thread Joe Audette
I think that is normal behavior and would be the same on windows. The MasterPage is not responsible for ensuring the correct path for images and css files linked within it. I think you need to use script blocks and Page.ResolveUrl, something like this which is from one of my master pages:Hope it he

Re: [Mono-list] ASP.net 2 on Mono does not work...

2006-08-31 Thread Robert Jordan
Stefano Romagnoli wrote: > hi all, this is my problem: > > I've installed Mono+XSP2 and Apache 2 on Debian > and all seems to be ok, but i obtain the message > "Service Temporarily Unavailable" (error 503) when > I point my browser to "localhost/demo/index.aspx" > which is an ASP.net 2 example. >

Re: [Mono-list] ASP.Net: OnItemDataBound not implemented?

2006-08-27 Thread Julien Sobrier
Gonzalo Paniagua Javier wrote: > On Sun, 2006-08-27 at 20:35 -0700, Julien Sobrier wrote: >> Hello, >> I'm running with Mono 1.1.13.7 on Linux. I have a Repeater where I want >> to used the OnItemDataBound, and it looks like the event is not >> implemented. I get this error: >> System.NotImplemente

  1   2   3   >