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. Java 获取随机日期

    /** * 获取随机日期 * @param beginDate 起始日期 * @param endDate 结束日期 * @return */ public static Date randomDat ...

  2. 修复nexus4由于使用完美刷机或者刷机精灵导致的底层文件受损

    前一段nexus4升级android 4.4.4的时候突然发现无法使用线刷刷入官方镜像了.当时就感觉很奇怪,但是不知道怎么搞得刷进去了,但是第一次开机的时候总是卡在联网之后的验证(我当时以为是网络不好 ...

  3. oc32--构造方法1

    // // Person.h #import <Foundation/Foundation.h> @interface Person : NSObject @property int ag ...

  4. 通过命令行升级git for windows

    git update-git-for-windows 配置了正确的代理,就可以通过命令行直接升级.最好是可以访问谷歌的代理,否则国内的网络通过命令行升级,下载到一半,就会失败.

  5. java的征途

    前段时间应因缘梳理了下自己的 Java 知识体系, 成文一篇望能帮到即将走进或正在 Java 世界跋涉的程序员们. 第一张,基础图 大 约在 2003 年我开始知道 Java 的(当时还在用 Delp ...

  6. javascript 原型(prototype 、__proto__、函数、对象)

    一.类型 1.JavaScript中分为值类型(string/boolean/null/number/undefind).引用类型(数组.对象.函数): 2.数组.函数.对象都是对象: 对象是由函数创 ...

  7. SpringAOP使用注解实现5种通知类型

    spring aop的5种通知类型都有 Before前置通知 AfterReturning后置通知 Around环绕通知 AfterThrowing异常通知 After最终通知 首先创建接口和实现类 ...

  8. 解决IE不支持Data.parse()的问题

    Date.parse()函数的返回值为Number类型,返回该字符串所表示的日期与 1970 年 1 月 1 日午夜之间相差的毫秒数. var nowtime = "2017-02-08&q ...

  9. 工具分享3:VMware 10虚拟机、MS-DOS 7.1、安装教程(MS-DOS环境安装)

    VMware 10工具下载地址: 网页下载链接:http://www.xp510.com/xiazai/ossoft/desktools/22610.html MS-DOS .10镜像下载地址: 网页 ...

  10. python实践

    https://www.cnblogs.com/smallSevens/p/10016045.html --二手房交易记录 https://www.cnblogs.com/xiangyuecn/p/1 ...