Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Configuration Error

Configuration Error

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdotnetwpf
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Aikho
    wrote on last edited by
    #1

    Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( ERROR: 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, 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

    S S 2 Replies Last reply
    0
    • A Aikho

      Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( ERROR: 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, 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

      S Offline
      S Offline
      ShuklaGirish
      wrote on last edited by
      #2

      Add the reference of rystalDecisions.CrystalReports.Engine on the server machine,if u r using setup file then add the same dll in the prerequisites of he setup project. Bust of luck.

      1 Reply Last reply
      0
      • A Aikho

        Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( ERROR: 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, 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

        S Offline
        S Offline
        Sandeep Kumar
        wrote on last edited by
        #3

        Hi.... The problem is it is unable to find the CrystalDecisions.CrystalReports.Engine dll solution is to add reference in the application and while deploying the application you need to ensure that dll is present in server,if it is not there in server then you need to add that dll in to your server.

        Regards, Sandeep Kumar.V

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups