Phenomenon:

You may run into the error 'System.Data.SQLite32, Version=1.0.65.0” when deploying the application by using the Appeon Developer.

Cause analysis:

The reason why 'System.Data.SQLite32, Version=1.0.65.0” issue occurred was that Appeon didn’t support 64-bit ASA 16 well, and we have been working on this issue and will fix it as soon as possible.

Solutions:
 
To temporarily work around this issue, please use either of the solutions as below.

Solution 1: If you have installed ASA 12 or 11/10 driver on this server, then please follow up the steps below to resolve this issue.
 
Step1- Back up and delete the files below under the directory C:\inetpub\wwwroot\appeon\AEM\bin.

iAnywhere.Data.SQLAnywherexxx.dll

Server.dll
code.key


Step2- Modify the following files under C:\inetpub\wwwroot\appeon\AEM\ServerDll and then save it.

Modify the original file

for ASA 11/10:
iAnywhere.Data.SQLAnywhere_11.dll
Server_asa11.dll
code_asa11.key
 
for ASA 12:
iAnywhere.Data.SQLAnywhere_12.dll
Server_asa12.dll
code_asa12.key

 
into the files as below

iAnywhere.Data.SQLAnywhere.dll
Server.dll
code.key


Step 3- Restart IIS.
Step 4- Redeploy your application.
 
Solution 2: If you didn’t install ASA 12 or 11/10 driver on this server, then please follow up the steps below to resolve this issue.
 
Step1- Uninstall the 64-bit Appeon Server for .NET and install the 32-bit Appeon Server for .NET. You can find the related download links at: https://www.appeon.com/developers/PowerServer-2020-or-older.html
 
Step2- Install the 32-bit ASA 16 driver.
 
Note: If doing above still cannot resolve your issue, then please go to AEM and clear off the previous log files, and then set the Debug Mode as the Log Mode and reproduce the license error, finally please send us the appeonserver.log and appeon error.log files to do further research. FYI, you can refer to the article below to do it:

https://www.appeon.com/developers/get-help/knowledgebase/what-you-can-provide-us-further-debugging-when-you-run-appeon-server-related-issues.html
 
1
0