[Mono-devel-list] calling indexer from aspx page written in VB
Bobby Beckmann
bobby at optaros.com
Mon Aug 1 17:04:29 EDT 2005
Hi,
I'm trying to port a vb.net asp app over to mono and my first head
scratcher is why can't I have a line that says:
<?= Session.Item("Test") ?>
in my code. The error I get is
"error BC30390: 'System.Web.SessionState.HttpSessionState.Item' is
inaccessible because of its protection level"
I've searched the bug dbs and google, but haven't found anything
relevant. It does work when I remove the .Item and just do
Session("Test"). Is this a compiler issue or a runtime issue? I
appreciate any help.
Thanks,
Bobby
More information about the Mono-devel-list
mailing list