473,738 Members | 2,009 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deployment of Crystal Report

Hi,
We are trying to deploy an application that uses crystal.net(ver sion 9.1) as
a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6. 0, Windows
Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

Load report failed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details:
CrystalDecision s.CrystalReport s.Engine.LoadSa veReportExcepti on: Load report
failed.

Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:

[LoadSaveReportE xception: Load report failed.]
CrystalDecision s.Web.ReportAge nt.h() +329
CrystalDecision s.Web.ReportAge ntBase.set_Repo rtSource(Object value) +224
CrystalDecision s.Web.ReportAge nt.set_ReportSo urce(Object value) +16
CrystalDecision s.Web.CrystalRe portViewerBase. set_ReportSourc e(Object
value) +37
CrystalReport.W ebForm1.Page_Lo ad(Object sender, EventArgs e) in
C:\Inetpub\WWWR oot\CrystalRepo rt\WebForm1.asp x.cs:24
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731

Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573

Nov 19 '05 #1
2 2443
Must be the .rpt files are not in the right place
Check the path of the .rpt files.
"jyothi rajanna" <jy***********@ discussions.mic rosoft.com> wrote in message
news:98******** *************** ***********@mic rosoft.com...
Hi,
We are trying to deploy an application that uses crystal.net(ver sion 9.1) as a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6. 0, Windows Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

Load report failed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details:
CrystalDecision s.CrystalReport s.Engine.LoadSa veReportExcepti on: Load report failed.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[LoadSaveReportE xception: Load report failed.]
CrystalDecision s.Web.ReportAge nt.h() +329
CrystalDecision s.Web.ReportAge ntBase.set_Repo rtSource(Object value) +224 CrystalDecision s.Web.ReportAge nt.set_ReportSo urce(Object value) +16
CrystalDecision s.Web.CrystalRe portViewerBase. set_ReportSourc e(Object
value) +37
CrystalReport.W ebForm1.Page_Lo ad(Object sender, EventArgs e) in
C:\Inetpub\WWWR oot\CrystalRepo rt\WebForm1.asp x.cs:24
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731

Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573

Nov 19 '05 #2
Try embedded resource option. So you don’t need to load report.

HTH

Elton Wang

"jyothi rajanna" wrote:
Hi,
We are trying to deploy an application that uses crystal.net(ver sion 9.1) as
a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6. 0, Windows
Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

Load report failed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details:
CrystalDecision s.CrystalReport s.Engine.LoadSa veReportExcepti on: Load report
failed.

Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:

[LoadSaveReportE xception: Load report failed.]
CrystalDecision s.Web.ReportAge nt.h() +329
CrystalDecision s.Web.ReportAge ntBase.set_Repo rtSource(Object value) +224
CrystalDecision s.Web.ReportAge nt.set_ReportSo urce(Object value) +16
CrystalDecision s.Web.CrystalRe portViewerBase. set_ReportSourc e(Object
value) +37
CrystalReport.W ebForm1.Page_Lo ad(Object sender, EventArgs e) in
C:\Inetpub\WWWR oot\CrystalRepo rt\WebForm1.asp x.cs:24
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731

Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2864
by: Gudni G. Sigurdsson | last post by:
Hi. I am working on a program for the .NET Framework written in C# with Visual Studio .NET. With this program, one can print a report realized with the Crystal Report software included with VS .NET. This has all been working fine until recently, when I had to install and run the program on more computers. Then I suddenly start getting error messages like: 'Cannot find KeycodeV2.dll, or invalid keycode'. The .NET framework is, of...
3
2075
by: Dmitry Karneyev | last post by:
Hi! I need to deploy .NET application (ADO.NET + Crystal Reports) in local intranet. All assemblies of application will be shared in the folder on the server so all users can execute this application on their pc from that folder. (of course I need to apply some .NET security permissions). So I've got two questions: what is the best way to install crystal reports engine on users pc? what kind of problems may occur in such enviroment ?
1
3082
by: bthomas71chevy | last post by:
I have just setup a WebServer and all the applications work fine, but when every any of the applications try to generate a Crystal Report the page errors out. "File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found." I read that the 4 MSM files need to be moved to the a MERGE MODULES folder in the Common Files folder, but didn't seem to do a thing.
1
2533
by: hlam | last post by:
After deploying the application and running it on an XP p.c. I get the message from Crystal Reports Viewer Window: Load Report Failed Here is what I've used: . Connecting to Sql Server 2000 . Windows application (NOT ASP.NET) on Windows XP Professional . All reports were created using a form, a .rpt , and crystal report viewer control
0
2069
by: RJN | last post by:
Hi I'm having VS.Net 2003 in my development machine and report works fine in my machine. The deployment server is Windows 2003 server, it only has the framework installed. Since the framework doesn't come with crystal dlls, we need to add a few merge modules and create a setup project. We also need to enter a license key at the time of creating setup. This is all done correctly. I have run the setup on the deployment server, but the...
2
4703
by: Mika M | last post by:
Hi! I made ClickOnce deployment for Windows Forms VB 2005 application, and it's working mostly fine. Now I have some question: 1. Is it okay when my application goes into x:\Documents and Settings\...-directory in target computer, or is there something wrong with my ClickOnce deployment? I assumed application(s) goes into x:\Program Files\... -directory.
0
1081
by: jmfrancisco.geo | last post by:
Hi; Why is it that when I use Package and Deployment Wizard to make installation of my program does'nt work when I use the Crystal Report Control? I'm using VB6 Professional edition and Crystal report 8.5. Is there a way to make it work since I don't want to use VB's Data Report tool. Sorry if this question have been asked before. I'm new in this group. :o) Please provide me a link to the solution/s (if there's any) if this
0
1042
by: Ray | last post by:
Hi, I have updated my program from vb.net 2003 to vb.net 2005. However, after the deployment, I cannot preview the crystal report. The error is as follows: "CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken= 699fbea5521e1333' or one of its dependencies. The system cannot find the file specified." I can preview the crystal report successfully in .net 2003 but it fails in .net 2005. Please help.
1
1959
by: Marc Castrechini | last post by:
We have recently setup a new server: Windows 2003 (Version 5.2) IIS 6.0 ASP.NET 2.0 Using existing code that previously worked we can't seem to export PDFs from our Crystal reports anymore (exception below). From past problems we know the exception typically means that the export destination does not have the proper security permissions. Normally you have to add NETWORK SERVICE with permissions but we use Windows Authentication with...
0
1021
by: Akut | last post by:
hi, I have tried to deploy an application with crystal reports as part of the application. I have read through the documentations and followed all the instructions required for the deployment of the report. the deployment is on a network share and I am using a licenced copy of crystal report 10 developer edition which was used to develop the reports on a seperate network share e.g P:\Reports\*.rpt and the application that uses the report runs...
0
8787
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6750
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.