Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When i run the application locally it works fine but when i publish it n access from it it gives the error as

C#
Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

can any one giude me to solve this problem.

thank you
@ChetanV@
Posted

1 solution

I guess it's because of system bit configuration. Looks like, Crystal Reports does not initialize with x64 configuration. Have a look at this thread:
An error has occurred while attempting to load the Crystal Reports runtime[^]

This might mean that you need to have correct Crystal runtime. X64 for 64 bit machine and X86 for 32 bit machine.
Here is a list of all Crystal runtimes: Crystal Reports Runtime Distribution & Supported Operating Systems[^]

If that does not help then have a look at these thread discussion:
Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly[^]
An error has occurred while attempting to load the Crystal Reports runtime[^]
Crystal Reports Runtime for VS on Windows 7 Throws an Error[^]
Crystal Reports 2008 runtime error while running on Windows Server X64[^]
 
Share this answer
 
v3
Comments
VJ Reddy 24-Apr-12 8:01am    
5!
Sandeep Mewara 24-Apr-12 8:38am    
:thumbsup:

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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