Where can I find following viewer within Visual Studio?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s Silverlight Spy, which you can get from here: http://firstfloorsoftware.com/silverlightspy. It’s a commercial product, but it has a trial period. If you’re doing any hard core Silverlight development it’s almost a must have tool.
Alternatively, you can do it the hard way (although it’s not too hard in the scheme of things), and change the XAP file’s .xap extension to .zip and unzip it. To make this process easier, you can associate the .xap extension with your zip tool, enabling you to browse the contents of a .xap file right within the zip tool. Of course, that doesn’t provide all the other additional features that Silverlight Spy includes :).
Also note, Silverlight Spy is not an extension or add-in to Visual Studio – it’s an external application.
Hope this helps…
Chris