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

Visual Studio warning MSB3270:There was a mismatch between the processor architecture of the project being built "MSIL"

时间:2014-09-23 12:32:24      阅读:708      评论:0      收藏:0      [点我收藏+]

标签:io   ar   for   sp   on   c   ef   r   bs   

Problem:

There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Your DLL name", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.

Solution:

Right Click your project -> Property -> Build -> Platform target  (Any CPU/x86 -> x64)

 

Visual Studio warning MSB3270:There was a mismatch between the processor architecture of the project being built "MSIL"

标签:io   ar   for   sp   on   c   ef   r   bs   

原文地址:http://www.cnblogs.com/qiwubg/p/3987704.html

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