zoukankan      html  css  js  c++  java
  • 解决FireFox不能Debug Silverlight程序的问题

    最近在做一个Silverlight的项目,一直用的是FF,却发现默认情况下FF无法调试Silverlight。困扰了我n久,今天总算是搞定了~

    贴出来跟大家分享下:

    Try these steps...

    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
  • OK,搞定~

    原文:http://forums.silverlight.net/forums/t/755.aspx

汇聚杭州外卖:外卖汇
查看全文
  • 相关阅读:
    Mybatis学习--spring和Mybatis整合
    MyBatis学习--查询缓存
    MyBatis学习--延迟加载
    MyBatis学习--高级映射
    Mybatis学习--Mapper.xml映射文件
    java文件上传和下载
    【计算机视觉】Object Proposal之BING理解
    【计算机视觉】Object Proposal之BING++
    【计算机视觉】Object Proposal之BING++
    【计算机视觉】Objectness算法(一)---总体理解,整理及总结
  • 原文地址:https://www.cnblogs.com/adaiye/p/1937496.html
  • Copyright © 2011-2022 走看看