Minor Spy bugfix
Needed to update Silverlight Spy in order to fix an annoying bug in the Silverlight ClickOnce deployment. Some users reported a Spy crash after a new version was downloaded. This version should fix this.
Update @ Sep 8: while fixing the deployment bug I accidentally created another bug (Fatal Error: The value of the property 'explorerView' cannot be parsed. while trying to explore an application). This bug has been fixed with Spy v2.0.0.27 I just uploaded.
Tags: spy
Published: September 7, 2008
Hello there
I can decompiler all the SL2B2 websites but the following website.
http://kenwatts.blogspot.com/
Please help me to find where the problems.
Thanks a lot
PS: This tool really helps all silverlight developers, great job here.
Sean Shih
Sean,
The silverlight application in this particular page is hosted in an iframe. Silverlight Spy doesn't detect applications in frames. What you need to do is to figure out the url of the page loaded in the iframe and load that page directly in the spy. For http://kenwatts.blogspot.com/ the page url is http://silverlight.services.live.com/invoke/61779/DigitalLogicSimulator/iframe.html,
Hope this helps
Hi Koen
Thanks for your reply. Thats really help!!
Sean