[Mono-list] Internal functions...
Gaurav Vaish
gvaish@iitk.ac.in
Wed, 7 Nov 2001 13:12:56 +0530
----- Original Message -----
From: "Nick Drochak" <ndrochak@gol.com>
To: <mono-list@ximian.com>
Cc: "'Gaurav Vaish'" <gvaish@iitk.ac.in>
Sent: Wednesday, November 07, 2001 04:21
Subject: RE: [Mono-list] Internal functions...
: > The function
: > System.Web.UI.StateBag.TrackViewState() is internal to
: > the assembl System.Web (.dll) and hence I am unable to use is
: > during test compilation. How to overcome this?
:
: This is probably because mcs/class/System.Web/System.Web.build excludes
: the entire UI directory with this line:
: <excludes name="System.Web.UI/**"/>
:
: Remove the exclude and see if you can compile. Not sure what other
: problems that brings in though.
I guess, this should solve the problem if that is the case. Will try.
Cheers,
Gaurav Vaish
----------------------------
:
: HTH,
: Nick D.
: