当前位置:编程学习 > C#/ASP.NET >>

求教:关于LinqToExcel中64bit与32bit的问题

我操作系统是64bit的,不过安装的VS2012是32bit的,LinqToExcel使用的是tools中Package Manager Console 中installed
但是出现一个警告错误:
Warning 1
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "LinqToExcel", "x86". 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.
我是不是要找LinqToExcel 64bit的软件再安装一次啊?
谢谢 LinqToExcel mismatch MSIL x86 --------------------编程问答-------------------- Warning  可以不用管吧。

VS在编译项目时,记得选用ANY CPU --------------------编程问答-------------------- 最好用32位,因为64位向下兼容32位,但是反过来32位不支持64位呢。 --------------------编程问答--------------------
引用 1 楼 q107770540 的回复:
Warning  可以不用管吧。

VS在编译项目时,记得选用ANY CPU

知道了,谢谢 --------------------编程问答--------------------
引用 2 楼 devmiao 的回复:
最好用32位,因为64位向下兼容32位,但是反过来32位不支持64位呢。


To devmiao
你说的是OS,还是VS2012,还是linqtoexcel?
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,