1、错误:C#打包时发生如下错误:

错误	1	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.DebuggerVisualizers.VS2012.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.DebuggerVisualizers.VS2012.dll"

错误	3	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.UI.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.UI.dll"

错误	2	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.UI.GL.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.UI.GL.dll"

错误	4	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.World.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.World.dll"

错误	7	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.dll"

错误	5	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.Entity.EF5.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.Entity.EF5.dll"

错误	6	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.Entity.EF6.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Data.Entity.EF6.dll"

错误	8	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Fabric.Plugin.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Fabric.Plugin.dll"

错误	9	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Web.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\MySql.Web.dll"

错误	11	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\OpenTK.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\OpenTK.dll"

错误	10	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\OpenTK.GLControl.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\OpenTK.GLControl.dll"

错误	12	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\SmartCam.exe"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\SmartCam.exe"

错误	14	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\ZedGraph.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\ZedGraph.dll"

错误	15	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\zh-CN\ZedGraph.resources.dll"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\zh-CN\ZedGraph.resources.dll"

错误	13	-6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\obj\Debug\SmartCam.exe"	ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\obj\Debug\SmartCam.exe"

  2、原因:

c#打包时 Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin\Debug\Emgu.CV.DebuggerVisualizers.VS2012.dll" ISEXP : error : -6103: Could not find file "I:\VS2012\myWork\SmartCam\SmartCam\bin的更多相关文章

  1. idea中 maven打包时时报错User setting file does not exist C:\Users\lenevo\.m2\setting.xml,

    第一种错误 :idea中 maven打包时时报错User setting file does not exist C:\Users\lenevo\.m2\setting.xml, 解决方案如下:将ma ...

  2. SVN 打包时,出现File not found: transaction '148-48', path ''https://xxxxxx/svn/xxxxx/tag/2017-9-30'

    svn打包时,出现错误如下: 解决办法: 在SVN目录结构中,增加tag这个目录.

  3. Maven之打包时配置文件替换

    在JavaWeb项目中,使用maven打包.在打正式包时,需要手动修改数据库配置为线上环境的地址,这样每次修改起来比较麻烦. 搜索了一些资料后,大部分的做法或原理都是预先使用表达式占位符,然后在打包时 ...

  4. maven 打包 时出现非法字符: /65279错误

    maven 打包 时出现非法字符: /65279错误 碰到的一个问题: 使用下面的命令给工程打包时, maven mvn clean package -Ptest01 -Dmaven.test.ski ...

  5. 使用了UnityEditor中的API,打包时却不能打包UnityEditor的问题

    前段时间写了一篇名叫<Unity使用Windows弹窗保存图片>的文章 然而现在项目进入了测试阶段 就在发布的时候,这个地方出问题了 问题出在using UnityEditor; 如上文章 ...

  6. maven打包时排除配置文件

    上网查了一下,直接在pom里面配置就好了,具体写法如下所示 <build> ... <resources> <resource> <directory> ...

  7. 利用Maven打包时,如何包含更多的资源文件

    首先,来看下MAVENx项目标准的目录结构: 一般情况下,我们用到的资源文件(各种xml,properites,xsd文件等)都放在src/main/resources下面,利用maven打包时,ma ...

  8. mvn打包时添加version和profile

    <!-- 定义profile --> <profiles> <!-- 开发环境 --> <profile> <id>dev</id&g ...

  9. webpack 打包时到底如何组织js

    问题一:引入前端库,方法也是不一样的 比如 lodash.js ,作为一个 chunk 用 html-webpack-plugin 打包到页面里,会生成一个全局变量 window._ ,在其它 js ...

随机推荐

  1. B1303 [CQOI2009] 中位数图 数学

    想明白算法之后特别水,因为b只有可能出现一次,所以直接在b的左右找就行了,比他大的为1,比他小的为-1,然后维护前缀和就行了. 假如b有可能出现多次呢?按照这种方法好像也很好办,就是枚举每个点就行了, ...

  2. Java-JDK:JDK百科

    ylbtech-Java-JDK:JDK百科 JDK是 Java 语言的软件开发工具包,主要用于移动设备.嵌入式设备上的java应用程序.JDK是整个java开发的核心,它包含了JAVA的运行环境(J ...

  3. PCB 奥宝LDI 输出自动改周期检测内容

    继续完善奥宝LDI输出,在自动更新周期发现前期梳理不过完善或出些从未考虑到的工艺问题, 今天将更改线路周期检测内容整理如下

  4. linux下安装rabbitmq以及在spring中进行集成

    ### 一.安装erlang 1. yum install ncurses-devel 2. ./configure --prefix=/usr/local/erlang20 --without-ja ...

  5. Django day07 (二)单表操作

    单表操作 -mysql数据库:settings里配置: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME ...

  6. rancher导入k8s集群后添加监控无数据

    1.日志报错 rancher导入k8s集群后添加监控无数据,rancher日志报错: k8s.io/kube-state-metrics/pkg/collectors/builder.go:: Fai ...

  7. 一个对象toString()方法如果没有被重写,那么默认调用它的父类Object的toString()方法,而Object的toString()方法是打印该对象的hashCode,一般hashCode就是此对象的内存地址

    昨天因为要从JFrame控件获取密码,注意到一个问题,那就是用toString方法得到的不一定是你想要的,如下: jPasswordField是JFrame中的密码输入框,如果用下面的方法是得不到密码 ...

  8. 进击的Python【第二十二章】

    day22 知识点概要 - Session - CSRF - Model操作 - Form验证(ModelForm) - 中间件 - 缓存 - 信号 内容详细: 1. Session 基于Cookie ...

  9. B - IQ test

    Problem description Bob is preparing to pass IQ test. The most frequent task in this test is to find ...

  10. AI:模式识别的数学表示(集合—函数观点)

    前言: 模式识别的定义,参考:模式识别两种方法:知识和数据 .百科定义:模式识别(英语:Pattern Recognition),就是通过计算机用数学技术方法来研究模式的自动处理和判读.我们把环境与客 ...