c# – 程序集引用之间的差异

栏目: ASP.NET · 发布时间: 7年前

内容简介:翻译自:https://stackoverflow.com/questions/13703868/differences-between-assembly-references

在一些机器上添加csproj中的程序集引用后生成下一个标记.

<Reference Include="Microsoft.Expression.Interactions">
  <HintPath>..\Libs.SL\Blend\Microsoft.Expression.Interactions.dll</HintPath>
</Reference>

但是在一些机器上生成了带有版本,文化,令牌和处理器架构的参考:

<Reference Include="Microsoft.Expression.Interactions, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\Libs.SL\Blend\Microsoft.Expression.Interactions.dll</HintPath>
</Reference>

为什么是这样?

从msdn中提取:

Processor architecture is added to the assembly identity in the .NET

Framework version 2.0, to allow processor-specific versions of

assemblies. You can create versions of an assembly whose identity

differs only by processor architecture, for example 32-bit and 64-bit

processor-specific versions. Processor architecture is not required

for strong names. For more information, see

AssemblyNameProcessorArchitecture. In this example,

the fully

qualified name indicates that the myTypes assembly has a strong name

with a public key token, has the culture value for US English, and has

a version number of 1.0.1234.0. Its processor architecture is “msil”,

which means that it will be just-in-time (JIT)-compiled to 32-bit code

or 64-bit code depending on the operating system and processor.

Code that requests types in an assembly must use a fully qualified
assembly name. This is called fully qualified binding. Partial
binding, which specifies only an assembly name, is not permitted when
referencing assemblies in the .NET Framework.

All assembly references to assemblies that make up the .NET Framework

also must contain a fully qualified name of the assembly. For example,

to reference the System.Data .NET Framework assembly for version 1.0

would include:

在源代码中查看更多:

http://msdn.microsoft.com/en-us/library/k8xx4k69.aspx

翻译自:https://stackoverflow.com/questions/13703868/differences-between-assembly-references


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

模式识别

模式识别

(希)Sergios Theodoridis、(希)Konstantinos Koutroumbas / 电子工业出版社 / 2010-2 / 75.00元

本书全面阐述了模式识别的基础理论、最新方法以及各种应用。模式识别是信息科学和人工智能的重要组成部分,主要应用领域有图像分析、光学字符识别、信道均衡、语言识别和音频分类等。本书在完美地结合当前的理论与实践的基础上,讨论了贝叶斯分类、贝叶斯网络、线性和非线性分类器设计、上下文相关分类、特征生成、特征选取技术、学习理论的基本概念以及聚类概念与算法。与前一版相比,增加了大数据集和高维数据相关的最新算法,这......一起来看看 《模式识别》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具