64位的vb.net的exe文件 [英] Exe file of vb.net on 64-bit

查看:102
本文介绍了64位的vb.net的exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友我已经设计了一个小的exe,它在vb.net中显示一个表格上的水晶报告。



每当我在32位运行它时运行良好。 ...



但是无论何时我尝试在64位Windows服务器上运行它都会出错。



请帮我找到任何解决方案,以便我能够在64位窗口上运行....

hello friends i have deigned a small exe which shows crystal report on a form in vb.net.

whenever i run it on 32 bit in runs well....

but whenever i try to run it on 64 bit windows server it gives error.

please help me to find any solution so that i will be able to run it on 64 bit windows....

推荐答案

安装了哪个版本的Crystal Reports 64位机器 - 32位或64位版本?

在前一种情况下,将您的应用程序定位到x86。然后,即使在64位系统上,它也将作为32位程序运行。当以64位运行时,应用程序无法加载32位dll,反之亦然。
Which version of Crystal Reports is installed on the 64bit machine - the 32 bit or 64 bit version?
In the former case, target your application to x86. Then it will run as a 32 bit program even on 64 bit systems. When running at 64bits, the application cannot load 32bit dlls, and vice versa.


这篇关于64位的vb.net的exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆