MatthewBoron 0 Posted April 21, 2022 Delphi 11.1 Trying to re-setup the Acrobat PDF Component. Even recreated the import and package, when i go to install get this error: Registration procedure, Acropdflib_tlb.Register in package c:\users\documents\embarcadero\studio\22.0\bpl\pdfreader_d11.bpl raised exception class EAccessViolation: Access violation at address 50157567 in module 'rtl280.bpl'. read of address 0065006c. i've had the rtl280.bpl violation with other components when moving from Delphi 10.3. recreating the package resolved those. this one not having that result. Package worked with Delphi 11.0 Share this post Link to post
twaldorff 0 Posted June 13, 2022 This is a Windows user rights issue, which is also clear from the fact the message does not contain any delphi style error codes I had the same problem, even if bds.exe is run as administrator. I looked into the bin folder, and alongside bds.exe is also bdsreg.exe. The name gave me an idea, so I set it to run as administrator as well. Now I could and can install my design-time packages. Share this post Link to post