R
Rob Nicholson
I've got a suspicion that two user (and therefore threads) in an ASP.NET
application are sharing the same pointers - which they shouldn't be! The
easiest way for me to possibly debug this is to compare the addresses of the
pointers but VB.NET has lost ObjPtr so this is a bit tricky.
Is there a way to debug the address of a variable/pointers like this?
Thanks, Rob.
application are sharing the same pointers - which they shouldn't be! The
easiest way for me to possibly debug this is to compare the addresses of the
pointers but VB.NET has lost ObjPtr so this is a bit tricky.
Is there a way to debug the address of a variable/pointers like this?
Thanks, Rob.