Encountered multiple versions of the assembly with GUID Try pre-importing one of these assemblies 错误 解决方法

vs2008 开发的 winform程序  迁移到 vs2010后编译发生错误。

“Encountered multiple versions of the assembly with GUID ******************  Try pre-importing one of these assemblies”

vs2008中最高用framework3.5,升级后引用的dll、com组件可能已经是针对4.0的了。

在2012用将framework改为4.0即可。

时间: 2024-08-11 07:40:38

Encountered multiple versions of the assembly with GUID Try pre-importing one of these assemblies 错误 解决方法的相关文章

Unable to execute dex: Multiple dex files define 错误解决方法

Unable to execute dex: Multiple dex files define 当出现上面的提示的时候,意味着你的libs里面有多个包实质是一样的,比如一个高版本一个低版本,但是两个的名称不同但是包内部的名字是一样的.删除低版本的即可.

PHPFarm - How to run multiple versions of PHP on the same computer

How to Run Multiple Versions of PHP on One Server 转载:http://www.sitepoint.com/run-multiple-versions-php-one-server/ PHPFarm - How to run multiple versions of PHP on the same computer 转载:http://thejibe.com/blog/14/02/phpfarm

Installing Multiple Versions of MySQL

Installing Multiple Versions of MySQL As with any RDBMS, there are circumstances in which you need to run multiple, differing versions on the same server. This posts reviews my preferred way of accomplishing this for MySQL on Linux. The server in que

Hive的Metastore contains multiple versions

hive 客户端报错:Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient 咋一看以为是Mysql连接不上,结果发现Mysql正常 错误日志: 1 Exception in thread "main" jav

启动hive命令报错 “Metastore contains multiple versions”

错误日志:  Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient       at org.apache.hadoop.hive.ql.session.SessionState.start(SessionSt

Spark Sql数仓报-Metastore contains multiple versions

Spark版本为2.1.0,Hadoop版本为2.7.1,元数据存储在mysql中,异常信息如下: Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient at org.apache.hadoop.hive.ql.session.

【Android-tips】 Unable to execute dex: Multiple dex files define 解决方法

唔,之前已经想过今后不动android,没想到还是因为比赛的原因重操旧业.android有很多问题是由于eclipse的不完善造成的,比如今天遇到的这个问题 Unable to execute dex: Multiple dex files define [2011-10-23 16:23:29 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/myapp/R$array; [2011-10-23 16:23:

Multiple markers at this line @Override的解决方法

使用Eclipse 进行项目开发,在实现类中的方法前面如果添加@Override就提示"Multiple markers at this line"的错误,问题描述如下 Multiple markers at this line - The method getStudentByID(String) of type StudentBeanImpl must override a superclass method - implements mgr.jc.student.service.

工厂模式的Assembly.Load(path).CreateInstance(className)出错解决方法

1.问题描述 ★代码展示 下面是Factory中的一段代码: '********************************************** ' 文 件 名:DataAcess ' 命名空间:Factory ' 内 容: ' 功 能:创建用户需要的接口 ' 文件关系: ' 作 者:令仔很忙 ' 小 组: ' 生成日期:2014-07-28 17:37:52 ' 版 本 号:V2.0 ' 修改日志: ' 版权说明: '********************************