查看: 1756|回复: 8
|
Visual Basic.NET Crystal Report 的问题
[复制链接]
|
|
各位兄弟姐妹,为什么在下会遇到如此的错误讯息?
System.IO.FileNotFoundException: File or assembly name CrystalDecisions.Windows.Forms, or one of its dependencies, was not found.
File name: "CrystalDecisions.Windows.Forms"
在我自己的电脑run时是ok的,但当我把System安装在顾客的电脑后,在run Crystal Report Function的时候,它就出现这种 error message了,为什么? |
|
|
|
|
|
|
|
发表于 7-11-2004 12:03 AM
|
显示全部楼层
1. 你的客户有没有安装 .Net?
2. 你的 file 是 fix 的还是 dynamic 的?
3. 你的客户有没有安装 Crystal Report? |
|
|
|
|
|
|
|
楼主 |
发表于 7-11-2004 01:28 PM
|
显示全部楼层
goatstudio 于 7-11-2004 12:03 AM 说 :
1. 你的客户有没有安装 .Net?
2. 你的 file 是 fix 的还是 dynamic 的?
3. 你的客户有没有安装 Crystal Report?
1.客户安装了.NET framework,没安装.net studio
2.俺不明白?是指run application的path 吗?我已经固定那些file的位置了
3.vb.net是crystal report 8.5吧?俺在客户的电脑装了crystal report 9.0 |
|
|
|
|
|
|
|
发表于 8-11-2004 12:35 AM
|
显示全部楼层
是不是 key code 的问题? 你的Crystal Report 有 register 吗? |
|
|
|
|
|
|
|
发表于 8-11-2004 01:48 AM
|
显示全部楼层
Classical_Jack 于 7-11-2004 01:28 PM 说 :
2.俺不明白?是指run application的path 吗?我已经固定那些file的位置了
根据你的错误讯息看来, 你的程序找不到文件名, 或是固定的 path name.
你在你的程序里有没有设定一些固定的 path 呢? 设定了的话, 你的客户没有相同的 path 也许是这样导致错误的. |
|
|
|
|
|
|
|
楼主 |
发表于 8-11-2004 03:39 PM
|
显示全部楼层
path的话没问题,因为我安装在正确的path
我听说是有关distribute key的问题,我也不清楚呢。。。
怎么办呢? |
|
|
|
|
|
|
|
发表于 9-11-2004 09:50 AM
|
显示全部楼层
Classical_Jack 于 8-11-2004 03:39 PM 说 :
path的话没问题,因为我安装在正确的path
我听说是有关distribute key的问题,我也不清楚呢。。。
怎么办呢?
不是安装的问题... 而是你的程序内建了一些 path 的设定. 例如要读取一个 file, 只能在特定的 path 读取. |
|
|
|
|
|
|
|
楼主 |
发表于 12-11-2004 01:09 PM
|
显示全部楼层
现在俺碰到的error message是
Cannot find KeycodeV2.dll, or invalid keycode
俺尝试了不同,各种有可能的keycode都不行。
谁可以告诉我真正的keycode
以及一些重要不能忽略的步骤吗?
我也尝试了setup and deployment,用来制成包含执行程试所需要的resources.请问在setup and deployment还有什么要注意的? |
|
|
|
|
|
|
|
发表于 23-11-2004 10:58 AM
|
显示全部楼层
在setup and deployment 里你需要加merge module.然后include crystal_database_access2003.msm, crystal_database_access2003_enu.msm,cystal_managed2003.msm,crystal_regwiz2003.msm.
在crystal_regwiz2003.msm的mergemodulproperties-> licensekey你需要输入你的license key.最后compile你的project就可以了。 |
|
|
|
|
|
|
| |
本周最热论坛帖子
|