Unigui Application -> access violation when deployed as ISAPI

Hello,
I’m working on a Unigui application, I use Data Abstract in combination with Relativity server.
Everything is running fine when testing the application and compiling it as an application.
When I compile the application as an isapi dll, I get an access violation when starting the web application.

Does anybody know how this comes?
I ran the application as an application on the server and it works perfectly.

This is running on a windows server with IIS.
I have several other ISAPI dll’s running fine with ADO and Firebird.

This is quite urgent, I cannot deploy an update that I promised a customer.

Thx,
Dominique

Sorry,

solved. I had to add the line to create the clientdatamodule to the part that is executed when running as an isapi module.

Sorry.