cancel
Showing results for 
Search instead for 
Did you mean: 

signature error

former_member193355
Contributor
0 Kudos

Hi..

I am new bie in this forum. I am creating some add-on using VB6 and available add-on by manipulating the form (in the add-on). After compile it, I want to create installer before register the add-on but I find the problem digital signature error and not succeed. how to solve this situation ? is it possible directly to create the installer by just manipulating available add-on form?

i appreciate your answer. tks in advance.

Rgds,

Steve

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Steve,

If you have recompiled your add-on, you need to recreate the ard file as the digital signature (of the add-on executable) will have changed during the recompilation.

If you are not already using it, I highly recommend using the B1DE for creating your installers. It makes it very easy to recompile your add-on code and to recreate the installer (including the ard file).

Kind Regards,

Owen

former_member193355
Contributor
0 Kudos

Hi Owen,

Tks for your answer, I have browsed thie website:

https://www.sdn.sap.com/irj/sdn/developerareas/businessone?rid=/webcontent/uuid/a175fb62-0c01-0010-a... [original link is broken]

I just wonder why there is no VB6 explanation there, meanwhile I have used VB6 in creating the add-on. Does it influence in using B1DE ?

I use SBO 2004A, SP01. So the add-on will be registered to it.

Rgds,

Answers (1)

Answers (1)

former_member193355
Contributor
0 Kudos

The problem answered, i have succeeded in creating the installer