[Mono-list] Internal functions...

Nick Drochak ndrochak@gol.com
Wed, 7 Nov 2001 07:51:21 +0900


> 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.

HTH,
Nick D.