Configuration error when loading Crystal report in asp.net2005

Discussion in 'ASP.NET 2.0' started by Takeshi Eto, Oct 9, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    We do not support Crystal Reports due to licensing issues.

    Eric
    http://www.DiscountASP.NET - Microsoft Gold Certified Partner
    - asp.netPRO Magazine 2007 Readers' Choice Award for Best ASP.NET Hosting Service
    - Visual Studio Magazine 2007 Readers' Choice Award for Best .NET Hosting Service
     
  2. 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.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 35: <add assembly='CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'/>
    Line 36: <add assembly='CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'/>
    Line 37: <add assembly='CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'/>
    Line 38: <add assembly='CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'/>
    Line 39: <add assembly='CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'/></assemblies></compilation>


    Source File: E:\web\studentsgui\htdocs\web.config Line: 37

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

    Hai We are using asp.net2005 Framework-2.0
    > In our project we are using
    > Crystalreport and we have configured the crystal report assemblies in
    > webconfig in local machine.And it works.
    > And when i Host the crystal report in
    > my server i got an Error:the Error is:
    > Parser Error Message: Could not load file or assembly '
    > CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0,
    > Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its
    > dependencies. The system cannot find the file specified.
    >
    > We have worked a lot but we can't workout and my point of view [i think (i
    > want to enable Assembly binding logging)]
    >
    > plz help me
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page