Thanks for the reply.
[quoted text, click to view] > Can you show me in what context do you get this problem? When you are
> viewing the class variable?
I set a break point, and when it breaks, I check the class in Quick Watch or
add it the watch list, they are the same thing. Only show the class type, no
class members .. For example, if you get a exception:
////////////////
Try
Catch e as Exception
' do something and try to see the what's inside the 'e', but I can not
End Try
//////////////////////
[quoted text, click to view] >If you move the curor onto the variable, does the tooltip information pops
>up?
If I move the cursor the class, I can see it showed class type.
If I create a single VB.NET project, and try to debug, everything is fine,
and I can see everything. I experience this in several solutions, and also
in different machines, all of the had more than 5 projects in it. It seems
to me is a VB.NET common problem.
Any idea?
Thanks,
DT
[quoted text, click to view] ""Jeffrey Tan[MSFT]"" <jetan@online.microsoft.com> wrote in message
news:xBU%23wrmaGHA.932@TK2MSFTNGXA01.phx.gbl...
> Hi Dav,
>
> Thanks for your post!
>
> Can you show me in what context do you get this problem? When you are
> viewing the class variable? If you move the curor onto the variable, does
> the tooltip information pops up?
>
> Regarding this situation, I suggest you create a simplest VB.net project
> in
> your VS.net2003 IDE, can this problem be reproduced out? If the answer is
> yes, you may try another machine with VS.net2003 installed.
>
> Thanks
>
> Best regards,
> Jeffrey Tan
> Microsoft Online Community Support
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>