c# – 如何重新组装程序集版本

前端之家收集整理的这篇文章主要介绍了c# – 如何重新组装程序集版本前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
从调试切换到发布版本会导致Visa设备停止工作,并发出以下隐秘警告:

Target ResolveAssemblyReferences:

Consider app.config remapping of assembly “Ivi.Visa.Interop,
Culture=neutral,PublicKeyToken=a128c98f1d7717c1” from Version
“3.0.0.0” [] to Version “3.2.0.0” [dll\Ivi.Visa.Interop.dll] to solve
conflict and get rid of warning.
C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets :
warning MSB3247: Found conflicts between different versions of the
same dependent assembly.

VS2008项目中的Ivi.Visa.Interop参考属性表示dll是版本3.2.0.0.
根据警告建议重新组装版本的过程是什么?

解决方法

原文链接:https://www.f2er.com/csharp/93899.html

猜你在找的C#相关文章