<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Rénald's Blog - Debugging</title>
    <link>http://www.renaldnollet.com/blog/</link>
    <description />
    <language>en-us</language>
    <copyright>Rénald Nollet</copyright>
    <lastBuildDate>Tue, 06 Jul 2010 10:24:16 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>rno.rno.rno@gmail.com</managingEditor>
    <webMaster>rno.rno.rno@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=e46acf19-d671-49e7-87d9-ac4ab5a2a139</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e46acf19-d671-49e7-87d9-ac4ab5a2a139</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you've Firefox 3.6.4 or above installed on your computer and if you use it as your
default browser, you'll probably meet some problems while trying to debug a Silverlight
application in Visual Studio. 
</p>
        <p>
The Mozilla team has changed security settings for plugins. 
</p>
        <p>
I found the solution in the <a href="http://forums.silverlight.net/forums/t/188434.aspx">Silverlight
forum</a> (Thanks to MisterGoodcat!). 
</p>
        <p>
Here is what you to do : 
</p>
        <ul style="margin-left: 43pt;">
          <li>
Type "about:config" into Firefox address bar 
</li>
          <li>
Accept the warning (if applicable) 
</li>
          <li>
Search for the entry "dom.ipc.plugins.enabled.npctrl.dll" 
</li>
          <li>
Change its value from "true" to "false" (by double-clicking it) 
</li>
          <li>
Restart the browser</li>
        </ul>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=e46acf19-d671-49e7-87d9-ac4ab5a2a139" />
      </body>
      <title>Silverlight debugging with Firefox 3.6.4 or above</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2010/07/06/SilverlightDebuggingWithFirefox364OrAbove.aspx</link>
      <pubDate>Tue, 06 Jul 2010 10:24:16 GMT</pubDate>
      <description>&lt;p&gt;
If you've Firefox 3.6.4 or above installed on your computer and if you use it as your
default browser, you'll probably meet some problems while trying to debug a Silverlight
application in Visual Studio. 
&lt;/p&gt;
&lt;p&gt;
The Mozilla team has changed security settings for plugins. 
&lt;/p&gt;
&lt;p&gt;
I found the solution in the &lt;a href="http://forums.silverlight.net/forums/t/188434.aspx"&gt;Silverlight
forum&lt;/a&gt; (Thanks to MisterGoodcat!). 
&lt;/p&gt;
&lt;p&gt;
Here is what you to do : 
&lt;/p&gt;
&lt;ul style="margin-left: 43pt;"&gt;
&lt;li&gt;
Type "about:config" into Firefox address bar 
&lt;/li&gt;
&lt;li&gt;
Accept the warning (if applicable) 
&lt;/li&gt;
&lt;li&gt;
Search for the entry "dom.ipc.plugins.enabled.npctrl.dll" 
&lt;/li&gt;
&lt;li&gt;
Change its value from "true" to "false" (by double-clicking it) 
&lt;/li&gt;
&lt;li&gt;
Restart the browser&lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=e46acf19-d671-49e7-87d9-ac4ab5a2a139" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</comments>
      <category>Debugging</category>
      <category>Silverlight 4.0</category>
      <category>Visual Studio 2010</category>
    </item>
  </channel>
</rss>