zoukankan      html  css  js  c++  java
  • iSpy编译

    问题一:

    "Could not load file or assembly 'AForge.Video.DirectShow, Version=2.5.0.0,
    Culture=neutral, PublicKeyToken=61ea4348d43881b7' or one of its dependencies. The located
    assembly's manifest definition does not match the assembly reference. (Exception from
    HRESULT: 0x80131040)":"AForge.Video.DirectShow, Version=2.5.0.0, Culture=neutral,
    PublicKeyToken=61ea4348d43881b7

    解决方案:查看一下你调用的dll的信息,然后把你的dll的版本号在app.config里改一下

    问题二:

    碰到这个错误想死的心都有了

    "Could not load file or assembly 'AForge.Video.FFMPEG.dll' or one of its dependencies. The
    specified module could not be found."

    解决方案把Externals\ffmpeg\bin下的dll自己拷到工程的output文件夹

  • 相关阅读:
    git相关整理
    cookie、sessionStorage和localStorage
    AJAX学习笔记
    json web token
    加密算法
    单点登陆
    给手机网络添加手动代理
    oracle数据库索引
    类加载器
    类加载过程
  • 原文地址:https://www.cnblogs.com/yinxiangpei/p/2389568.html
Copyright © 2011-2022 走看看