Posts

Showing posts from April, 2014

VB .Net 2010 WinForm Crystal Reports Errors

Image
Crystal Reports for VS 2010 Errors and Solutions Crystal Reports Erros Error (1) 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. how can solve this error in windows application    Solution Add those lines to your App.Config file located in your VB 2010 Solution Explorer Panel and Run your application again. Note : Different usages , for example .Net Framework 4.0 and .Net Framework 4.6.2 Error (2) Crystal Reports Database Logon prompt. Some time Crystal Reports run perfectly on your machine (Developer Machine) but after deploying it and install it on another Machine, it gives you an error like this : VB2010 Crystal Reports Datab