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项目。

  • 相关阅读:
    [算法] 网络中最小费用最大流
    [题解] 完美数
    [算法] 扫描线及其应用
    等待时间
    键盘操作
    鼠标操作
    元素常用操作
    元素的定位·CSS
    元素的定位·XPATH
    元素的定位
  • 原文地址:https://www.cnblogs.com/zyf2014/p/5735923.html
Copyright © 2011-2022 走看看