Tag: Crystal Report

Database Error : Unable to find index entry in index

Recently we faced the following error in our live database of one of our esteem clientDatabase Error : Unable to find index entry in index ID 1, of table 1360723900, in database 'Database Name'. The indicated index is corrupt or there is a problem with the current update plan. Run DBCC CHECKDB or DBCC CHECKTABLE. … Continue reading Database Error : Unable to find index entry in index

Error in Crystal Report with Visual Studio 2013 in windows Applications

Error : Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified. Solutions : Goto Your App.Config file and add following code in between <configuration> </configuration> tags <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> Please also … Continue reading Error in Crystal Report with Visual Studio 2013 in windows Applications