Monday, October 24, 2011

Crystal Reports Runtime Error–Crystal Reports for VS 2010 Issue

Error : 

An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.

Solution :

Check your crystal reports version , if you are not using CR 13 then download and install 13 from the below location first . http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe

Then ensure that you have the following folders created under your website root ( the root website where your application is hosted; )

Under Root  -> aspnet_client -> system_web -> 4_0_30319 ->crystalreportviewer13 -> ........ etc..

by default when you install crystal report thease folder would be craeted under default website . if you have a seperate website created then please copy these folders ther

Wednesday, October 12, 2011

HTTP could not register URL http://+:8000/. Your process does not have access rights to this namespace

 

Last week we had this issue when working with an Outlook Addin. After a lot of trial and errors , finally we got this solution .

Run Command Prompt as Administrator and execute the  below command

netsh http add urlacl http://+:8000/ user=domain\username.

Happy Coding Smile