Author: cpradio | Posted on: 6/5/2008 11:27:43 AM | Views : 783

The suo file found with each solution is mysterious to me and my colleagues.  We are stumped by how some of its' contents come about and whether it is a bug or truly by design.
 
The one case in particular is when we debug a solution with ONLY a Web Application, we find Visual Studio (2008) is now capable of "stepping into" our Class Library (which is installed in the GAC, so long as debug symbols are in the output) and eventually into the WCF Service we call.
 
From that point on, all searches we do for 'Entire Solution' bring up results that are not in the solut ...

Go to the complete details ...