I have an old site that I was tasked with fixing after it broke. We are getting the following error:
ActiveX component can't create object for aBRR.Generato`r
The code on that line is:
set taMaker = createObject("aBRR.Generator")
I found the DLL aBRR.dll on an old machine. I believe it needs to go in:
e$\components\COM+\theAppName\
- To install it in the COM+ folder do I just drop it in there? Is there anything else?
- Do I just add the IUSR with what permissions to the DLL?
I think that was done but it's still giving the error.