Crystal Reports not working on Web Server
-
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
-
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
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
-
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
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
-
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
-
Copy the following files to the BIN folder of your application. crystaldecisions.crystalreports.engine.dll. crystaldecisions.reportsource.dll crystaldecisions.shared.dll crystaldecisions.web.dll
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
-
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
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
-
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
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
-
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
-
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
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