Re: ASP.NET 2.0 Crystal reports failing on server
- From: "BFG" <dgrammier@xxxxxxxxxxxxxx>
- Date: 23 Mar 2006 11:58:22 -0800
Mike,
I just ran into the same issue. You are missing the assemblies and
dll's that you need.
All you need to do is the following, it worked for me:
Open up Visual Studio 2005--
Create a new web setup project--
Right click on the project name and go to properties--
Click the pre-requisites button--
Here you will see the option of adding Crystal Reports for .NET, click
the checkbox--
Then do a build---
Take the build and deploy it to the production server and then run it.
It will then install everything you need for Crystal Reports and you
should be good to go.
BFG
Mike wrote:
Hi
We are developing an ASP.NET 2.0 application and using the in built Crystal report system that it comes with.
We have everything running fine on our development server but when we publish the site to our production server - as soon as we visit the site to test it we get a horrible message from crysta reports that we just dont understand as below
==========================================================================
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 53: <error statusCode="404" redirect="/ErrorMsg/FileNotFound.htm"/>
Line 54: </customErrors>
Line 55: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
Line 56: </configuration>
==============================================================================
Is this some type of Licencing issue ? Does it need to have a separate runtime Licence applied to the server ?
Any ideas ?
Thanks
Michael
------=_NextPart_000_03A0_01C64E6B.9BC0F860
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Google-AttachSize: 3353
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>We are developing an ASP.NET 2.0 application and
using the in built Crystal report system that it comes with.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>We have everything running fine on our development
server but when we publish the site to our production server - as soon as we
visit the site to test it we get a horrible message from crysta reports that we
just dont understand as below</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>==========================================================================</FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>Configuration Error </STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>Description: An error occurred during the
processing of a configuration file required to service this request. Please
review the specific error details below and modify your configuration file
appropriately. <BR><BR>Parser Error Message: Could not load file or assembly
'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral,
PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot
find the file specified.<BR><BR>Source Error: <BR><BR></STRONG></FONT>
<TABLE width="100%" bgColor=#ffffcc>
<TBODY>
<TR>
<TD><PRE><FONT face=Arial size=2><STRONG>Line 53: <error statusCode="404" redirect="/ErrorMsg/FileNotFound.htm"/>
Line 54: </customErrors>
Line 55: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
Line 56: </configuration>
</STRONG></FONT></PRE></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=Arial
size=2>==============================================================================</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is this some type of Licencing issue ? Does it need
to have a separate runtime Licence applied to the server ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any ideas ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Michael</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_03A0_01C64E6B.9BC0F860--
.
- Prev by Date: Re: Reading the first file from a directory.
- Next by Date: Re: ObjectSpaces
- Previous by thread: RE: Ngen and .net framework 1.1 installation
- Next by thread: RE: ASP.NET 2.0 Crystal reports failing on server
- Index(es):