码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-07-06 01:24:27      阅读:952      评论:0      收藏:0      [点我收藏+]

标签:

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即可。

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

标签:

原文地址:http://www.cnblogs.com/GISRSMAN/p/4623369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!