且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在XP 64 Bit上运行Crystal Report应用程序时出现问题

更新时间:2023-10-19 22:55:16



我认为您需要将构建选项设置为"x86"相反。
请参考以下主题,看起来完全相同的问题:
http://social.microsoft.com/Forums/en-US/vscrystalreports/thread/36e6cdf9-ae1e-4a9b-b225-dec56c8e3aa1/

感谢,


We have .NET application which are created using VS2005 and Crystal Report XI Release 2 with Build option "Any CPU". It work's fine 32 bit machine. Now we have some user's who have 64 bit XP machine and when they try to run .NET Crystal Report application from Network then get following error

An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.


I have also redistributed CrRedist64.msi on user machine. But still same problem. Any suggestion is helpful
thanks

Hi,

I think you need to set the build option to "x86" instead.

Please refer to the following thread, it looks like exact the same problem:
http://social.microsoft.com/Forums/en-US/vscrystalreports/thread/36e6cdf9-ae1e-4a9b-b225-dec56c8e3aa1/

Thanks,

Jie