Re: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Mario Carrión
On Thu, 2005-04-07 at 15:12 +0200, Gilles FAVIER wrote: > Hi, > > I am trying to connect to an Oracle database, when i am running my script as > an exe file, it compiles and then when i execute it works but when i try to > it through a web page, i cannot compile the pages, i get the following er

Re: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Gilles FAVIER
reader = null; dbcmd.Dispose (); dbcmd = null; dbcon.Close (); dbcon = null; } } } ------ end Default.aspx.cs -- > Message du 07/04/05 17:37 > De : "Mario

RE: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Sébastien Pouliot
Bonjour Gilles, > > mcs /t:library /out:WebTest.dll -r:System -r:System.Data > > -r:System.Collections -r:System.ComponentModel -r:System.Drawing > > -r:System.Web -r:System.Web.SessionState -r:System.Web.UI > > -r:System.Web.UI.WebControls -r:System.Web.UI.HtmlControls > > -r:System.Data.Orac

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Gilles FAVIER
Anyway thanks a lot guys i saved a lot of time and realize where i am missing some knowledge! Have a great day. > Message du 07/04/05 19:01 > De : "SÃbastien Pouliot" <[EMAIL PROTECTED]> > A : [EMAIL PROTECTED] > Copie à : mono-list@lists.ximian.com > Objet : RE: [Mono-li

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-08 Thread Jonathan Stowe
> > > > Anyway thanks a lot guys i saved a lot of time and realize where i am missing > some knowledge! > > Have a great day. > > > > > > > Message du 07/04/05 19:01 > > De : "SÃbastien Pouliot" <[EMAIL PROTECTED

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-08 Thread A Rafael D Teixeira
On Fri, 2005-04-08 at 08:55 +0200, Gilles FAVIER wrote: > Seb, > > You made it!! It works, it compiles with the exact command lien you gave me, > it is true 'ill have to study that point between assemblies and namespaces... > > IT would be to great if it worked... i have the compilation succeede

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-11 Thread Gilles FAVIER
Thanks all ++ Gil > Message du 08/04/05 21:40 > De : "A Rafael D Teixeira" <[EMAIL PROTECTED]> > A : [EMAIL PROTECTED] > Copie à : [EMAIL PROTECTED], "MonoList" > Objet : Re: RE: [Mono-list] Cannot find Assembly ASP > > On Fri, 2005-04-