Activex Code:
Dim lngRet As Long
Set clsZip = New ChilkatZip2Lib.ChilkatZip2
lngRet = clsZip.UnlockComponent("#######_UZp7eD##GoX")
lngRet = 58783072 <===== Rare code
LastErrorText:
SomethingAsync: DllDate: May 25 2017 ChilkatVersion: 9.5.0.68 UnlockPrefix: NONE Architecture: Little Endian; 32-bit Language: ActiveX VerboseLogging: 0 Success <<<<==== Seems Ok --SomethingAsync --ChilkatLog
clsZip.NewZip "c:test.zip" <==== This hang the process. Appears the Windows exepction form
In other productions servers it works, and on this server has worked for years. I have reinstalled the C++ Redistributable too. Maybe one windows update caused it?
The rare code appear in all unlockcomponent, not only in zip.
The temporary solution: I change the reference to older DLL, when they came separately and it works.
Any idea? Regards.