Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

The .NET projects generated in the initial phase of the release cycles will not reference each other or any other external assemblies besides .NET Framework assemblies.  We call these stand-alone, prototype translations.  They can be built completely independently and they are useful for upgrade assessment, code review,  and initial build work, but they cannot run.  In order to make them run, we need to reconfigure the upgrade solution to produce an integrated build wherein the generated projects depend on each other and must be built from the bottom up, dependencies first.

There are three types of challenges facing us as we do this for a given system.  

  • .NET Assembly References
  • Build Cycles
  • Shared Files

A productive discussion of these problems and their solutions is beyond the scope of this document, but they will require a fair amount of analysis and configurations to produce a satisfactory solution.

  • No labels