zoukankan      html  css  js  c++  java
  • [转]A reference to a higher version or incompatible assembly cannot be added to the project

    If you face this error message while adding a reference to your project in Visual Studio try the following steps.

    • In File Explorer go to the directory of the DLL you are trying to add as reference.
    • Right Click and select properties
    • Click on UnBlock Button
    • Go to Visual Studio and again try to add the file as reference. Now you shouldn’t see this issue.

    Note: I faced the error message “A reference to a higher version or incompatible assembly cannot be added to the project” while trying to add AdMob DLL in to my Windows Phone project.

    A reference to a higher version or incompatible assembly cannot be added to the project

    A reference to a higher version or incompatible assembly cannot be added to the project

     

    http://vkslabs.com/reference-higher-version-incompatible-assembly-added-project/

     

  • 相关阅读:
    idea用法
    pagehelper用法
    mybatis
    多线程2
    radio 标签状态改变时 触发事件
    多线程
    a标签点击后,给a标签添加样式
    servlet
    mybatis 查询
    springmvc 发送PUT 和 DELETE 请求
  • 原文地址:https://www.cnblogs.com/linr/p/4728681.html
Copyright © 2011-2022 走看看