引言:
VS.NET下水晶报表分发时的问题及解决3
二、系统注册
报表在部分Win98的客户端可以载入,在部分Win98的客户端载入报表时却提示"Load Report Failed"(如图6),可恶,居然还出错,怎么回事?
原来,这是因为水晶报表运行时所需...
摘要:
public sub savesettings()
dim parentkey as microsoft.win32.registrykey = microsoft.win32.registry.currentuser.opensubkey("software", true)
dim key as microsoft.win32.registrykey = ......
摘要:
imports system
imports system.io
imports system.security
imports system.security.cryptography
imports system.text
module encrypt
private const ssecretkey as string = "password"
p......
VS.NET下水晶报表分发时的问题及解决3
vs.net下水晶报表分发时的问题及解决3
二.系统注册
报表在部分win98的客户端可以载入,在部分win98的客户端载入报表时却提示"load report failed"(如图6),可恶,居然还出错,怎么回事?
原来,这是因为水晶报表运行时所需的crqe.dll在客户端的系统注册不正确,而原因又是atl.dll 的版本不对(windows 98/me下的正确版本号应为3.0.8449).解决办法有两条:
1. 在客户端安装ie6.0,难怪有的客户端运行正常....
下一页 摘要:
memorystream
as we already saw in the diagram, this class derives from the stream base class and it is primarily used to read and write bytes of data from memory. the amount of memory buffer a......