ClassicASP.Bcrypt icon indicating copy to clipboard operation
ClassicASP.Bcrypt copied to clipboard

ActiveX component can't create object

Open xavierjobup opened this issue 5 years ago • 0 comments

After a successful setup of ClassicASP.Bcrypt.dll I got an error from my ASP code:

Set obj_BCrypt = Server.CreateObject("ClassicASP.Bcrypt")

ERROR: ActiveX component can't create object

so I deleted files ClassicASP.Bcrypt.dll and .tlb from \Framework64\v4.0.30319 and I restarted the setup to folder C:\Windows\Microsoft.NET\Framework\v4.0.30319 (32 bits)

After this, my ASP page was working good.

Thank you as08

xavierjobup avatar Nov 24 '20 10:11 xavierjobup