I'm working to a C# SQLite project using crystal reports. When running app, from development PC, everything works fine. When I setup same application to other PC (my Laptop for ex.) Crystal report crash the application. Of course I installed SQLlite ODBC driver x64 from werner.de on both PC's
Loading
Prasad RaveendranPosted Jul 10, 2024, 1:45 AM
Since you've installed the SQLite ODBC driver, double-check that it's the correct version (x64) and that it's configured properly on the target PC. Sometimes, simply installing the driver isn't enough; you might need to configure data sources (DSNs) or ensure the connection strings are correctly pointing to the SQLite database file.
Use tools like Dependency Walker (depends.exe) to check for any missing dependencies or conflicting DLL versions that could cause Crystal Reports to crash.
Check the Windows Event Viewer on the laptop to see if there are any specific error messages related to Crystal Reports or SQLite that could provide more clues.