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. oc39-- 类的内存存储

    虚线是isa的指向,实线是继承关系. // // main.m // 类的本质 #import <Foundation/Foundation.h> #import "Person ...

  2. hdu 2602(经典01背包)

    Bone Collector Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)To ...

  3. BZOJ1067 [SCOI2007]降雨量 RMQ???

    求救!!!神犇帮我瞅瞅呗...未完...调了2个半小时线段树,没调出来,大家帮帮我啊!!! 小詹用st表写. 我的思路就是把中间空着的年份设为无限,然后一点点特判就行了...然而没出来... [SCO ...

  4. lodop多打印一页白纸

    [错误还原]Lodop多张空白页测试2 [错误还原]Lodop多出空白页测试 http://blog.sina.com.cn/s/blog_157ebf1370102wta1.html 上面这个链接是 ...

  5. POJ 3630 trie树

    Phone List Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 26559 Accepted: 8000 Descripti ...

  6. 题解报告:hdu 4764 Stone(巴什博弈)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4764 Problem Description Tang and Jiang are good frie ...

  7. 教材配套PPT初稿

    1-10章初稿,基本完整.有些粗糙,后面可能会稍作调整. 附更新情况如下: 1.增加了第10章内容: 2.第5章增加了一些内容: 3.第3章内容部分更新: 4.增加了第8-9章内容. 订正:更新了第8 ...

  8. token session cookie

    token 登录握手与身份验证: cookie.session 记录会话状态 兼有 token的功能: cookie session 功能更强大. 所有这些都是为了便捷和密码安全考虑.

  9. java线程启动原理分析

    一.前言不知道哪位古人说:人生三大境界.第一境界是:看山是山看水是水:第二境界是看山不是山看水不是水:第三境界:看山还是山看水还是水.其实我想对于任何一门技术的学习都是这样.形而上下者为之器,形而上者 ...

  10. 【转载】push to origin/master was rejected错误解决方案

    版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/a137151062/article/details/78820806idea中,发布项目到OSChi ...