I'm debugging a VB.NET 2003 application as usual and watching the members of some objects in the watch windows.
There are pluses at the expandable objects, but when I click the plus, it does nothing, it just disappears. I can still type the name of a member (object.member) and see its value.
This happens in this particular Solution only, trying another Solution it works as usual.
Per Johansson - 15 Aug 2006 09:29 GMT
> I'm debugging a VB.NET 2003 application as usual and watching the members of some objects in the watch windows.
> There are pluses at the expandable objects, but when I click the plus, it does nothing, it just disappears. I can still type the name of a member (object.member) and see its value.
>
> This happens in this particular Solution only, trying another Solution it works as usual.
Problem solved, sort of. See "Problem with debug watch with "empty" web project in solution" in microsoft.public.dotnet.framework.aspnet 2004-02-25.
Removing a project that only contained resource files from the solution "solved" the problem.