all groups > visual studio .net debugging > november 2003 >
You're in the

visual studio .net debugging

group:

Watch window 'Plus sign' problem


Watch window 'Plus sign' problem hype NO[at]SPAM videotron.ca
11/24/2003 5:37:48 AM
visual studio .net debugging: I have seen many reporting of this problem but I didn't find any
resolution. Can someone point me in the right direction.

When I stop on a break point and want to inspect a variable the drill
down feature on the variable is not working anymore.

The plus sign is there but when we click on it, it just disappear and
we can't see the content of the variable.

I have one environment working correctly and the other is not.

RE: Watch window 'Plus sign' problem robgruen NO[at]SPAM online.microsoft.com
11/26/2003 6:20:17 PM
I've seen this problem before in VS.NET 2002. Make sure that the affected
project has an assemblyinfo.vb file. If it doesn't add one to it, this
resolved this issue for me in the past.

Thanks! Robert Gruen
Microsoft, VB.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
RE: Watch window (jeremy.morton NO[at]SPAM ean.se)
12/2/2003 4:03:39 AM
As far as I can tell, you need an assemblyinfo.vb file in _all_ the projects in the solution. I have a project which just holds data files and doesn't get compiled, but it's enough to cause this problem.

/jeremy

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
RE: Watch window 'Plus sign' problem anonymous NO[at]SPAM discussions.microsoft.com
1/15/2004 6:40:52 AM
I have the same problem, and your response did not
help. This is really driving me mad...

Regards

Lawrence


[quoted text, click to view]
RE: Watch window 'Plus sign' problem Heather
1/23/2004 6:18:58 AM
Lawrence,

I'm now having the same issue. Just wondering if you have found a fix for this. If so, could you post it?

Thanks!

[quoted text, click to view]

___
RE: Watch window 'Plus sign' problem Serge van Neck
1/30/2004 9:51:08 AM
I had the same problem, and it was driving me nuts. I added an AssemblyInfo.vb (using Add New Item... | Code | Assembly Information File) to every project in my solution, then rebuilt the solution. It works! I can expand objects now to inspect all of their properties.

AddThis Social Bookmark Button