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

前端 未结 7 1866
名媛妹妹
名媛妹妹 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条回答
  • 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

    0 讨论(0)
提交回复
热议问题