ALINK : warning AL1073: Referenced assembly 'mscorlib.dll' targets a different processor

前端 未结 7 1906
名媛妹妹
名媛妹妹 2020-12-29 19:07

We are using VS2013 and .Net 4.5.1(recently migrated, but this error is there from .Net 4.0) . This error occurs only when compiling the project in platform target x64. Is t

7条回答
  •  -上瘾入骨i
    2020-12-29 20:14

    To ignore that warning, you can install .Net Framework 4.5.2 developer pack for all OS_x86_x64, which is compatible with VS2013. http://www.microsoft.com/en-us/download/details.aspx?id=42637

提交回复
热议问题