Dear All i have a simple asp.net web forms application in which i have crystal reports when i click the page having crystal report then the below error comes in my application works fine locally but when i host this then that issue arises.
"
Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))."
it is access denied error for further ref
"any one have an idea how to resolve that , the service provider ask me for what configuration do you need from us any one can tell me what server configuration required to resolve that issue i am using ..
SAP CRYSTAL REPORT RUNTIME ENGINE FOR .NET FRAMEWORK 64-bit {13.0.16.1954}
SAP CRYSTAL REPORT VERSION FOR MICROSOFT VISUAL STUDIO 13.0.16.1954
and on server the below crystal report version in installed {13.0.1.220}
Mark TaborPosted Feb 22, 2018, 6:12 AM
Amit GuptaPosted Sep 10, 2016, 3:58 PM
It seems that you used new version of crystal report in your development and low version is installed on your server. Please upgrade the version of crystal report on the server.
Anyway, you can use this XML in your app.config or web.config:
where oldVersion is the version you use for development and newVersion is the version installed on the server