Hi Team,
We have a software which has mostly ASP and vb6 components. We use IIS to host our website. When we install the software and open the ASP page. We get below error.
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
Also, we get below error when ASP is trying to create a object of VB6 dll
Method '~' of object '~' failed
We did put a debug log into the same dll and found that the same error is getting thrown on the line "Exit Sub".
Can anyone please help?????