Just a little tip I learned recently but if you are an avid firefox user and you want to debug Silverlight 4 applications in the firefox browser, then here are a few steps you need to take to make that happen, since it doesn't work right out of the gate. Step 1
In firefox, at the address bar type "about:config" without the quotes. If done correctly you will see a little warning.Step 2
Accept the warning. Tell it you will be careful, you promise. Step 3
In the filter field, type "dom.ipc.plugins.enabled.npctrl.dll" and you should see only 1 entry.Step 4
Change the value from "true" to "false". You can do this by just double-clicking the entry. Step 5
Restart the browser and you should be good to go.Of course you could ignore all that and manually attach the visual studio debugger to "plugin-container.exe" but that would be painful and the above way is much easier. Read more: XAMLmammal
In firefox, at the address bar type "about:config" without the quotes. If done correctly you will see a little warning.Step 2
Accept the warning. Tell it you will be careful, you promise. Step 3
In the filter field, type "dom.ipc.plugins.enabled.npctrl.dll" and you should see only 1 entry.Step 4
Change the value from "true" to "false". You can do this by just double-clicking the entry. Step 5
Restart the browser and you should be good to go.Of course you could ignore all that and manually attach the visual studio debugger to "plugin-container.exe" but that would be painful and the above way is much easier. Read more: XAMLmammal
0 comments:
Post a Comment