Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A. User the ShareFile Migration process.

Powerpoint
nameSharedFiles.pptx

Overview

The default translation process for a VBP creates a .NET version of each code file referenced by the VBP. If multiple VBPs reference the same code file, there will be multiple copies of the shared file translations: one for each VBP.  Restructuring the generated code files to remove this duplication is a common upgrade feature that we call Shared Files Consolidation.   Many different configurations of code files are feasible.  The constraints arise from the external dependencies that are contained within each file that must still be satisfied after conversion without creating build cycles or other conflicts.     

...