1. Sim Joo Pee
  2. PowerServer
  3. Friday, 17 November 2023 01:28 AM UTC

Hi All, 

I am using PB 2022 Build 1900. DB MSSQL 16.  I would like to know everytime,when i compile/deploy my project, i included an external files as a compressed package file(DLL), i need to know if i need to check the checkbox to register it before the app start? I tried both, and i had seen no different with and without the checkbox. But i still afraid, i may overlook which i couldnt see it in my current environment setup, thus, i hope you guys can give some advice on this. Thanks.Please see attachment for screenshot.

Attachments (1)
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 17 November 2023 01:35 AM UTC
  2. PowerServer
  3. # 1

Hi Sim;

  You normally do not check the "register dll" checkbox. That's only if the DLL supplier requires you to do so.

Regards ... Chris 

Comment
  1. Armeen Mazda @Appeon
  2. Friday, 17 November 2023 01:41 AM UTC
Also, I don't recommend putting DLLs in compressed packages they do not compress much.
  1. Helpful
  1. Logan Liu @Appeon
  2. Friday, 17 November 2023 05:24 AM UTC
If the DLL/OCX files need to be registered and can be registered by Regsvr32 or Regasm without requiring the administrator rights, you can click DLL & OCX Registration to select the DLL/OCX files so that they can be registered by Regsvr32 or Regasm automatically before the application starts; if the DLL/OCX files need to be registered but cannot be registered by Regsvr32 or Regasm or they need to be registered using administrator rights, you can specify the registration commands in Preload Event in the PowerServer Project painter > Application page > Advanced tab.



Search DLL & OCX Registration at: https://docs.appeon.com/ps2022r2/Define_the_PowerServer_projects.html
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.