[Mono-list] Build failing...

Gaurav Vaish gvaish@iitk.ac.in
Mon, 17 Dec 2001 01:05:23 +0530


This is a multi-part message in MIME format.

------=_NextPart_000_0036_01C18696.E7F60140
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit

Hello,
    While building System.Web.dll, I am stuck with the following error:

d:\Temp\mcs\class\System.Web\System.Web.UI.WebControls\AdRotator.cs(21,18): error CS0234: The type or namespace name 'Utils' does
not exist in the class or namespace 'System.Web' (are you missing an assembly reference?)
d:\Temp\mcs\class\System.Web\System.Web.UI.WebControls\ListControl.cs(19,18): error CS0234: The type or namespace name 'Utils' does
not exist in the class or namespace 'System.Web' (are you missing an assembly reference?)
d:\Temp\mcs\class\System.Web\System.Web.UI.WebControls\RepeaterCommandEventArgs.cs(38,10): error CS0246: The type or namespace name
'RepaterItem' could not be found (are you missing a using directive or an assembly reference?)


    Where am I missing? Since the Utils name is NOT excluded from the build. I am attaching the System.Web.build file the only file
modified by me. The namespace Utils exists and so does the class RepeaterItem.
    Please help...


Cheers,
Gaurav Vaish
http://mastergaurav.virtualave.net
http://calendar.yahoo.com/mastergaurav
---------------------------------



------=_NextPart_000_0036_01C18696.E7F60140
Content-Type: application/octet-stream;
	name="System.Web.build"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="System.Web.build"

<?xml version=3D"1.0" encoding=3D"iso-8859-1"?>=0A=
=0A=
<!-- NAnt build file for System.Web.dll -->=0A=
=0A=
<project name=3D"System" default=3D"build">=0A=
	<property name=3D"debug" value=3D"false"/>=0A=
=0A=
	<target name=3D"build">=0A=
		<mkdir dir=3D"../lib"/>=0A=
		<csc target=3D"library" output=3D"../lib/System.Web.dll" =
debug=3D"${debug}">=0A=
			<arg value=3D"/nowarn:1595"/>=0A=
			<arg value=3D"/unsafe"/>=0A=
			<arg value=3D"/r:System.dll"/>=0A=
			<sources>=0A=
				<includes name=3D"**/*.cs"/> =0A=
				<excludes name=3D"Test/**"/>=0A=
				<excludes name=3D"System.Web/HttpWorkerRequest.cs"/>=0A=
				<excludes name=3D"System.Web.Hosting/**"/>=0A=
				<excludes name=3D"System.Web.UI/**"/>=0A=
				<excludes name=3D"System.Web/IHttpModule.cs"/>=0A=
				<excludes name=3D"System.Web.UI.HtmlControls/**"/>=0A=
			<!--	<excludes name=3D"System.Web.UI.WebControls/**"/> -->=0A=
				<excludes name=3D"System.Web/IHttpHandlerFactory.cs"/>=0A=
				<excludes name=3D"System.Web/HttpCacheValidateHandler.cs"/>=0A=
				<excludes name=3D"System.Web/IHttpAsyncHandler.cs"/>=0A=
				<excludes name=3D"System.Web/IHttpHandler.cs"/>=0A=
			</sources>=0A=
		</csc>=0A=
	</target>=0A=
</project>=0A=

------=_NextPart_000_0036_01C18696.E7F60140--