J
John Cobb
In a nutshell I have a 1.1 Framework VB Winform app with one form and
one .vb file. The .vb file is defined with it's own namespace MyNameSpace.
In form code I can reference properties of MyNameSpace with syntax like
MyNameSpace.Property1 but hovering the mouse over this property will not
show the value it contains like is possible with variables in the root
namespace.
Further, if I type "? MyNameSpace.Property1" in the command window,
rather than getting the value stored in Property1 I get the following
message: "MyNameSpace is not declared or the module containing it is not
loaded in the debugging session."
How do I include the namespace in the debug session so I see it's values?
one .vb file. The .vb file is defined with it's own namespace MyNameSpace.
In form code I can reference properties of MyNameSpace with syntax like
MyNameSpace.Property1 but hovering the mouse over this property will not
show the value it contains like is possible with variables in the root
namespace.
Further, if I type "? MyNameSpace.Property1" in the command window,
rather than getting the value stored in Property1 I get the following
message: "MyNameSpace is not declared or the module containing it is not
loaded in the debugging session."
How do I include the namespace in the debug session so I see it's values?