[Mono-list] Cannot find Assembly ASP
Sébastien Pouliot
spouliot@videotron.ca
Thu, 07 Apr 2005 13:00:43 -0400
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.OracleClient AssemblyInfo.cs Default.aspx.cs Global.asax.cs
You are mixing namespaces and assemblies.
Try:
mcs /t:library /out:WebTest.dll -r:System -r:System.Data -r:System.Drawing -r:System.Web -r:System.Data.OracleClient AssemblyInfo.cs Default.aspx.cs Global.asax.cs
Sebastien Pouliot
home: spouliot@videotron.ca
blog: http://pages.infinit.net/ctech/poupou.html