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?