Page 1 of 1

Problem with UniDAC 3.0.010 and IIS

Posted: Tue 03 Aug 2010 13:16
by ivsal
Hi,

I am using UniDAC 3.0.010 Trial version and Delphi 2010 Professional to create COM Library that implements my Business Logic Layer.

This COM Library is used by Delphi for desktop application and Visual Studio .Net + IIS for web application.

Desktop application is working and debug version of .Net application is working as well. But when I deploy web application on server it hangs.

After some tests I discovered that even I just include "Uni" unit in uses clause my dll stop working. So it means that something happens on initialization parts of UniDAC units in multi-threaded mode, because of IIS.

SO what could be the reason for that?

Posted: Thu 05 Aug 2010 14:52
by bork
Hello

UniDAC supports multi-threaded mode and works properly. Maybe trial protection has a conflict with Visual Studio .Net or IIS. Can you send us a small sample to reproduce this issue?

Posted: Thu 05 Aug 2010 16:14
by Dimon
Maybe this problem is connected with using UniDAC Trial Edition. To avoid the trial message, please open the "HKEY_LOCAL_MACHINE\SOFTWARE\Devart\Unidac" registry key and create new DWORD value with the 'ShowTrialMessage' name and value 0.