本文介绍了适用于Visual Studio 2008(x64)的Crystal Reports Basic Runtime中的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我创建了一个Windows应用程序,其中包含一个水晶报表.我在应用程序设置中添加了CRRedist2008_x64.msi.安装应用程序时,出现以下错误:

Hi,

I have created a Windows application which contains a crystal report. I have added CRRedist2008_x64.msi in my aplication setup. When I install the application, I get the following errors:

Crystal Reports Basic Runtime for Visual Studio 2008(x64)
Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\license.txt. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\Crystal_Runtime2008.txt. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\default.css. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\images\toolbar\calender.gif. Veryfy that file exists and that you can acces it


我正在使用msiexec.exe /a command

非常感谢您的帮助.


I am using msiexec.exe /a command

Any help is greatly appreciated.

推荐答案


这篇关于适用于Visual Studio 2008(x64)的Crystal Reports Basic Runtime中的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 22:04