Crystal Report(8.5)无法在win7 / windows 2008 64位系统上运行 [英] Crystal Report (8.5) is not working on win7/windows 2008 64 bit system

查看:105
本文介绍了Crystal Report(8.5)无法在win7 / windows 2008 64位系统上运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Crystal Report(8.5)无法在win7 / windows 2008 64位系统上运行







我的应用程序是一个vb应用程序,我正在使用Crystal报表8.5。它在32位系统上工作正常。


和Windows 2003服务器的64位系统。当我在win7 64位或2008年运行相同的应用程序



64位时,报告无法打开。

我正在使用vb用于访问数据库的脚本。

VB脚本文件中编写的部分代码如下:

Dim objrsRecordSet'As RecordSet

Dim strSQL'作为字符串



'****使用从主程序传递的参数打开数据库连接

设置dbConnection = CreateObject( ADODB.Connection)

dbConnection.ConnectionString =Provider = SQLOLEDB; Server =&mstrServer&; uid =&mstrUserName _

&; pwd = &mstrPassword&; Database =&mstrDatabase&;



dbConnection.Open

dbConnection.CommandTimeout = 200



dbConnection.Properties(启用快速加载)。值=真









当我在调试模式下运行我的应用程序时,它在Windows 7上运行正常。但是当我运行应用程序



通过设置消耗水晶报告的dll然后它不起作用,在这种情况下报告不是



开放



伙计们请帮我解决这个问题,我将非常感谢您的回复。

Crystal Report (8.5) is not working on win7/windows 2008 64 bit system



My application is a vb application and I am using Crystal report 8.5. It is working fine on 32 bit system

and 64 bit system of Windows 2003 server. When I run the same application either on win7 64 bit or on 2008

64 bit, report does not open.
I am using vb script to access the database.
Part of the code written in the VB script file is as follows:
Dim objrsRecordSet 'As RecordSet
Dim strSQL 'As String

'**** Open Database Connection using the parameters passed from the main program
Set dbConnection = CreateObject("ADODB.Connection")
dbConnection.ConnectionString = "Provider=SQLOLEDB;Server=" & mstrServer & ";uid=" & mstrUserName _
& ";pwd=" & mstrPassword & ";Database=" & mstrDatabase & ";"

dbConnection.Open
dbConnection.CommandTimeout = 200

dbConnection.Properties("Enable Fastload").Value = True




When i run my application in debug mode it is working fine on windows 7 also. But when i run the application

through the set up by consuming the dll of crystal report then it is not working, in this case report is not

opening

Guys please help me out with this issue, i will appreciate for your response.

推荐答案

检查这个



Crystal Reports XI无法在Windows Server 2008或任何64位环境中运行 [ ^ ]

Crystal Reports服务包和版本 [ ^ ]
Check this

Crystal Reports XI does not work on Windows server 2008 or any 64-bit environment[^]
Crystal Reports service packs and versions[^]


这篇关于Crystal Report(8.5)无法在win7 / windows 2008 64位系统上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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