zoukankan      html  css  js  c++  java
  • web下载的dll文件无法加载进项目

    问题:

    警告 1 Could not load the assembly file:///C:UsersadminDesktopMapPrintingV5MapPrintingSilverlightSystem.Windows.Controls.Toolkit.dll. This assembly may have been downloaded from the Web. If an assembly has been downloaded from the Web, it is flagged by Windows as being a Web file, even if it resides on the local computer. This may prevent it from being used in your project. You can change this designation by changing the file properties. Only unblock assemblies that you trust. See http://go.microsoft.com/fwlink/?LinkId=179545 for more information. 

    解决方式:

    1、关闭VS2010;

    2、找到无法加载的dll文件(System.Windows.Controls.Toolkit.dll),右击——>属性——>"常规"界面——>解除锁定,应用——>确定

    3、重新打开VS项目。

  • 相关阅读:
    mysql 行号
    java 异常链
    springsecurity密码加密
    java 四舍五入
    ArrayList的使用及原理
    java 匿名内部类
    java 克隆
    logback的配置
    信号量 Semaphore
    障碍器 CyclicBarrier
  • 原文地址:https://www.cnblogs.com/zyf2014/p/5735923.html
Copyright © 2011-2022 走看看