ASP.NET 2005 problem with Crystal on server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahskeet
    New Member
    • Feb 2008
    • 4

    ASP.NET 2005 problem with Crystal on server

    Hi All,

    I have a ASP.NET 2005 web application that runs fine on my computer. I'm using the bundled Crystal Reports package (CrystalReportS ource/CrystalReportVi ewer). When I try to run it from the web server I get the following error:


    Server Error in '/ClinphoneTrack' Application.
    --------------------------------------------------------------------------------

    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 'CrystalDecisio ns.CrystalRepor ts.Engine, Version=10.2.36 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 30: <compilation debug="true" strict="false" explicit="true" >
    Line 31: <assemblies>
    Line 32: <add assembly="Cryst alDecisions.Cry stalReports.Eng ine, Version=10.2.36 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4"/>
    Line 33: <add assembly="Cryst alDecisions.Rep ortSource, Version=10.2.36 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4"/>
    Line 34: <add assembly="Cryst alDecisions.Sha red, Version=10.2.36 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4"/>

    Source File: c:\inetpub\wwwr oot\clinphonetr ack\web.config Line: 32

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisio ns.CrystalRepor ts.Engine, Version=10.2.36 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\M icrosoft\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\M icrosoft\Fusion !EnableLog].


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.507 27.832; ASP.NET Version:2.0.507 27.832


    Many many thanks in advance,

    Mark
  • mahskeet
    New Member
    • Feb 2008
    • 4

    #2
    No one else has had this problem?

    Comment

    • mahskeet
      New Member
      • Feb 2008
      • 4

      #3
      Here's the answer...

      http://aspadvice.com/blogs/crystal/archive/2004/04/14/2197.aspx

      Comment

      Working...