[Mono-list] ASP.NET 2.0 on Debian 4, apache and mod_mono: how I did it !

2007-10-16 Thread laas
How to setup an ASP.NET 2.0 application on Debian using Apache2/mod_mono If you are interested: http://www.laas02.org/article/view_article/16 See you !! -- [LAAS] aka Salvatore WebSite: http://www.laas02.org YTSite: http://www.laas02.org/youtranslate _

[Mono-list] ASP.NET 2.0 Controls

2006-11-10 Thread Donny Velazquez
Does anyone know where at in the development cycle these controls are? I want to use Mono for a project and really want to use the GridView since that's what I have on my windows MS version.   Donny Velazquez   ___ Mono-list maillist - Mono-l

[Mono-list] ASP.NET 2.0 on mono above 1.1.13

2006-10-17 Thread SPUHPointer
Hi All, I have problem. I am trying to run some simple asp.net 2.0 web pages under Mono (even using xsp2) and I got all the time error (in browser): XML Parsing Error: no element found Location: http://127.0.0.1:1234/Default.aspx Line Number 1, Column 1: This happens to all version of mono ab

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 ___

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

2006-10-11 Thread Lee
Hi all, 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? I'm asking because this is a commercial application and I would like to use obfustication with it. Th

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

[Mono-list] Asp.net 2.0 & Mono

2006-09-25 Thread Lee
Hi all, 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 problems tageting mod_mo

[Mono-list] ASP.NET 2.0 with VB

2006-01-23 Thread Keith C. Perry
I have a project with that seem to work with C# but not with VB for the 2.0 framework. However, the error I get in my logs is: (just the starting snippet before the native stack trace) ** (/usr/local/lib/mono/1.0/mbas.exe:25741): WARNING **: The class System.Collections.Generic.IEnumerable`1 cou

[Mono-list] ASP.NET 2.0 and System.Data.SqlClient

2006-01-20 Thread Keith C. Perry
Greetings everyone, We're testing out mono 1.1.13 with apache 2.0.54 and we're having problem with the connection to a MS-SQL database. The IDE is Visual Studio 2005. This sample app runs from an IIS (v6.0) on a 2003 server with MS-SQL 2005.When we run it under mono/apache, we get everything

[Mono-list] ASP.NET 2.0 problem

2005-12-21 Thread Fredrik Elestedt
I've just created a simple application in VS.NET 2005 (basically static, but with a library it has to execute) and tried to run this under xsp2. This gave me the following error: Unhandled Exception: System.Web.Compilation.CompilationException: Exception of type System.Web.Compilation.CompilationE

[Mono-list] ASP.NET 2.0

2005-12-06 Thread Abe Gillespie
Is there some way to switch Mono from ASP.NET 1.x use to ASP.NET 2.0 use? I realize it hasn't yet been fully implemented, but I'd like to try my hand at getting some ASP.NET 2.0 stuff working. Thanks. -Abe ___ Mono-list maillist - Mono-list@lists.ximi

Re: [Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

2005-11-26 Thread Fredrik Elestedt
Christopher Bergström wrote: > On Wed, 2005-11-23 at 23:10 +0100, Fredrik Elestedt wrote: > >> >> >>> and finally the error log: >>> Unhandled Exception: System.Web.Compilation.ParseException: Unknown >>> attribute: Master >>> in <0x0003c> System.Web.UI.BaseParser:ThrowParseException (System.Str

Re: [Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

2005-11-26 Thread Fredrik Elestedt
Gonzalo Paniagua Javier wrote: > On Wed, 2005-11-23 at 23:10 +0100, Fredrik Elestedt wrote: > > >>and finally the error log: >>Unhandled Exception: System.Web.Compilation.ParseException: Unknown >>attribute: Master >>in <0x0003c> System.Web.UI.BaseParser:ThrowParseException (System.String >>messa

Re: [Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

2005-11-25 Thread Christopher Bergström
On Wed, 2005-11-23 at 23:10 +0100, Fredrik Elestedt wrote: and finally the error log: Unhandled Exception: System.Web.Compilation.ParseException: Unknown attribute: Master in <0x0003c> System.Web.UI.BaseParser:ThrowParseException (System.String message) Make sure that mod-mono-server2.

Re: [Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

2005-11-25 Thread Gonzalo Paniagua Javier
On Wed, 2005-11-23 at 23:10 +0100, Fredrik Elestedt wrote: > and finally the error log: > Unhandled Exception: System.Web.Compilation.ParseException: Unknown > attribute: Master > in <0x0003c> System.Web.UI.BaseParser:ThrowParseException (System.String > message) Make sure that mod-mono-server2.e

[Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

2005-11-23 Thread Fredrik Elestedt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Can anyone tell me how to configure the above mentioned combination properly? Apache module file: # Set this to False if you manage your ASP.Net server through # /etc/init.d/mod-mono-server MonoRunXSP True MonoSer

[Mono-list] ASP.NET 2.0 support on xsp2

2005-09-24 Thread Andrew Arnott
I've heard and read that xsp2 is supposed to provide ASP.NET 2.0 support.  How complete are the supporting class libraries?  I've tried hosting an uncompiled and a precompiled web site done in VS 2005 using xsp2, and it seems to have no idea what to do with it.  Am I doing something wrong, or is th

[Mono-list] ASP.NET 2.0 Callbacks

2005-05-11 Thread Fabian Luque
Hi: I'm playing with Beta 2 and I'm wondering how much of the callbacks functionality is implemented in Mono 1.1.7. Thanks, -- Fabian Luque http://www.forumnet.com.ar/blog ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/m