问题描述
我正在尝试运行。
它构建并运行正常64位机器。
注意:我必须将项目的构建平台更改为x86。
my问题是,当我尝试运行编译的程序集(将调试文件夹移动到另一台64位机器后)我无法运行我的项目。当我打开它时,我的exe崩溃。
根据我的理解问题是因为项目中使用的三个DLL是32位和机器是64位。
注意:下面是三个DLL
I am trying to run this project in my VisualStudio 2010.
it build and run fine on my 64 bit Machine.
NOTE: I have to change build Platform of my project to x86.
my problem is when I try to run compiled assembly (after moving Debug Folder to another 64 Bit machine) I couldn''t run my project. my exe breaks down when I open it.
as per my understanding problem is because of three DLL used in project are 32 BIT and Machine is 64Bit.
NOTE: below is three DLL
Interop.Office.dll
Interop.VBIDE.dll
Interop.Word.dll
我google了很多但是找不到任何解决方案?
我想到的一个解决方案就是设法获得64BIT版本的上述DLL,我也搜索了多少但是什么也得不到。
你能帮我找到解决这个问题的方法吗?或者有没有办法找到上述DLL的64BIT版本?
请帮助我
I googled much but couldn''t found any solution?
one solution comes in my mind is manage to get 64BIT version of above DLL for that also I have googled much but couldn''t get anything.
could you please help me to find solution for this problem? or is there any way to found 64BIT version of above DLL?
Please Help me
推荐答案
这篇关于哪里可以找到64位BIT版DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!