在C#WINDOWS中的clint机器上安装产品后,Crystal Report Loding问题 [英] Crystal Report Loding problems after Install Product at clint machine In C# WINDOWS

查看:85
本文介绍了在C#WINDOWS中的clint机器上安装产品后,Crystal Report Loding问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hello ...
I have simple problem related with crystal report. Basically I'm creating Report file and set path dynamically as like :
<b>
 ReportDocument rpt = new ReportDocument();

 rpt.Load("rptFile.rpt"); </b>

I created it in c# windows application.
It is running Well.

I got problem When I create setup and nstall on client side...
When I Run same code after Install it. It gives exception Load report Failed..
I thought it is path problem but I checked no file are Exist after installing project.It is Converting into Assemblies.
So No file Exist that why its giving Exceptions.
I did add merge Module of crystal report but same problem persists.

So if U have Any Idea How to Work and How to install it, Please help me..

推荐答案

在安装项目中,请将这些文件添加到您的设置文件夹.然后它将安装到您的客户端PC,然后您的问题将解决.否则,您可以通过将这些文件复制并粘贴到客户端PC应用程序目录中来进行检查.

希望对您有帮助...
In setup project you add those file to your setup folder. then it will install to the your client PC then your problem will solve. or else you can check by copy and past those file to your client PC application directory.

I hope this will help u...


这篇关于在C#WINDOWS中的clint机器上安装产品后,Crystal Report Loding问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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