Serious VS.NET 2003 Bug!!

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I have found a bug in VS.NET 2003 that I can't seem to
find a solution for. When I am at a break point, I want
to expand a variable node in the local windows to see the
properites of the corresponding object. However, when I
press the + sign, the + sign goes away and nothing
happens! I have a solution with about 6 projects. If I
create a new simple project, everything is fine (which
does me now good in solving my problem, but this must mean
it is something with the specific solution/projects). I
noticed that another developer posted the same issue on
google new group. This is a serious issue in regards to
productivity with the product! Please let me know of the
known fix or any suggestions.

thanks,
Brian
 
I have found a bug in VS.NET 2003 that I can't seem to
find a solution for. When I am at a break point, I want
to expand a variable node in the local windows to see the
properites of the corresponding object. However, when I
press the + sign, the + sign goes away and nothing
happens! I have a solution with about 6 projects. If I
create a new simple project, everything is fine (which
does me now good in solving my problem, but this must mean
it is something with the specific solution/projects). I
noticed that another developer posted the same issue on
google new group. This is a serious issue in regards to
productivity with the product! Please let me know of the
known fix or any suggestions.

thanks,
Brian

Could it be that the object is nothing? Try using the immediate window to
print the values of the property in question. Does that work?

e.g. (in the immediate window) ? obj.prop

Chris
 
Back
Top