Expression cannot be evaluated at this time.
topdawg147_at_hotmail.com
Date: 12/07/04
- Next message: Lalitha: "Re: COM+, CRM's and Stuff"
- Previous message: Ken Tucker [MVP]: "Re: MultiColumn ComboBox"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Dec 2004 12:27:52 -0800
I get the above error when I try to view _some_ values in the Immediate
Window while stepping through the debugger. I think it just started
happening. However, when I put the exact same expression in a
Debug.WriteLn(somethinghere) statement, it works just fine.
for example:
? MyClass.CollectionItems.Count (produces the error)
? MyClass.ToString (also produces the error)
while i was just checking again, sometimes i get the "cannot obtain
value" error. also, i have 1 value type in the class and it worked as
expected.
? intSomeNumber (works fine)
- Next message: Lalitha: "Re: COM+, CRM's and Stuff"
- Previous message: Ken Tucker [MVP]: "Re: MultiColumn ComboBox"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|