I have the next problems when Im trying to build my alchemy database
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at Alchemy.IBuilder.Build(Progress __MIDL_0122)
Also I have gotten sometimes (not happening always) an Acces Denied Error when I try to execute createItem method. I must to restart IIS in order to refresh the COM Alchemy objet. This should have been due access rights to folder or something like that but it is happening just the second chance after Alchemy can not instantiate the aclhemy objet.
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at Alchemy.IItem.CreateItem(AuPosEnum Position, String Path)
Any idea about the problem?