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. Crystal Reports not working on Web Server

Crystal Reports not working on Web Server

Scheduled Pinned Locked Moved ASP.NET
helpworkspacecsharpsysadminwindows-admin
9 Posts 4 Posters 1 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.
  • Y Offline
    Y Offline
    yogesh_kumar_agarwal
    wrote on last edited by
    #1

    Dear All, Sorry for the repeat post, but i want the solution for this problem. I have created a web application which includes crystal report for reports. Now the problem is that my reports were not working on the webserver. The Application works Perfectly on my local machine in IIS and in .net environment but if i upload the same application on the web server it shows the error. An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". What could be the solution Thanks and Regards Yogesh Agarwal

    N 1 Reply Last reply
    0
    • Y yogesh_kumar_agarwal

      Dear All, Sorry for the repeat post, but i want the solution for this problem. I have created a web application which includes crystal report for reports. Now the problem is that my reports were not working on the webserver. The Application works Perfectly on my local machine in IIS and in .net environment but if i upload the same application on the web server it shows the error. An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". What could be the solution Thanks and Regards Yogesh Agarwal

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      yogesh_kumar_agarwal wrote:

      What could be the solution

      Enable error reporting and see the error message. Once you fix it, disable the error reporting.

      Navaneeth How to use google | Ask smart questions

      Y 1 Reply Last reply
      0
      • N N a v a n e e t h

        yogesh_kumar_agarwal wrote:

        What could be the solution

        Enable error reporting and see the error message. Once you fix it, disable the error reporting.

        Navaneeth How to use google | Ask smart questions

        Y Offline
        Y Offline
        yogesh_kumar_agarwal
        wrote on last edited by
        #3

        Hi, Thanks for the reply, I set the mode to off then i get the follwoing error message. Which is my actual problem that crystal report is not working on server.

        Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

        Source Error:

        Line 73: </customErrors>
        Line 74: -->
        Line 75: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
        Line 76: <system.webServer><handlers><add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode"/></handlers><validation validateIntegratedModeConfiguration="false"/></system.webServer></configuration>

        Source File: f:\inetpub\vhosts\aiivt.com\subdomains\market\httpdocs\web.config Line: 75

        Yogesh

        L 1 Reply Last reply
        0
        • Y yogesh_kumar_agarwal

          Hi, Thanks for the reply, I set the mode to off then i get the follwoing error message. Which is my actual problem that crystal report is not working on server.

          Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

          Source Error:

          Line 73: </customErrors>
          Line 74: -->
          Line 75: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
          Line 76: <system.webServer><handlers><add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode"/></handlers><validation validateIntegratedModeConfiguration="false"/></system.webServer></configuration>

          Source File: f:\inetpub\vhosts\aiivt.com\subdomains\market\httpdocs\web.config Line: 75

          Yogesh

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Copy the following files to the BIN folder of your application. crystaldecisions.crystalreports.engine.dll. crystaldecisions.reportsource.dll crystaldecisions.shared.dll crystaldecisions.web.dll

          Y 1 Reply Last reply
          0
          • L Lost User

            Copy the following files to the BIN folder of your application. crystaldecisions.crystalreports.engine.dll. crystaldecisions.reportsource.dll crystaldecisions.shared.dll crystaldecisions.web.dll

            Y Offline
            Y Offline
            yogesh_kumar_agarwal
            wrote on last edited by
            #5

            Hi, Thanks for the reply. Now the following error comes into the picture.

            Parser Error Message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

            Source Error:

            Line 31: <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
            Line 32: <add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
            Line 33: <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
            Line 34: <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
            Line 35: <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>

            Source File: f:\inetpub\vhosts\aiivt.com\subdomains\market\httpdocs\web.config Line: 33

            Previousally i tried the same i got the same error message. and i upload the same code on to different server then i got the message for "Required Permission not Acquired" Thanks Yogesh

            N 1 Reply Last reply
            0
            • Y yogesh_kumar_agarwal

              Hi, Thanks for the reply. Now the following error comes into the picture.

              Parser Error Message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

              Source Error:

              Line 31: <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
              Line 32: <add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
              Line 33: <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
              Line 34: <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
              Line 35: <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>

              Source File: f:\inetpub\vhosts\aiivt.com\subdomains\market\httpdocs\web.config Line: 33

              Previousally i tried the same i got the same error message. and i upload the same code on to different server then i got the message for "Required Permission not Acquired" Thanks Yogesh

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              Make sure the versions specified in your config file exist in the server. This error may come when versions are not matching.

              Navaneeth How to use google | Ask smart questions

              Y 1 Reply Last reply
              0
              • N N a v a n e e t h

                Make sure the versions specified in your config file exist in the server. This error may come when versions are not matching.

                Navaneeth How to use google | Ask smart questions

                Y Offline
                Y Offline
                yogesh_kumar_agarwal
                wrote on last edited by
                #7

                i hosted my website on a shared hosting server. Now how could i check the same. My vendor ask that we are not providing the CR support on the server. But i made some google R&D and found that there is no requirment to install the crystal report separately on the server the support is included with in the .net framework which is available on my server bcoz application without CR is working good on my server. So plz suggest what could i do to run CR on my server. Regards Yogesh Agarwal

                A 1 Reply Last reply
                0
                • Y yogesh_kumar_agarwal

                  i hosted my website on a shared hosting server. Now how could i check the same. My vendor ask that we are not providing the CR support on the server. But i made some google R&D and found that there is no requirment to install the crystal report separately on the server the support is included with in the .net framework which is available on my server bcoz application without CR is working good on my server. So plz suggest what could i do to run CR on my server. Regards Yogesh Agarwal

                  A Offline
                  A Offline
                  AlexeiXX3
                  wrote on last edited by
                  #8

                  I use nodaddy, oops, i mean godaddy (shared hosting), and i couldnt use CR, i asked them, and they said they had no support for CR, i guess they disable it in shared hostings, because they want you to pay more $$$ for a dediated server

                  Alexei Rodriguez

                  Y 1 Reply Last reply
                  0
                  • A AlexeiXX3

                    I use nodaddy, oops, i mean godaddy (shared hosting), and i couldnt use CR, i asked them, and they said they had no support for CR, i guess they disable it in shared hostings, because they want you to pay more $$$ for a dediated server

                    Alexei Rodriguez

                    Y Offline
                    Y Offline
                    yogesh_kumar_agarwal
                    wrote on last edited by
                    #9

                    ha ha ha ha..... Thanks for the reply buddy, i think you are right bcoz, One of my friend gave me the details for his dedicated server, and i just install the CR redistributable runtime on that server and my reports start working there. So i came to the results that the server must have atleast the redist. package to run CR. But now the another doubt is, the redist is available free of cost from Business Object's website and from Microsoft also. So Is there is some license is required if we install that on our server Yogesh

                    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