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. crm使用FetchXml分组聚合查询

    /* 创建者:菜刀居士的博客  * 创建日期:2014年07月09号  */ namespace Net.CRM.FetchXml {     using System;     using Micr ...

  2. #定位系统性能瓶颈# sysdig

    安装方法: curl -s https://s3.amazonaws.com/download.draios.com/stable/install-sysdig | sudo bash [root@l ...

  3. jabberNet 发送出席信息

    没代码我说个J8: public void Presence(User.EStatus status) { string statustxt = ""; //说明文字.比如,离开的 ...

  4. 设置用root用户telnet到linux系统

    默认情况下,ROOT用户不能以telnet方式连接Linux操作系统,而且也是不安全的.但从技术上来讲,是可以实现的. #mv /etc/securetty /etc/securetty.bak 保存 ...

  5. oc28--Property增强

    // // Person.h #import <Foundation/Foundation.h> @interface Person : NSObject /* { @public int ...

  6. ConfigSections配置

    如果配置文件中包含了configSections,那么configSections的下一个节点,必须是configSections里面的元素 <configSections> <se ...

  7. kafka的topic和分区策略——log entry和消息id索引文件

    Topic在逻辑上可以被认为是一个在的queue,每条消费都必须指定它的topic,可以简单理解为必须指明把这条消息放进哪个queue里. 为了使得Kafka的吞吐率可以水平扩展,物理上把topic分 ...

  8. Appium + python - online-install-apk

    import osfrom appium import webdriver# 安装app,为了方便,把app放到当前脚本同一目录os.system("adb install sina.apk ...

  9. 安装robotframework-ride

    先安装好python并配置好环境变量 1.Windows+r后输入CMD 安装robotframework框架 2.输入pip install robotframework 安装RIDE前需要安装的依 ...

  10. CAS配置记录

    CAS配置(1)之证书配置 CAS配置(2)之主配置 CAS配置(3)之restful-api接入接口