I am currently experiencing an issue after performing a fresh installation of Creatio Studio version 8.3.0.3031_Studio_Softkey_MSSQL_ENU on my local environment.
Issue:
I am unable to access the application locally. The site returns a server error related to SQLite native library loading.
Error summary:
- Library: e_sqlite3 not found
- Platform: Windows (win-x64)
- Exception: System.ComponentModel.Win32Exception (0x80004005): The specified module could not be found
- The system attempts to load
e_sqlite3.dllfrom multiple locations, including the Terrasoft.WebApp/bin folder.
here is sc https://prnt.sc/3YVykbJDXpNb
Like
Hello,
Based on the error on startup (“Library e_sqlite3 not found” / Win32Exception: “The specified module could not be found”), the issue is most commonly related to missing or incompatible prerequisites on the workstation, or a damaged/incomplete deployment package where the required native runtime libraries were not copied correctly. Please verify that the machine has all required system components installed (including the .NET 8 SDK and .NET Framework 4.7.2 Developer Pack/SDK as per the prerequisites), and also ensure that the application is running in the correct bitness (x64) so native dependencies can be loaded. In parallel, please re-check the deployment archive integrity (re-download/re-pack if needed) and confirm that the extracted folder contains the required runtime/native files (e.g., the runtimes\win-x64\native\e_sqlite3.dll path under the web application) and that the archive extraction completed without errors.
You can find the full list of required system components in the documentation here.