Showing posts with label Silverlight. Show all posts
Showing posts with label Silverlight. Show all posts

Thursday, August 11, 2011

FireFox : Debugging Problem in Silverlight


Solution 1:

Manually attach the visual studio debugger to “plugin-container.exe”


Solution 2:

This involves changing Firefox’s config, and really should only be done to ease silverlight debugging until a proper fix is released.
  1. Type "about:config" into FF's address bar
  2. Accept the warning (if applicable)
  3. Search for the entry "dom.ipc.plugins.enabled.npctrl.dll"
  4. Change its value from "true" to "false" (double-click)
  5. Restart the browser
Thanks MisterGoodcat for this solution  More info

Friday, June 24, 2011

Silverlight Isolated Storage Folder / Out of Browser Location

Isolated storage is stored in the OS user's local application data directory, which is different on various operating systems.  For example...


Windows XP Operating System


Isolated File Storage


C:\Documents and Settings\\Local Settings\Application Data\Microsoft\Silverlight\js\


Out of Browser Folder 


C:\Documents and Settings\\Local Settings\Application Data\Microsoft\Silverlight\OutOfBrowser\




Windows 7 or Windows Vista Operating System




Isolated File Storage


C:\Users\username>\AppData\LocalLow\Microsoft\Silverlight\is\



Out of Browser Folder 

C:\Users\username>\AppData\LocalLow\Microsoft\Silverlight\OutOfBrowser\