R
Rob R. Ainscough
I'm getting very frustrated with VB.NET debugging issues.
Example;
I'd like to see what values are in the Session collection and all I get from
the debugger is "<cannot view indexed property>" -- Using
Session.Keys.Item.
Yet in C# debugger it will show me the Session.Keys.Item??
Can someone explain this to me as I'm completely baffled -- maybe my VS 2003
was just not installed correctly? Or is this Microsoft's way of forcing
everyone to the messy syntax flow that is called C?
Thanks, Rob.
Example;
I'd like to see what values are in the Session collection and all I get from
the debugger is "<cannot view indexed property>" -- Using
Session.Keys.Item.
Yet in C# debugger it will show me the Session.Keys.Item??
Can someone explain this to me as I'm completely baffled -- maybe my VS 2003
was just not installed correctly? Or is this Microsoft's way of forcing
everyone to the messy syntax flow that is called C?
Thanks, Rob.