Previous Topic

Next Topic

Book Contents

Book Index

Recompiling user-defined function assemblies

The names of assemblies for user-defined functions have been changed in release 2.0. Therefore, you must recompile all user-defined function assemblies after upgrading from a Central Designer release prior to 2.0.

The following table lists the name changes.

Name in releases prior to 2.0

Name in releases 2.0 and later

PhaseForward.Designer.ExternalFunctions.dll

Oracle.Designer.ExternalFunctions.dll

PhaseForward.Designer.PrebuiltFunctions.dll

Oracle.Designer.PrebuiltFunctions.dll

  1. When recompiling, replace references to PhaseForward.Designer.ExternalFunctions.dll with Oracle.Designer.ExternalFunctions.dll.
  2. Additionally, recompile assemblies that reference PhaseForward.Designer.PrebuiltFunctions.dll, replacing the reference with Oracle.Designer.PrebuiltFunctions.dll.
  3. Import each recompiled function assembly into any study or library that contains function objects that reference the assembly.

    After you import, any other studies or libraries use the new versions of the assemblies when validating and creating deployment packages.

Copyright © 2007, 2016 Oracle and/or its affiliates. All rights reserved.