Click here to Skip to main content
15,910,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
   We moved our IIS server from IIS 6(windows 2003 server) to IIS7 (windows 2008 Server 64 bit). Everything works fine including our crystal report , But in some pages we connected to Microsoft Access database which raise an Error

Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

What I have tried:

In order to solve this I set Enable 32 bit application to "True" in IIS Configuration..
and the above issue solved connected to MS Access database .. but after this we face problems in all pages where we calling crystal reports, we are facing following error ..

Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 8007007e.

Please suggest required setup to handle this issue..

Thanks in Advance

Ali
Posted
Updated 19-Nov-17 18:08pm

You need to install the Crystal Reports runtime components on your IIS server.
Refer; Crystal Reports for Visual Studio downloads[^]

Kind Regards
 
Share this answer
 
Issue has been resolved by installing Basic run time for visual studio 2008, thanks for support
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900